Searched defs:ex (Results 1 – 8 of 8) sorted by relevance
41 Exception ex = new Exception(); in testConstructor() local
127 MediaExtractor ex = new MediaExtractor(); in getSampleSizes() local134 MediaExtractor ex = new MediaExtractor(); in getSampleSizes() local139 private static int[] getSampleSizes(MediaExtractor ex) { in getSampleSizes()227 MediaExtractor ex = new MediaExtractor(); in getDecodedData() local231 private static int[] getDecodedData(MediaExtractor ex) throws IOException { in getDecodedData()494 MediaExtractor ex = new MediaExtractor(); in testPssh() local505 private static void testPssh(MediaExtractor ex) { in testPssh()
286 private void ex(Iterable<Codec> codecList, Test test) { in ex() method in AdaptivePlaybackTest290 private void ex(Iterable<Codec> codecList, Test[] testList) { in ex() method in AdaptivePlaybackTest
126 private static void logMediaCodecException(MediaCodec.CodecException ex) { in logMediaCodecException()
213 MediaExtractor ex = new MediaExtractor(); in testBFrames() local
79 jobject testExtractor(AMediaExtractor *ex, JNIEnv *env) { in testExtractor()153 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNative() local166 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNativePath() local224 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() local377 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative() local465 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_cts_NativeDecoderTest_testMuxerNative() local578 AMediaExtractor *ex = AMediaExtractor_new(); in Java_android_media_cts_NativeDecoderTest_testPsshNative() local
205 public static boolean hasCodecForTrack(MediaExtractor ex, int track) { in hasCodecForTrack()216 public static boolean hasCodecsForMedia(MediaExtractor ex) { in hasCodecsForMedia()234 public static boolean hasCodecForMediaAndDomain(MediaExtractor ex, String mimePrefix) { in hasCodecForMediaAndDomain()253 MediaExtractor ex = null; in hasCodecsForResourceCombo() local313 MediaExtractor ex = null; in hasCodecsForPath() local
154 private void fail(Exception ex) { in fail()