Searched refs:getPictureSize (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/camera/common/default/include/ |
D | CameraParameters.h | 100 void getPictureSize(int* width, int* height) const;
|
/hardware/interfaces/camera/common/default/ |
D | CameraParameters.cpp | 405 void CameraParameters::getPictureSize(int* width, int* height) const { in getPictureSize() function in android::hardware::camera::common::helper::CameraParameters
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QCameraUsbParm.cpp | 548 params.getPictureSize(&width, &height); in usbCamSetPictSize()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1577 params.getPictureSize(&width, &height); in setPictureSize() 1579 CameraParameters::getPictureSize(&old_width, &old_height); in setPictureSize() 1666 getPictureSize(&stillWidth, &stillHeight); in updateViewAngles() 1812 params.getPictureSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height); in setLiveSnapshotSize() 4032 params.getPictureSize(&width, &height); in setQuadraCfa() 9080 params.getPictureSize(&req_w, &req_h); in isSupportedSensorHdrSize() 10512 getPictureSize(&dim.width, &dim.height); in getStreamDimension() 10547 getPictureSize(&dim.width, &dim.height); in getStreamDimension() 10608 getPictureSize(&cur_width, &cur_height); in getParameters() 15990 getPictureSize(&width, &height); in setAsymmetricSnapMode()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 2701 cameraParams.getPictureSize(&width, &height); in TEST_P() 2767 cameraParams.getPictureSize(&width, &height); in TEST_P()
|