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.cpp195 String8 supportedPreviewFormats; in initialize() local
199 if (addComma) supportedPreviewFormats += ","; in initialize()
203 supportedPreviewFormats += in initialize()
207 supportedPreviewFormats += in initialize()
211 supportedPreviewFormats += in initialize()
215 supportedPreviewFormats += in initialize()
219 supportedPreviewFormats += in initialize()
223 supportedPreviewFormats += in initialize()
228 supportedPreviewFormats += in initialize()
230 supportedPreviewFormats += ","; in initialize()
[all …]