Home
last modified time | relevance | path

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

/device/lge/hammerhead/camera/QCamera2/HAL/test/
Dqcamera_test.cpp745 Size pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in nextPictureSize() local
746 mParams.setPictureSize(pictureSize.width, in nextPictureSize()
747 pictureSize.height); in nextPictureSize()
765 status_t CameraContext::getCurrentPictureSize(Size &pictureSize) in getCurrentPictureSize() argument
768 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()
Dqcamera_test.h78 status_t getCurrentPictureSize(Size &pictureSize);
/device/asus/flo/camera/QCamera2/HAL/test/
Dqcamera_test.cpp745 Size pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in nextPictureSize() local
746 mParams.setPictureSize(pictureSize.width, in nextPictureSize()
747 pictureSize.height); in nextPictureSize()
765 status_t CameraContext::getCurrentPictureSize(Size &pictureSize) in getCurrentPictureSize() argument
768 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()
Dqcamera_test.h78 status_t getCurrentPictureSize(Size &pictureSize);
/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.h86 status_t getCurrentPictureSize(Size &pictureSize);
Dqcamera_test.cpp2496 Size pictureSize = mSupportedPictureSizes.itemAt( in nextPictureSize() local
2498 mParams.setPictureSize(pictureSize.width, in nextPictureSize()
2499 pictureSize.height); in nextPictureSize()
2659 status_t CameraContext::getCurrentPictureSize(Size &pictureSize) in getCurrentPictureSize() argument
2663 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()