Searched refs:CODEC_DEFAULT (Results 1 – 4 of 4) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderValidationTest.java | 21 import static android.mediav2.common.cts.CodecTestBase.SupportClass.CODEC_DEFAULT; 580 null, -1.0f, -1L, 16000, 2, -1, -1, CODEC_DEFAULT}, in input() 582 null, -1.0f, -1L, 22050, 2, -1, -1, CODEC_DEFAULT}, in input() 584 null, -1.0f, -1L, 24000, 2, -1, -1, CODEC_DEFAULT}, in input() 586 null, -1.0f, -1L, 32000, 2, -1, -1, CODEC_DEFAULT}, in input() 588 null, -1.0f, -1L, 44100, 2, -1, -1, CODEC_DEFAULT}, in input() 590 null, -1.0f, -1L, 48000, 2, -1, -1, CODEC_DEFAULT}, in input() 592 null, -1.0f, -1L, 16000, 5, -1, -1, CODEC_DEFAULT}, in input() 594 null, -1.0f, -1L, 22050, 5, -1, -1, CODEC_DEFAULT}, in input() 596 null, -1.0f, -1L, 24000, 5, -1, -1, CODEC_DEFAULT}, in input() [all …]
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | DecoderTest.java | 128 public static final int CODEC_DEFAULT = 2; // Default codec must support field in DecoderTest 1093 for (String codecName : codecsFor((String)sample[0], CODEC_DEFAULT)) { in testDecodeHeAacM4a() 1115 for (String codecName : codecsFor((String)sample[0] /* resource */, CODEC_DEFAULT)) { in testDecodeHeAacMcM4a() 1137 for (String codecName : codecsFor(sample, CODEC_DEFAULT)) { in testDecodeHeAacV2M4a() 1152 decodeNtest("sinesweep1_1ch_16khz_aot39_fl480_mp4.m4a", 40.f, CODEC_DEFAULT); in testDecodeAacEldM4a() 1153 decodeNtest("sinesweep1_1ch_22khz_aot39_fl512_mp4.m4a", 40.f, CODEC_DEFAULT); in testDecodeAacEldM4a() 1154 decodeNtest("sinesweep1_1ch_24khz_aot39_fl480_mp4.m4a", 40.f, CODEC_DEFAULT); in testDecodeAacEldM4a() 1155 decodeNtest("sinesweep1_1ch_32khz_aot39_fl512_mp4.m4a", 40.f, CODEC_DEFAULT); in testDecodeAacEldM4a() 1156 decodeNtest("sinesweep1_1ch_44khz_aot39_fl480_mp4.m4a", 40.f, CODEC_DEFAULT); in testDecodeAacEldM4a() 1157 decodeNtest("sinesweep1_1ch_48khz_aot39_fl512_mp4.m4a", 40.f, CODEC_DEFAULT); in testDecodeAacEldM4a() [all …]
|
D | DecoderTestAacFormat.java | 88 DecoderTest.CODEC_DEFAULT)) { in testHeAacM4aMultichannelDownmix()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecTestBase.java | 303 CODEC_DEFAULT, // Default codec must support enumConstant 316 case CODEC_DEFAULT: in toString() 527 case CODEC_DEFAULT: in checkFormatSupport()
|