Home
last modified time | relevance | path

Searched defs:QCIF (Results 1 – 6 of 6) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java633 Size QCIF = new Size(176, 144); in testReprocessingAllCombinations() local
DStillCaptureTest.java1110 Size QCIF = new Size(176, 144); in previewStillCombinationTestByCamera() local
DImageReaderTest.java1088 Size QCIF = new Size(176, 144); in testAllOutputYUVResolutions() local
DRecordingTest.java1862 Size QCIF = new Size(176, 144); in videoSnapshotTestByCamera() local
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java2000 Size QCIF = mCamera.new Size(176, 144); in isWaivedCombination() local
3530 Size QCIF = mCamera.new Size(176, 144); in getPictureSizeForPreview() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java240 CAMCORDER_PROFILE_QUALITIES_MAP.put(CamcorderProfile.QUALITY_QCIF, "QCIF"); in CAMCORDER_PROFILE_QUALITIES_MAP.put()