Home
last modified time | relevance | path

Searched refs:testDecode (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java2401 private void testDecode(final String testVideo, int frameNum) throws Exception {
2417 testDecode("video_480x360_mp4_h264_1000kbps_25fps_aac_stereo_128kbps_44100hz.mp4", 240);
2421 testDecode(
2426 testDecode("video_176x144_3gp_h263_300kbps_12fps_aac_stereo_128kbps_22050hz.3gp", 122);
2430 testDecode("video_480x360_mp4_mpeg2_1500kbps_30fps_aac_stereo_128kbps_48000hz.mp4", 300);
2434 testDecode("video_480x360_mp4_mpeg4_860kbps_25fps_aac_stereo_128kbps_44100hz.mp4", 249);
2438 testDecode("video_480x360_webm_vp8_333kbps_25fps_vorbis_stereo_128kbps_48000hz.webm", 240);
2442 testDecode("video_480x360_webm_vp9_333kbps_25fps_vorbis_stereo_128kbps_48000hz.webm", 240);
2446 testDecode("video_480x360_webm_av1_400kbps_30fps_vorbis_stereo_128kbps_48000hz.webm", 300);
2450 testDecode("bbb_s1_320x240_mp4_h264_mp2_800kbps_30fps_aac_lc_5ch_240kbps_44100hz.mp4", 300);
[all …]
/cts/tests/tests/webkit/src/android/webkit/cts/
DURLUtilTest.java128 public void testDecode() { in testDecode() method in URLUtilTest
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRGBAF16Test.java60 public void testDecode() { in testDecode() method in BitmapRGBAF16Test
DAImageDecoderTest.java317 public void testDecode(ImageDecoderTest.AssetRecord record, boolean unpremul) { in testDecode() method
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp506 static void testDecode(JNIEnv* env, jclass, jlong imageDecoderPtr, in testDecode() function
1274 { "nTestDecode", "(JIZ" BITMAP ")V", (void*) testDecode },