Searched refs:pictureSize (Results 1 – 6 of 6) sorted by relevance
745 Size pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in nextPictureSize() local746 mParams.setPictureSize(pictureSize.width, in nextPictureSize()747 pictureSize.height); in nextPictureSize()765 status_t CameraContext::getCurrentPictureSize(Size &pictureSize) in getCurrentPictureSize() argument768 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()
78 status_t getCurrentPictureSize(Size &pictureSize);
86 status_t getCurrentPictureSize(Size &pictureSize);
2496 Size pictureSize = mSupportedPictureSizes.itemAt( in nextPictureSize() local2498 mParams.setPictureSize(pictureSize.width, in nextPictureSize()2499 pictureSize.height); in nextPictureSize()2659 status_t CameraContext::getCurrentPictureSize(Size &pictureSize) in getCurrentPictureSize() argument2663 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()