Searched refs:previewFormatToEnum (Results 1 – 7 of 7) sorted by relevance
691 static int previewFormatToEnum(const char* format);
696 static int previewFormatToEnum(const char* format);
509 int actual = previewFormatToEnum(fmt); in getSupportedPreviewFormats()519 int CameraParameters::previewFormatToEnum(const char* format) { in previewFormatToEnum() function in android::hardware::camera::common::V1_0::helper::CameraParameters
503 int actual = previewFormatToEnum(fmt); in getSupportedPreviewFormats()513 int CameraParameters::previewFormatToEnum(const char* format) { in previewFormatToEnum() function in android::CameraParameters
254 CameraParameters::previewFormatToEnum( in TEST_F()
368 CameraParameters::previewFormatToEnum(params.getPreviewFormat()), layerMetaData); in invokeCameraAPIs()
2531 return CameraParameters::previewFormatToEnum(format); in formatStringToEnum()