Searched refs:testExtractor (Results 1 – 2 of 2) sorted by relevance
85 public void testExtractor() throws Exception { in testExtractor() method in NativeDecoderTest86 testExtractor(R.raw.sinesweepogg); in testExtractor()87 testExtractor(R.raw.sinesweepmp3lame); in testExtractor()88 testExtractor(R.raw.sinesweepmp3smpb); in testExtractor()89 testExtractor(R.raw.sinesweepm4a); in testExtractor()90 testExtractor(R.raw.sinesweepflac); in testExtractor()91 testExtractor(R.raw.sinesweepwav); in testExtractor()93 testExtractor(R.raw.video_1280x720_mp4_h264_1000kbps_25fps_aac_stereo_128kbps_44100hz); in testExtractor()94 testExtractor(R.raw.bbb_s3_1280x720_webm_vp8_8mbps_60fps_opus_6ch_384kbps_48000hz); in testExtractor()95 testExtractor(R.raw.bbb_s4_1280x720_webm_vp9_0p31_4mbps_30fps_opus_stereo_128kbps_48000hz); in testExtractor()[all …]
79 jobject testExtractor(AMediaExtractor *ex, JNIEnv *env) { in testExtractor() function159 return testExtractor(ex, env); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNative()181 return testExtractor(ex, env); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNativePath()