Home
last modified time | relevance | path

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

/frameworks/av/camera/
DCameraParameters.cpp489 const char* supportedPreviewFormats = in getSupportedPreviewFormats() local
492 if (supportedPreviewFormats == NULL) { in getSupportedPreviewFormats()
497 String8 fmtStr(supportedPreviewFormats); in getSupportedPreviewFormats()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp172 String8 supportedPreviewFormats; in initialize() local
176 if (addComma) supportedPreviewFormats += ","; in initialize()
180 supportedPreviewFormats += in initialize()
184 supportedPreviewFormats += in initialize()
188 supportedPreviewFormats += in initialize()
192 supportedPreviewFormats += in initialize()
196 supportedPreviewFormats += in initialize()
200 supportedPreviewFormats += in initialize()
205 supportedPreviewFormats += in initialize()
207 supportedPreviewFormats += ","; in initialize()
[all …]