Searched refs:fpsValues (Results 1 – 3 of 3) sorted by relevance
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 863 int *fpsValues = new int[len]; in createFpsString() local 866 fpsValues[i] = int(fps[i].max_fps); in createFpsString() 869 qsort(fpsValues, len, sizeof(int), compareFPSValues); in createFpsString() 872 if ( duplicate != fpsValues[i] ) { in createFpsString() 873 snprintf(buffer, sizeof(buffer), "%d", fpsValues[i]); in createFpsString() 878 duplicate = fpsValues[i]; in createFpsString() 882 delete [] fpsValues; in createFpsString() 2975 String8 fpsValues = createFpsString(m_pCapability->fps_ranges_tbl, in initDefaultParameters() local 2977 set(KEY_SUPPORTED_PREVIEW_FRAME_RATES, fpsValues.string()); in initDefaultParameters()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 863 int *fpsValues = new int[len]; in createFpsString() local 866 fpsValues[i] = int(fps[i].max_fps); in createFpsString() 869 qsort(fpsValues, len, sizeof(int), compareFPSValues); in createFpsString() 872 if ( duplicate != fpsValues[i] ) { in createFpsString() 873 snprintf(buffer, sizeof(buffer), "%d", fpsValues[i]); in createFpsString() 878 duplicate = fpsValues[i]; in createFpsString() 882 delete [] fpsValues; in createFpsString() 2975 String8 fpsValues = createFpsString(m_pCapability->fps_ranges_tbl, in initDefaultParameters() local 2977 set(KEY_SUPPORTED_PREVIEW_FRAME_RATES, fpsValues.string()); in initDefaultParameters()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 982 String8 fpsValues; in createFpsString() local 995 fpsValues.append(buffer); in createFpsString() 1000 fpsValues.append(buffer); in createFpsString() 1003 return fpsValues; in createFpsString() 4101 String8 fpsValues = createFpsString(m_pCapability->fps_ranges_tbl[default_fps_index]); in initDefaultParameters() local 4102 set(KEY_SUPPORTED_PREVIEW_FRAME_RATES, fpsValues.string()); in initDefaultParameters() 4103 CDBG_HIGH("%s: supported fps rates: %s", __func__, fpsValues.string()); in initDefaultParameters()
|