Home
last modified time | relevance | path

Searched refs:g_cameraExposureMode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_util.h124 extern std::map<int, std::string> g_cameraExposureMode;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_util.cpp89 std::map<int, std::string> g_cameraExposureMode = { variable
H A Dhcamera_service.cpp1462 map<int, string>::const_iterator iter = g_cameraExposureMode.find(item.data.u8[i]); in DumpCameraAE()
1463 if (iter != g_cameraExposureMode.end()) { in DumpCameraAE()