Searched defs:strBuf (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp1867 char strBuf[256]; local
1876 if (m_getResolutionList(listString, strBuf, previewMaxW, previewMaxH) == false) {
1899 if (m_getResolutionList(listString, strBuf, videoMaxW, videoMaxH) == false) {
1933 if (m_getResolutionList(listString, strBuf, pictureMaxW, pictureMaxH) == false) {
2269 if (m_getZoomRatioList(listString, strBuf, maxZoom, 100, max_zoom_ratio) == true)
2290 snprintf(strBuf, 256, "%d", minPreviewFps);
2291 listString.append(strBuf);
2295 snprintf(strBuf, 256, ",%d", step);
2296 listString.append(strBuf);
2304 snprintf(strBuf, 25
3866 m_getResolutionList(String8 & string8Buf, char * strBuf, int w, int h) argument
3917 m_getZoomRatioList(String8 & string8Buf, char * strBuf, int maxZoom, int start, int end) argument
[all...]

Completed in 22 milliseconds