Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/include/
DExynosCamera.h540 bool getSupportedVideoSizes(int *w, int *h);
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.cpp643 m_secCamera->getSupportedVideoSizes(&newCalPreviewW, &newCalPreviewH); in setParameters()
1896 m_secCamera->getSupportedVideoSizes(&videoMaxW, &videoMaxH); in m_initDefaultParameters()
DExynosCamera.cpp2525 bool ExynosCamera::getSupportedVideoSizes(int *w, int *h) in getSupportedVideoSizes() function in android::ExynosCamera