Searched refs:getVideoSize (Results 1 - 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h349 bool getVideoSize(int *w, int *h);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp1075 params.getVideoSize(&width, &height);
1084 CameraParameters::getVideoSize(&old_width, &old_height);
1181 params.getVideoSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height);
4894 getVideoSize(&dim.width, &dim.height);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp405 m_secCamera->getVideoSize(&videoW, &videoH);
845 params.getVideoSize(&newVideoW, &newVideoH);
2966 m_secCamera->getVideoSize(&videoW, &videoH);
H A DExynosCamera.cpp1401 bool ExynosCamera::getVideoSize(int *w, int *h) function in class:android::ExynosCamera

Completed in 72 milliseconds