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.cpp174 String8 supportedPreviewFormats; in initialize() local
178 if (addComma) supportedPreviewFormats += ","; in initialize()
182 supportedPreviewFormats += in initialize()
186 supportedPreviewFormats += in initialize()
190 supportedPreviewFormats += in initialize()
194 supportedPreviewFormats += in initialize()
198 supportedPreviewFormats += in initialize()
202 supportedPreviewFormats += in initialize()
207 supportedPreviewFormats += in initialize()
209 supportedPreviewFormats += ","; in initialize()
[all …]