Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.h89 status_t getCurrentPictureSize(Size &pictureSize);
Dqcamera_test.cpp2589 Size pictureSize = mSupportedPictureSizes.itemAt( in nextPictureSize() local
2591 mParams.setPictureSize(pictureSize.width, in nextPictureSize()
2592 pictureSize.height); in nextPictureSize()
2752 status_t CameraContext::getCurrentPictureSize(Size &pictureSize) in getCurrentPictureSize() argument
2756 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()