HomeSort by relevance Sort by last modified time
    Searched defs:H263 (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 100 H263,
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 106 }, H263[] = {
150 {XA_VIDEOCODEC_H263, H263, sizeof(H263) / sizeof(H263[0])},
166 }, H263[]= {
214 {XA_VIDEOCODEC_H263, H263, sizeof(H263) / sizeof(H263[0])},
  /frameworks/av/cmds/stagefright/
stagefright.cpp 425 H263,
449 mStreamType = H263;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 74 public Iterable<Codec> H263(CodecFactory factory) {
118 public Iterable<Codec> H263() { return H263(ALL); }
121 return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), Mpeg4(ALL), H263(ALL));
125 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), Mpeg4(SW), H263(SW));
129 return chain(H264(HW), HEVC(HW), VP8(HW), VP9(HW), Mpeg4(HW), H263(HW));
187 public void runH263() { ex(H263(), allTests); }
194 public void onlyH263HW() { ex(H263(HW), allTests); }
201 public void onlyH263SW() { ex(H263(SW), allTests); }
212 public void testH263_adaptiveEarlyEos() { ex(H263(), adaptiveEarlyEos);
    [all...]
VideoDecoderPerfTest.java 55 private static final String H263 = MediaFormat.MIMETYPE_VIDEO_H263;
387 // H263 tests
409 // No media for H263 704x576
411 // No media for H263 1408x1152
    [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 482 public static final int H263 = 1;
    [all...]
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java 71 private static final String H263 = MediaFormat.MIMETYPE_VIDEO_H263;
255 // H263 tests
256 public void testH263Count0176x0144() throws Exception { count(H263, 176, 144, 2, 2); }
257 public void testH263Goog0Qual0176x0144() throws Exception { qual(H263, 176, 144, GOOG, 0); }
258 public void testH263Goog0Perf0176x0144() throws Exception { perf(H263, 176, 144, GOOG, 0); }
259 public void testH263Goog1Qual0176x0144() throws Exception { qual(H263, 176, 144, GOOG, 1); }
260 public void testH263Goog1Perf0176x0144() throws Exception { perf(H263, 176, 144, GOOG, 1); }
262 public void testH263Other0Qual0176x0144() throws Exception { qual(H263, 176, 144, OTHER, 0); }
263 public void testH263Other0Perf0176x0144() throws Exception { perf(H263, 176, 144, OTHER, 0); }
264 public void testH263Other1Qual0176x0144() throws Exception { qual(H263, 176, 144, OTHER, 1);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 622 milliseconds

1 2