Home
last modified time | relevance | path

Searched refs:supportedPreviewFormats (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/camera/
DCameraParameters.cpp488 const char* supportedPreviewFormats = in getSupportedPreviewFormats() local
491 if (supportedPreviewFormats == NULL) { in getSupportedPreviewFormats()
496 String8 fmtStr(supportedPreviewFormats); in getSupportedPreviewFormats()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp161 String8 supportedPreviewFormats; in initialize() local
165 if (addComma) supportedPreviewFormats += ","; in initialize()
169 supportedPreviewFormats += in initialize()
173 supportedPreviewFormats += in initialize()
177 supportedPreviewFormats += in initialize()
181 supportedPreviewFormats += in initialize()
185 supportedPreviewFormats += in initialize()
189 supportedPreviewFormats += in initialize()
194 supportedPreviewFormats += in initialize()
196 supportedPreviewFormats += ","; in initialize()
[all …]