Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/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.java625 private void prepareReprocessCapture(int inputFormat) in prepareReprocessCapture()
/cts/tests/tests/media/src/android/media/cts/
DExtractDecodeEditEncodeMuxTest.java331 MediaFormat inputFormat = videoExtractor.getTrackFormat(videoInputTrack); in extractDecodeEditEncodeMux() local
350 MediaFormat inputFormat = audioExtractor.getTrackFormat(audioInputTrack); in extractDecodeEditEncodeMux() local
536 MediaCodecList mcl, MediaFormat inputFormat, Surface surface) throws IOException { in createVideoDecoder()
572 MediaCodecList mcl, MediaFormat inputFormat) throws IOException { in createAudioDecoder()
DDecodeEditEncodeTest.java395 MediaFormat inputFormat = inputData.getMediaFormat(); in editVideoFile() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1304 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput()