/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ReprocessCaptureTest.java | 276 int inputFormat; in testCrossSessionCaptureException() local 354 int inputFormat; in testQueueImageWithoutRequest() local 581 private void testBasicReprocessing(String cameraId, int inputFormat, in testBasicReprocessing() 597 private void testReprocessingMaxSizes(String cameraId, int inputFormat, in testReprocessingMaxSizes() 701 private void testReprocessMixedBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessMixedBurst() 773 private void testReprocessBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessBurst() 832 private void testReprocess(String cameraId, Size inputSize, int inputFormat, in testReprocess() 896 private void testReprocessAbort(String cameraId, Size inputSize, int inputFormat, in testReprocessAbort() 994 private void testReprocessTimestamps(String cameraId, Size inputSize, int inputFormat, in testReprocessTimestamps() 1068 private void testReprocessJpegExif(String cameraId, Size inputSize, int inputFormat, in testReprocessJpegExif() [all …]
|
D | MultiResolutionReprocessCaptureTest.java | 300 int inputFormat = firstStreamInfo.getFormat(); in testMultiResolutionMandatoryStreamCombinationTest() local 343 int inputFormat = streamInfo.get(0).getFormat(); in testMultiResolutionMandatoryStreamCombination() local 478 private void testMultiResolutionReprocessing(String cameraId, int inputFormat, in testMultiResolutionReprocessing() 515 int inputFormat, Collection<MultiResolutionStreamInfo> inputInfo, in testMultiResolutionReprocessWithStreamInfo() 567 private void setupMultiResImageReaders(int inputFormat, in setupMultiResImageReaders() 636 private void setupReprocessableSession(int inputFormat, in setupReprocessableSession()
|
D | CameraDeviceTest.java | 1111 int inputFormat = ImageFormat.YUV_420_888; in testCreateSessionWithParametersByCamera() local
|
D | ExtendedCameraCharacteristicsTest.java | 690 int inputFormat = inputFormatInteger.intValue(); in verifyRecommendedZSLConfiguration() local
|
D | RobustnessTest.java | 598 int inputFormat = streamInfo.get(0).getFormat(); in testMandatoryReprocessableStreamCombination() 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 609 MediaCodecList mcl, MediaFormat inputFormat, Surface surface) throws IOException { in createVideoDecoder() 645 MediaCodecList mcl, MediaFormat inputFormat) throws IOException { in createAudioDecoder()
|
D | DecodeEditEncodeTest.java | 408 MediaFormat inputFormat = inputData.getMediaFormat(); in editVideoFile() local
|
/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 | 1464 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 904 MediaFormat inputFormat = codec.getInputFormat(); in runEncoder() local
|