Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h89 status_t getCurrentPictureSize(Size &pictureSize);
Dqcamera_test.cpp2577 Size pictureSize = mSupportedPictureSizes.itemAt( in nextPictureSize() local
2579 mParams.setPictureSize(pictureSize.width, in nextPictureSize()
2580 pictureSize.height); in nextPictureSize()
2740 status_t CameraContext::getCurrentPictureSize(Size &pictureSize) in getCurrentPictureSize() argument
2744 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()