Searched refs:is_vp8 (Results 1 – 4 of 4) sorted by relevance
64 const bool is_vp8 = header.payloadType == vp8_video_payload_type_; in SendRtp() local66 RtpDepacketizer::Create(is_vp8 ? kRtpVideoVp8 : kRtpVideoVp9)); in SendRtp()70 is_vp8 ? parsed_payload.type.Video.codecHeader.VP8.temporalIdx in SendRtp()73 is_vp8 ? kNoSpatialIdx in SendRtp()
52 const bool is_vp8 = decoder->IsVP8(); in HandlePeekResult() local53 if (is_vp8) { in HandlePeekResult()
227 const int is_vp8 = !memcmp(data, "VP8 ", TAG_SIZE); in ParseVP8Header() local241 if (is_vp8 || is_vp8l) { in ParseVP8Header()
235 const int is_vp8 = !memcmp(data, "VP8 ", TAG_SIZE); in ParseVP8Header() local249 if (is_vp8 || is_vp8l) { in ParseVP8Header()