Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/include/
DExynosCamera.h349 bool getVideoSize(int *w, int *h);
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.cpp405 m_secCamera->getVideoSize(&videoW, &videoH); in startRecording()
845 params.getVideoSize(&newVideoW, &newVideoH); in setParameters()
2966 m_secCamera->getVideoSize(&videoW, &videoH); in m_videoThreadFunc()
DExynosCamera.cpp1401 bool ExynosCamera::getVideoSize(int *w, int *h) in getVideoSize() function in android::ExynosCamera