Searched refs:CODEC_ANY (Results 1 – 5 of 5) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderValidationTest.java | 20 import static android.mediav2.common.cts.CodecTestBase.SupportClass.CODEC_ANY; 161 MediaUtils.isTv() ? CODEC_ANY : CODEC_OPTIONAL}, in input() 163 null, -1.0f, 3947092788L, -1, -1, 642, 642, CODEC_ANY}, in input() 165 null, -1.0f, 516982978L, -1, -1, 642, 642, CODEC_ANY}, in input() 167 null, -1.0f, 3018465268L, -1, -1, 642, 642, CODEC_ANY}, in input() 169 null, -1.0f, 4032809269L, -1, -1, 642, 642, CODEC_ANY}, in input() 171 null, -1.0f, 3684481474L, -1, -1, 642, 642, CODEC_ANY}, in input() 173 null, -1.0f, -1L, -1, -1, 130, 130, CODEC_ANY}, in input() 179 MediaUtils.isTv() ? CODEC_ANY : CODEC_OPTIONAL}, in input() 183 MediaUtils.isTv() ? CODEC_ANY : CODEC_OPTIONAL}, in input() [all …]
|
D | VideoEncoderTest.java | 21 import static android.mediav2.common.cts.CodecTestBase.SupportClass.CODEC_ANY; 125 return selectCodecs(mediaType, formats, null, true).size() != 0 ? CODEC_ANY : CODEC_SHOULD; in getSupportRequirementsDynamic() 138 CODEC_ANY}, in input() 142 CODEC_ANY}, in input() 150 CODEC_ANY}, in input() 152 CODEC_ANY}, in input() 161 CODEC_ANY}, in input() 163 CODEC_ANY}, in input() 172 CODEC_ANY}, in input() 181 COLOR_FormatYUV420Flexible, CODEC_ANY}, in input()
|
D | DecoderColorAspectsTest.java | 20 import static android.mediav2.common.cts.CodecTestBase.SupportClass.CODEC_ANY; 228 MediaFormat.COLOR_TRANSFER_ST2084, false, CODEC_ANY}, in input() 232 MediaFormat.COLOR_TRANSFER_HLG, false, CODEC_ANY}, in input()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecTestBase.java | 302 CODEC_ANY, // At least one codec must support enumConstant 314 case CODEC_ANY: in toString() 521 case CODEC_ANY: in checkFormatSupport()
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | DecoderTest.java | 127 public static final int CODEC_ANY = 1; // At least one codec must support field in DecoderTest
|