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

  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 30 import static android.media.MediaFormat.MIMETYPE_VIDEO_H263;
103 if (!MediaUtils.checkEncoder(MIMETYPE_VIDEO_H263)) {
109 hasEncoder(MIMETYPE_VIDEO_H263, MPEG4ProfileSimple, H263Level45));
114 if (!MediaUtils.checkDecoder(MIMETYPE_VIDEO_H263)) {
120 hasDecoder(MIMETYPE_VIDEO_H263, MPEG4ProfileSimple, H263Level30));
341 if (mime.equalsIgnoreCase(MIMETYPE_VIDEO_H263)) {
StreamingMediaPlayerTest.java 72 if (!MediaUtils.checkDecoder(MediaFormat.MIMETYPE_VIDEO_H263, MediaFormat.MIMETYPE_AUDIO_AMR_NB)) {
84 if (!MediaUtils.checkDecoder(MediaFormat.MIMETYPE_VIDEO_H263, MediaFormat.MIMETYPE_AUDIO_AMR_NB)) {
MediaCodecListTest.java 395 list.add(new VideoCodec(MediaFormat.MIMETYPE_VIDEO_H263, false)); // h263 decoder
397 list.add(new VideoCodec(MediaFormat.MIMETYPE_VIDEO_H263, true)); // h263 encoder
VideoDecoderPerfTest.java 55 private static final String VIDEO_H263 = MediaFormat.MIMETYPE_VIDEO_H263;
VideoEncoderTest.java     [all...]
ImageReaderDecoderTest.java 156 MediaFormat.MIMETYPE_VIDEO_H263,
    [all...]
AdaptivePlaybackTest.java 73 MediaFormat.MIMETYPE_VIDEO_H263,
    [all...]
  /frameworks/base/media/java/android/media/
MediaFormat.java 92 public static final String MIMETYPE_VIDEO_H263 = "video/3gpp";
    [all...]
MediaCodecInfo.java     [all...]
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 72 private static final String VIDEO_H263 = MediaFormat.MIMETYPE_VIDEO_H263;
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 200 milliseconds