Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp874 Size currentPictureSize = mSupportedPictureSizes.itemAt( in postData() local
915 mWidthTmp = currentPictureSize.width; in postData()
916 mHeightTmp = currentPictureSize.height; in postData()
1846 Size currentPictureSize = mSupportedPictureSizes.itemAt( in startPreview() local
1907 mParams.setPictureSize(currentPictureSize.width, in startPreview()
1908 currentPictureSize.height); in startPreview()
2767 Size currentPictureSize, currentPreviewSize, currentVideoSize; in printMenu() local
2772 currentCamera->getCurrentPictureSize(currentPictureSize); in printMenu()
2825 currentPictureSize.width, in printMenu()
2826 currentPictureSize.height); in printMenu()