Searched defs:inputFormat (Results 1 – 12 of 12) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ReprocessCaptureTest.java | 272 int inputFormat; in testCrossSessionCaptureException() local 510 private void testBasicReprocessing(String cameraId, int inputFormat, in testBasicReprocessing() 526 private void testReprocessingMaxSizes(String cameraId, int inputFormat, in testReprocessingMaxSizes() 630 private void testReprocessMixedBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessMixedBurst() 702 private void testReprocessBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessBurst() 761 private void testReprocess(String cameraId, Size inputSize, int inputFormat, in testReprocess() 825 private void testReprocessAbort(String cameraId, Size inputSize, int inputFormat, in testReprocessAbort() 915 private void testReprocessTimestamps(String cameraId, Size inputSize, int inputFormat, in testReprocessTimestamps() 989 private void testReprocessJpegExif(String cameraId, Size inputSize, int inputFormat, in testReprocessJpegExif() 1056 private void testReprocessRequestKeys(String cameraId, Size inputSize, int inputFormat, in testReprocessRequestKeys() [all …]
|
D | PerformanceTest.java | 1078 private void prepareReprocessCapture(int inputFormat) in prepareReprocessCapture()
|
D | RobustnessTest.java | 574 int inputFormat = streamInfo.get(0).getFormat(); in testMandatoryReprocessableStreamCombination() local
|
D | CameraDeviceTest.java | 1089 int inputFormat = ImageFormat.YUV_420_888; in testCreateSessionWithParametersByCamera() local
|
D | ExtendedCameraCharacteristicsTest.java | 664 int inputFormat = inputFormatInteger.intValue(); in verifyRecommendedZSLConfiguration() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/ |
D | poc.cpp | 100 sp<AMessage> inputFormat = new AMessage; in fuzzIOMXQcomVpx() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ExtractDecodeEditEncodeMuxTest.java | 359 MediaFormat inputFormat = videoExtractor.getTrackFormat(videoInputTrack); in extractDecodeEditEncodeMux() local 378 MediaFormat inputFormat = audioExtractor.getTrackFormat(audioInputTrack); in extractDecodeEditEncodeMux() local 601 MediaCodecList mcl, MediaFormat inputFormat, Surface surface) throws IOException { in createVideoDecoder() 637 MediaCodecList mcl, MediaFormat inputFormat) throws IOException { in createAudioDecoder()
|
D | DecodeEditEncodeTest.java | 396 MediaFormat inputFormat = inputData.getMediaFormat(); in editVideoFile() local
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 56 MediaFormat configFormat, MediaFormat inputFormat, MediaFormat outputFormat) { in addPerformanceHeadersToLog()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 56 MediaFormat configFormat, MediaFormat inputFormat, MediaFormat outputFormat) { in addPerformanceHeadersToLog()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | StaticMetadata.java | 1416 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 930 MediaFormat inputFormat = codec.getInputFormat(); in runEncoder() local
|