HomeSort by relevance Sort by last modified time
    Searched defs:vp8 (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 383 const char *vp8 = MEDIA_MIMETYPE_VIDEO_VP8; local
387 if (!strncasecmp(mime, vp8, strlen(vp8))) {
392 ALOGE("Track (%s) other than %s or %s is not supported", mime, vp8, vorbis);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 198 info.VP8.nonReferenceFrame = false;
199 info.VP8.beginningOfPartition = false;
200 info.VP8.partitionID = 0;
201 info.VP8.hasPictureID = false;
202 info.VP8.hasTl0PicIdx = false;
203 info.VP8.hasTID = false;
204 info.VP8.hasKeyIdx = false;
205 info.VP8.pictureID = -1;
206 info.VP8.tl0PicIdx = -1;
207 info.VP8.tID = -1
623 RTPPayloadVP8* vp8 = &parsedPacket.info.VP8; local
680 RTPPayloadVP8* vp8 = &parsedPacket.info.VP8; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 189 "a=rtpmap:120 VP8/90000\r\n"
244 "a=rtpmap:120 VP8/90000\r\n"
1201 cricket::VideoCodec vp8 = vcd->codecs()[0]; local
1252 cricket::VideoCodec vp8 = vcd->codecs()[0]; local
2232 cricket::VideoCodec vp8 = vcd->codecs()[0]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
variance_test.cc 23 # include "vp8/common/variance.h"
286 // VP8 test cases.
288 namespace vp8 { namespace in namespace:__anon16649
354 } // namespace vp8
  /external/libvpx/libvpx/test/
variance_test.cc 23 # include "vp8/common/variance.h"
286 // VP8 test cases.
288 namespace vp8 { namespace in namespace:__anon28602
354 } // namespace vp8
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
variance_test.cc 23 # include "vp8/common/variance.h"
286 // VP8 test cases.
288 namespace vp8 { namespace in namespace:__anon39693
354 } // namespace vp8

Completed in 4009 milliseconds