Searched refs:IS_AT_LEAST_T (Results 1 – 14 of 14) sorted by relevance
82 private static final boolean IS_AT_LEAST_T = field in MediaExtractorTest875 if (IS_AT_LEAST_T) { in testDtsInMpeg2ts()890 if (IS_AT_LEAST_T) { in testDtsHdInMpeg2ts()910 if (IS_AT_LEAST_T) { in testDtsUhdInMpeg2ts()
35 import static android.mediav2.common.cts.CodecTestBase.IS_AT_LEAST_T;143 Assume.assumeTrue("Test needs Android 13", IS_AT_LEAST_T); in testHDRDisplayCapabilities()
138 if (CodecTestBase.IS_AT_LEAST_T && PROFILE_HLG_MAP.containsKey(mediaType)) { in input()
202 if (IS_AT_LEAST_T) { in input()
153 if (IS_AT_LEAST_T) { in input()
205 if (CodecTestBase.IS_AT_LEAST_T) { in input()
186 if (IS_AT_LEAST_T) { in input()
230 if (IS_AT_LEAST_T) { in input()948 Assume.assumeTrue("Test needs Android 13", IS_AT_LEAST_T); in testDefaultOutputColorFormat()
592 if (IS_AT_LEAST_T && (IS_HDR_EDITING_SUPPORTED || IS_HLG_EDITING_SUPPORTED)) { in testDecodeGlAccuracyRGB()
129 if (IS_AT_LEAST_T) { in input()
190 if (IS_AT_LEAST_T) { in input()
490 if (IS_AT_LEAST_T && PROFILE_HLG_MAP.get(mediaType) != null) { in input()
270 IS_AT_LEAST_T ? cropRect.isValid() in updateErrorStats()
119 public static final boolean IS_AT_LEAST_T = field in CodecTestBase