HomeSort by relevance Sort by last modified time
    Searched refs:is_vp8 (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/test/
layer_filtering_transport.cc 64 const bool is_vp8 = header.payloadType == vp8_video_payload_type_; local
66 RtpDepacketizer::Create(is_vp8 ? kRtpVideoVp8 : kRtpVideoVp9));
70 is_vp8 ? parsed_payload.type.Video.codecHeader.VP8.temporalIdx
73 is_vp8 ? kNoSpatialIdx
  /external/libvpx/libvpx/test/
decode_test_driver.cc 50 const bool is_vp8 = decoder->IsVP8(); local
51 if (is_vp8) {
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 176 uint8_t is_vp8 = strncmp(enc_name, "vp8", 3) == 0 ? 1 : 0; local
178 if (!is_vp8 && !is_vp9) {
183 block_size = is_vp9 && !is_vp8 ? 8 : 16;
202 if (is_vp8) {
    [all...]
  /external/webp/src/dec/
webp_dec.c 227 const int is_vp8 = !memcmp(data, "VP8 ", TAG_SIZE); local
241 if (is_vp8 || is_vp8l) {

Completed in 167 milliseconds