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

  /cts/tests/tests/media/src/android/media/cts/
NativeDecoderTest.java 86 public void testExtractor() throws Exception {
87 testExtractor(R.raw.sinesweepogg);
88 testExtractor(R.raw.sinesweepmp3lame);
89 testExtractor(R.raw.sinesweepmp3smpb);
90 testExtractor(R.raw.sinesweepm4a);
91 testExtractor(R.raw.sinesweepflac);
92 testExtractor(R.raw.sinesweepwav);
94 testExtractor(R.raw.video_1280x720_mp4_h264_1000kbps_25fps_aac_stereo_128kbps_44100hz);
95 testExtractor(R.raw.bbb_s3_1280x720_webm_vp8_8mbps_60fps_opus_6ch_384kbps_48000hz);
96 testExtractor(R.raw.bbb_s4_1280x720_webm_vp9_0p31_4mbps_30fps_opus_stereo_128kbps_48000hz)
    [all...]
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 81 jobject testExtractor(AMediaExtractor *ex, JNIEnv *env) {
161 return testExtractor(ex, env);
183 return testExtractor(ex, env);
    [all...]

Completed in 206 milliseconds