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

/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.h78 status_t getCurrentPictureSize(Size &pictureSize);
H A Dqcamera_test.cpp745 Size pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); local
746 mParams.setPictureSize(pictureSize.width,
747 pictureSize.height);
759 * @pictureSize : picture size currently configured
765 status_t CameraContext::getCurrentPictureSize(Size &pictureSize) argument
768 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx);

Completed in 264 milliseconds