Searched refs:g_cameraExposureMode (Results 1 – 3 of 3) sorted by relevance
124 extern std::map<int, std::string> g_cameraExposureMode;
89 std::map<int, std::string> g_cameraExposureMode = { variable
1462 map<int, string>::const_iterator iter = g_cameraExposureMode.find(item.data.u8[i]); in DumpCameraAE()1463 if (iter != g_cameraExposureMode.end()) { in DumpCameraAE()