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

  /external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 86 CodecSpecificInfoVP8 VP8;
  /external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h 84 CodecSpecificInfoVP8 VP8;
  /frameworks/base/media/java/android/media/
MediaRecorder.java 395 /** VP8/VORBIS data in a WEBM container */
436 public static final int VP8 = 4;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 93 public Iterable<Codec> VP8(CodecFactory factory) {
97 "OMX.google.vp8.decoder",
119 public Iterable<Codec> VP8() { return VP8(ALL); }
125 return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), Mpeg4(ALL), H263(ALL));
129 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), Mpeg4(SW), H263(SW));
133 return chain(H264(HW), HEVC(HW), VP8(HW), VP9(HW), Mpeg4(HW), H263(HW));
188 public void runVP8() { ex(VP8(), allTests); }
195 public void onlyVP8HW() { ex(VP8(HW), allTests); }
202 public void onlyVP8SW() { ex(VP8(SW), allTests);
    [all...]
VideoDecoderPerfTest.java 56 private static final String VP8 = MediaFormat.MIMETYPE_VIDEO_VP8;
500 // VP8 tests
  /external/webrtc/webrtc/modules/include/
module_common_types.h 68 int partitionId; // VP8 partition ID
70 // in a VP8 partition. Otherwise false
225 RTPVideoHeaderVP8 VP8;
  /external/webrtc/webrtc/
common_types.h 572 // VP8 specific
642 VideoCodecVP8 VP8;
730 ret &= (codecSpecific.VP8 == other.codecSpecific.VP8);
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java 75 private static final String VP8 = MediaFormat.MIMETYPE_VIDEO_VP8;
433 // VP8 tests
434 public void testVp8Count0320x0180() throws Exception { count(VP8, 320, 180, 1, 2); }
435 public void testVp8Goog0Qual0320x0180() throws Exception { qual(VP8, 320, 180, GOOG, 0); }
436 public void testVp8Goog0Perf0320x0180() throws Exception { perf(VP8, 320, 180, GOOG, 0); }
437 public void testVp8Other0Qual0320x0180() throws Exception { qual(VP8, 320, 180, OTHER, 0); }
438 public void testVp8Other0Perf0320x0180() throws Exception { perf(VP8, 320, 180, OTHER, 0); }
439 public void testVp8Other1Qual0320x0180() throws Exception { qual(VP8, 320, 180, OTHER, 1); }
440 public void testVp8Other1Perf0320x0180() throws Exception { perf(VP8, 320, 180, OTHER, 1); }
441 public void testVp8Count0640x0360() throws Exception { count(VP8, 640, 360, 1, 2);
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 269 milliseconds