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

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp1929 int pictureMaxH = 0; local
1930 m_secCamera->getSupportedPictureSizes(&pictureMaxW, &pictureMaxH);
1933 if (m_getResolutionList(listString, strBuf, pictureMaxW, pictureMaxH) == false) {
1938 listString = String8::format("%dx%d", pictureMaxW, pictureMaxH);
1941 p.setPictureSize(pictureMaxW, pictureMaxH);

Completed in 28 milliseconds