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/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 189 "a=rtpmap:120 VP8/90000\r\n"
244 "a=rtpmap:120 VP8/90000\r\n"
352 "a=rtpmap:120 VP8/90000\r\n"
1262 cricket::VideoCodec vp8 = vcd->codecs()[0]; local
1313 cricket::VideoCodec vp8 = vcd->codecs()[0]; local
2379 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"
434 // VP8 test cases.
436 namespace vp8 { namespace in namespace:__anon17632
532 } // namespace vp8
    [all...]
  /external/libvpx/libvpx/test/
variance_test.cc 23 # include "vp8/common/variance.h"
286 // VP8 test cases.
288 namespace vp8 { namespace in namespace:__anon29411
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:__anon40595
354 } // namespace vp8
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 1004 private Encoder[] vp8() { method in class:VideoEncoderTest
1440 support(vp8(), 320, 180, 30, 800 * 1000); method
1444 support(vp8(), 640, 360, 30, 2 * 1000000); method
1448 detailed(vp8(), 320, 180, 30, 800 * 1000, true \/* flex *\/); method
1452 detailed(vp8(), 320, 180, 30, 800 * 1000, false \/* flex *\/); method
1456 detailed(vp8(), 640, 360, 30, 2 * 1000000, true \/* flex *\/); method
1460 detailed(vp8(), 640, 360, 30, 2 * 1000000, false \/* flex *\/); method
1464 detailed(vp8(), 1280, 720, 30, 4 * 1000000, true \/* flex *\/); method
1468 detailed(vp8(), 1280, 720, 30, 4 * 1000000, false \/* flex *\/); method
1472 detailed(vp8(), 1920, 1080, 30, 10 * 1000000, true \/* flex *\/); method
1476 detailed(vp8(), 1920, 1080, 30, 10 * 1000000, false \/* flex *\/); method
    [all...]

Completed in 460 milliseconds