Home
last modified time | relevance | path

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

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderTest.java2007 private void testDecode(final String testVideo, int frameNum) throws Exception {
2024 testDecode("video_480x360_mp4_h264_1000kbps_25fps_aac_stereo_128kbps_44100hz.mp4", 240);
2029 testDecode(
2035 testDecode("video_176x144_3gp_h263_300kbps_12fps_aac_stereo_128kbps_22050hz.3gp", 122);
2040 testDecode("video_480x360_mp4_mpeg2_1500kbps_30fps_aac_stereo_128kbps_48000hz.mp4", 300);
2045 testDecode("video_480x360_mp4_mpeg4_860kbps_25fps_aac_stereo_128kbps_44100hz.mp4", 249);
2050 testDecode("video_480x360_webm_vp8_333kbps_25fps_vorbis_stereo_128kbps_48000hz.webm", 240);
2055 testDecode("video_480x360_webm_vp9_333kbps_25fps_vorbis_stereo_128kbps_48000hz.webm", 240);
2060 testDecode("video_480x360_webm_av1_400kbps_30fps_vorbis_stereo_128kbps_48000hz.webm", 300);
2065 testDecode("bbb_s1_320x240_mp4_h264_mp2_800kbps_30fps_aac_lc_5ch_240kbps_44100hz.mp4", 300);
[all …]
/cts/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/
DSdkSandboxURLUtilTest.java97 public void testDecode() throws Throwable { in testDecode() method in SdkSandboxURLUtilTest
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRGBAF16Test.java60 public void testDecode() { in testDecode() method in BitmapRGBAF16Test
DAImageDecoderTest.java413 public void testDecode(ImageDecoderTest.AssetRecord record, boolean unpremul) { in testDecode() method
/cts/tests/tests/webkit/src/android/webkit/cts/
DURLUtilTest.java159 public void testDecode() { in testDecode() method in URLUtilTest
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp512 static void testDecode(JNIEnv* env, jclass, jlong imageDecoderPtr, in testDecode() function
1274 { "nTestDecode", "(JIZ" BITMAP ")V", (void*) testDecode },