Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.cpp836 Size currentPictureSize = mSupportedPictureSizes.itemAt( in postData() local
871 mWidthTmp[mPiPIdx] = currentPictureSize.width; in postData()
872 mHeightTmp[mPiPIdx] = currentPictureSize.height; in postData()
1769 Size currentPictureSize = mSupportedPictureSizes.itemAt( in startPreview() local
1830 mParams.setPictureSize(currentPictureSize.width, in startPreview()
1831 currentPictureSize.height); in startPreview()
2691 Size currentPictureSize, currentPreviewSize, currentVideoSize; in printMenu() local
2695 currentCamera->getCurrentPictureSize(currentPictureSize); in printMenu()
2748 currentPictureSize.width, in printMenu()
2749 currentPictureSize.height); in printMenu()