Home
last modified time | relevance | path

Searched defs:inputFormat (Results 1 – 7 of 7) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java226 int inputFormat; in testCrossSessionCaptureException() local
458 private void testBasicReprocessing(String cameraId, int inputFormat, in testBasicReprocessing()
474 private void testReprocessingMaxSizes(String cameraId, int inputFormat, in testReprocessingMaxSizes()
557 private void testReprocessMixedBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessMixedBurst()
629 private void testReprocessBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessBurst()
688 private void testReprocess(String cameraId, Size inputSize, int inputFormat, in testReprocess()
752 private void testReprocessAbort(String cameraId, Size inputSize, int inputFormat, in testReprocessAbort()
842 private void testReprocessTimestamps(String cameraId, Size inputSize, int inputFormat, in testReprocessTimestamps()
916 private void testReprocessJpegExif(String cameraId, Size inputSize, int inputFormat, in testReprocessJpegExif()
982 private void testReprocessRequestKeys(String cameraId, Size inputSize, int inputFormat, in testReprocessRequestKeys()
[all …]
DPerformanceTest.java946 private void prepareReprocessCapture(int inputFormat) in prepareReprocessCapture()
/cts/tests/tests/media/src/android/media/cts/
DExtractDecodeEditEncodeMuxTest.java357 MediaFormat inputFormat = videoExtractor.getTrackFormat(videoInputTrack); in extractDecodeEditEncodeMux() local
376 MediaFormat inputFormat = audioExtractor.getTrackFormat(audioInputTrack); in extractDecodeEditEncodeMux() local
599 MediaCodecList mcl, MediaFormat inputFormat, Surface surface) throws IOException { in createVideoDecoder()
635 MediaCodecList mcl, MediaFormat inputFormat) throws IOException { in createAudioDecoder()
DDecodeEditEncodeTest.java395 MediaFormat inputFormat = inputData.getMediaFormat(); in editVideoFile() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaPerfUtils.java56 MediaFormat configFormat, MediaFormat inputFormat, MediaFormat outputFormat) { in addPerformanceHeadersToLog()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1334 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java803 MediaFormat inputFormat = codec.getInputFormat(); in runEncoder() local