Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java274 int inputFormat; in testCrossSessionCaptureException() local
352 int inputFormat; in testQueueImageWithoutRequest() local
579 private void testBasicReprocessing(String cameraId, int inputFormat, in testBasicReprocessing()
595 private void testReprocessingMaxSizes(String cameraId, int inputFormat, in testReprocessingMaxSizes()
699 private void testReprocessMixedBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessMixedBurst()
771 private void testReprocessBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessBurst()
830 private void testReprocess(String cameraId, Size inputSize, int inputFormat, in testReprocess()
894 private void testReprocessAbort(String cameraId, Size inputSize, int inputFormat, in testReprocessAbort()
992 private void testReprocessTimestamps(String cameraId, Size inputSize, int inputFormat, in testReprocessTimestamps()
1066 private void testReprocessJpegExif(String cameraId, Size inputSize, int inputFormat, in testReprocessJpegExif()
[all …]
DMultiResolutionReprocessCaptureTest.java300 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()
DCameraDeviceTest.java1125 int inputFormat = ImageFormat.YUV_420_888; in testCreateSessionWithParametersByCamera() local
DRobustnessTest.java964 int inputFormat = streamInfo.get(0).getFormat(); in testMandatoryReprocessableStreamCombination() local
DExtendedCameraCharacteristicsTest.java901 int inputFormat = inputFormatInteger.intValue(); in verifyRecommendedZSLConfiguration() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DImageReaderArgs.java35 Size inputSize, int inputFormat, in ImageReaderArgs()
49 Size inputSize, int inputFormat, in valueOf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/
Dpoc.cpp100 sp<AMessage> inputFormat = new AMessage; in fuzzIOMXQcomVpx() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DExtractDecodeEditEncodeMuxTest.java417 MediaFormat inputFormat = videoExtractor.getTrackFormat(videoInputTrack); in extractDecodeEditEncodeMux() local
436 MediaFormat inputFormat = audioExtractor.getTrackFormat(audioInputTrack); in extractDecodeEditEncodeMux() local
670 MediaCodecList mcl, MediaFormat inputFormat, Surface surface) throws IOException { in createVideoDecoder()
706 MediaCodecList mcl, MediaFormat inputFormat) throws IOException { in createAudioDecoder()
DDecodeEditEncodeTest.java563 MediaFormat inputFormat = inputData.getMediaFormat(); in editVideoFile() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java58 MediaFormat configFormat, MediaFormat inputFormat, MediaFormat outputFormat) { in addPerformanceHeadersToLog()
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/
DVirtualCameraCaptureTest.java272 private VirtualCamera createVirtualCamera(int inputWidth, int inputHeight, int inputFormat) { in createVirtualCamera()
/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
DAndroidTestUtil.java720 Context context, String testId, Format inputFormat, @Nullable Format outputFormat) in skipAndLogIfFormatsUnsupported()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java640 MediaFormat inputFormat = codec.getInputFormat(); in runEncoder() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1553 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput()