Home
last modified time | relevance | path

Searched defs:formats (Results 1 – 25 of 31) sorted by relevance

12

/cts/tests/tests/nativehardware/src/android/hardware/nativehardware/cts/
DHardwareBufferVrTest.java39 final int formats[] = { in testLayeredBuffersForVr() local
/cts/tests/media/src/android/mediav2/cts/
DDecoderHDRInfoTest.java103 ArrayList<MediaFormat> formats = new ArrayList<>(); in testHDRMetadata() local
DCodecDecoderPauseTest.java81 ArrayList<MediaFormat> formats = new ArrayList<>(); in testPause() local
DDecoderColorAspectsTest.java260 ArrayList<MediaFormat> formats = new ArrayList<>(); in testColorAspects() local
DAdaptivePlaybackTest.java223 ArrayList<MediaFormat> formats = new ArrayList<>(); in testAdaptivePlayback() local
DCodecDecoderValidationTest.java586 ArrayList<MediaFormat> formats = new ArrayList<>(); in testDecodeAndValidate() local
DEncodeDecodeAccuracyTest.java439 ArrayList<MediaFormat> formats = new ArrayList<>(); in decodeElementaryStream() local
472 ArrayList<MediaFormat> formats = new ArrayList<>(); in testEncodeDecodeAccuracyRGB() local
DCodecDecoderTest.java775 ArrayList<MediaFormat> formats = new ArrayList<>(); in testSimpleDecodeQueueCSD() local
DCodecTestBase.java816 ArrayList<MediaFormat> formats, String[] features, SupportClass supportRequirements) in checkFormatSupport()
869 static boolean doesAnyFormatHaveHDRProfile(String mime, ArrayList<MediaFormat> formats) { in doesAnyFormatHaveHDRProfile()
911 static boolean areFormatsSupported(String name, String mime, ArrayList<MediaFormat> formats) in areFormatsSupported()
1304 static ArrayList<String> selectCodecs(String mime, ArrayList<MediaFormat> formats, in selectCodecs()
DEncoderProfileLevelTest.java739 ArrayList<MediaFormat> formats = new ArrayList<>(); in testValidateProfileLevel() local
/cts/tests/mediapc/src/android/mediapc/cts/
DPlaybackFrameDrop.java116 ArrayList<MediaFormat> formats = new ArrayList<>(); in setUpSourceFiles() local
142 ArrayList<MediaFormat> formats = setUpSourceFiles(); in getFrameDropCount() local
DVideoCodecRequirementsTest.java95 ArrayList<MediaFormat> formats = new ArrayList<>(); in testAV1HwDecoderRequirements() local
DCodecTestBase.java346 static ArrayList<String> selectCodecs(String mime, ArrayList<MediaFormat> formats, in selectCodecs()
351 static ArrayList<String> selectHardwareCodecs(String mime, ArrayList<MediaFormat> formats, in selectHardwareCodecs()
356 static ArrayList<String> selectHardwareCodecs(String mime, ArrayList<MediaFormat> formats, in selectHardwareCodecs()
361 static ArrayList<String> selectCodecs(String mime, ArrayList<MediaFormat> formats, in selectCodecs()
366 static ArrayList<String> selectCodecs(String mime, ArrayList<MediaFormat> formats, in selectCodecs()
DFrameDropTestBase.java165 ArrayList<MediaFormat> formats = new ArrayList<>(); in prepareArgumentsList() local
/cts/tests/video/src/android/video/cts/
DCodecPerformanceTestBase.java158 static ArrayList<String> selectCodecs(String mime, ArrayList<MediaFormat> formats, in selectCodecs()
163 static ArrayList<String> selectHardwareCodecs(String mime, ArrayList<MediaFormat> formats, in selectHardwareCodecs()
168 static ArrayList<String> selectCodecs(String mime, ArrayList<MediaFormat> formats, in selectCodecs()
/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/
DMediaPreparerAppTest.java130 List<MediaFormat> formats = new ArrayList<MediaFormat>(); in stringsToFormats() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java225 boolean isEncoder, Boolean isGoog, MediaFormat... formats) { in getCodecNames()
258 public static String[] getDecoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getDecoderNames()
262 public static String[] getDecoderNames(MediaFormat... formats) { in getDecoderNames()
267 public static String[] getEncoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getEncoderNames()
271 public static String[] getEncoderNames(MediaFormat... formats) { in getEncoderNames()
288 int count, boolean isEncoder, Boolean isGoog, MediaFormat... formats) { in verifyNumCodecs()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DVideoDecoderPerfTest.java402 MediaFormat[] formats = new MediaFormat[resources.length]; in getVideoTrackFormats() local
411 MediaFormat[] formats = getVideoTrackFormats(resources); in perf() local
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java133 XmlSerializer formats = Xml.newSerializer(); in run() local
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DEncoderTest.java186 private void testEncoderWithFormatsParallel(String mime, ArrayList<MediaFormat> formats, in testEncoderWithFormatsParallel()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java322 private void testSingleCaptureForFormat(int[] formats, String formatDescription, in testSingleCaptureForFormat()
1198 Size previewSz, Size[] captureSizes, int[] formats, CaptureCallback resultListener, in prepareStillCaptureAndStartPreview()
DMultiResolutionReprocessCaptureTest.java787 int[] formats = input ? configs.getInputFormats() : in getMultiResReprocessInfo() local
/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.cpp288 std::vector<VkSurfaceFormatKHR> formats(formatCount); in init() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java584 Size previewSz, Size[] captureSizes, int[] formats, CaptureCallback resultListener, in prepareStillCaptureAndStartPreview()
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp584 std::vector<AMediaFormat*> formats; in testSimpleDecodeQueueCSD() local

12