Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/usbcamcore/src/
DQCameraUsbParm.cpp88 static const str_map preview_formats[] = { variable
237 preview_formats, sizeof(preview_formats) / sizeof(str_map)); in usbCamInitDefaultParameters()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp1441 const char *preview_formats = mParams.get(CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS); in printSupportedParams() local
1465 (preview_formats != NULL)? preview_formats : "NULL"); in printSupportedParams()