Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h520 void getVideoSize(int *video_width,int *video_height) const;
/device/generic/goldfish/camera/
DEmulatedCamera.cpp562 mParameters.getVideoSize(&width, &height); in doStartPreview()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.cpp1409 params.getVideoSize(&width, &height); in setVideoSize()
1418 CameraParameters::getVideoSize(&old_width, &old_height); in setVideoSize()
1447 CameraParameters::getVideoSize(&resolution.width, &resolution.height); in getLiveSnapshotSize()
1487 CameraParameters::getVideoSize(&resolution.width, &resolution.height); in setLiveSnapshotSize()
1565 params.getVideoSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height); in setLiveSnapshotSize()
8990 getVideoSize(&dim.width, &dim.height); in getStreamDimension()
11594 getVideoSize(&resolution.width, &resolution.height); in is4k2kVideoResolution()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.cpp1409 params.getVideoSize(&width, &height); in setVideoSize()
1418 CameraParameters::getVideoSize(&old_width, &old_height); in setVideoSize()
1447 CameraParameters::getVideoSize(&resolution.width, &resolution.height); in getLiveSnapshotSize()
1487 CameraParameters::getVideoSize(&resolution.width, &resolution.height); in setLiveSnapshotSize()
1565 params.getVideoSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height); in setLiveSnapshotSize()
8990 getVideoSize(&dim.width, &dim.height); in getStreamDimension()
11594 getVideoSize(&resolution.width, &resolution.height); in is4k2kVideoResolution()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp1214 params.getVideoSize(&width, &height); in setVideoSize()
1223 CameraParameters::getVideoSize(&old_width, &old_height); in setVideoSize()
1334 params.getVideoSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height); in setLiveSnapshotSize()
7102 getVideoSize(&dim.width, &dim.height); in getStreamDimension()
9237 getVideoSize(&resolution.width, &resolution.height); in is4k2kVideoResolution()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp3424 void QCameraHardwareInterface::getVideoSize(int *video_width, in getVideoSize() function in android::QCameraHardwareInterface
3427 mParameters.getVideoSize(video_width, video_height); in getVideoSize()
4149 getVideoSize(&videoWidth, &videoHeight); in setDimension()