Searched defs:inputFormat (Results 1 – 7 of 7) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ReprocessCaptureTest.java | 226 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 …]
|
D | PerformanceTest.java | 740 private void prepareReprocessCapture(int inputFormat) in prepareReprocessCapture()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ExtractDecodeEditEncodeMuxTest.java | 357 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()
|
D | DecodeEditEncodeTest.java | 395 MediaFormat inputFormat = inputData.getMediaFormat(); in editVideoFile() local
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | MediaPerfUtils.java | 56 MediaFormat configFormat, MediaFormat inputFormat, MediaFormat outputFormat) { in addPerformanceHeadersToLog()
|
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
D | StaticMetadata.java | 1307 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 803 MediaFormat inputFormat = codec.getInputFormat(); in runEncoder() local
|