Searched refs:QCIF (Results 1 – 5 of 5) sorted by relevance
564 Size QCIF = new Size(176, 144); in testReprocessingAllCombinations() local585 if (reprocessOutputSize.equals(QCIF) && in testReprocessingAllCombinations()590 if (inputSize.equals(QCIF) && in testReprocessingAllCombinations()598 (inputSize.equals(QCIF) || reprocessOutputSize.equals(QCIF))) { in testReprocessingAllCombinations()
993 Size QCIF = new Size(176, 144); in previewStillCombinationTestByCamera() local1004 if (stillSz.equals(QCIF) && in previewStillCombinationTestByCamera()1010 if (previewSz.equals(QCIF) && in previewStillCombinationTestByCamera()
482 Size QCIF = new Size(176, 144); in testAllOutputYUVResolutions() local531 } else if (captureSz.equals(QCIF) && in testAllOutputYUVResolutions()
1227 Size QCIF = new Size(176, 144); in videoSnapshotTestByCamera() local1329 if (videoSz.equals(QCIF) && in videoSnapshotTestByCamera()
481 Size QCIF = mCamera.new Size(176, 144); in testPreviewCallbackByCamera() local489 if (size.equals(QCIF)) { in testPreviewCallbackByCamera()1443 Size QCIF = mCamera.new Size(176, 144); in testPreviewCallbackWithBufferByCamera() local1449 if (size.equals(QCIF)) { in testPreviewCallbackWithBufferByCamera()1543 Size QCIF = mCamera.new Size(176, 144); in testImmediateZoomByCamera() local1552 if (size.equals(QCIF)) { in testImmediateZoomByCamera()1989 Size QCIF = mCamera.new Size(176, 144);1991 if (previewSize.equals(QCIF) && (pictureSize.width > FULL_HD.width ||1995 if (pictureSize.equals(QCIF) && (previewSize.width > FULL_HD.width ||