Searched refs:getVideoSize (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/camera/common/1.0/default/include/ |
D | CameraParameters.h | 79 void getVideoSize(int *width, int *height) const;
|
/hardware/interfaces/camera/common/1.0/default/ |
D | CameraParameters.cpp | 391 void CameraParameters::getVideoSize(int *width, int *height) const in getVideoSize() function in android::hardware::camera::common::V1_0::helper::CameraParameters
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1723 CameraParameters::getVideoSize(&old_width, &old_height); in setVideoSize() 1730 params.getVideoSize(&width, &height); in setVideoSize() 1781 CameraParameters::getVideoSize(&resolution.width, &resolution.height); in getLiveSnapshotSize() 1822 CameraParameters::getVideoSize(&resolution.width, &resolution.height); in setLiveSnapshotSize() 1906 params.getVideoSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height); in setLiveSnapshotSize() 10531 getVideoSize(&dim.width, &dim.height); in getStreamDimension() 14352 getVideoSize(&resolution.width, &resolution.height); in is4k2kVideoResolution() 14376 getVideoSize(&dim.width, &dim.height); in isPreviewSeeMoreRequired() 14966 getVideoSize(&width, &height); in setVideoBatchSize()
|