Home
last modified time | relevance | path

Searched refs:currentPictureSize (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.cpp885 Size currentPictureSize = mSupportedPictureSizes.itemAt( in postData() local
926 mWidthTmp = currentPictureSize.width; in postData()
927 mHeightTmp = currentPictureSize.height; in postData()
1858 Size currentPictureSize = mSupportedPictureSizes.itemAt( in startPreview() local
1919 mParams.setPictureSize(currentPictureSize.width, in startPreview()
1920 currentPictureSize.height); in startPreview()
2779 Size currentPictureSize, currentPreviewSize, currentVideoSize; in printMenu() local
2784 currentCamera->getCurrentPictureSize(currentPictureSize); in printMenu()
2837 currentPictureSize.width, in printMenu()
2838 currentPictureSize.height); in printMenu()