Home | History | Annotate | Download | only in src

Lines Matching refs:str_map

178 static const str_map effects[] = {
193 static const str_map iso[] = {
203 static const str_map scenemode[] = {
225 static const str_map scenedetect[] = {
231 static const str_map focus_modes[] = {
240 static const str_map selectable_zone_af[] = {
247 static const str_map autoexposure[] = {
254 static const str_map whitebalance[] = {
262 static const str_map antibanding[] = {
269 static const str_map frame_rate_modes[] = {
274 static const str_map touchafaec[] = {
279 static const str_map hfr[] = {
285 static const int HFR_VALUES_COUNT = (sizeof(hfr)/sizeof(str_map));
287 static const str_map flash[] = {
294 static const str_map lensshade[] = {
299 static const str_map mce[] = {
304 static const str_map histogram[] = {
309 static const str_map skinToneEnhancement[] = {
314 static const str_map denoise[] = {
319 static const str_map facedetection[] = {
324 static const str_map redeye_reduction[] = {
329 static const str_map picture_formats[] = {
334 static const str_map recording_Hints[] = {
339 static const str_map preview_formats[] = {
354 static const str_map zsl_modes[] = {
360 static const str_map hdr_bracket[] = {
371 static const str_map power_modes[] = {
377 static int attr_lookup(const str_map arr[], int len, const char *name)
457 String8 QCameraHardwareInterface::create_values_str(const str_map *values, int len) {
777 flash, sizeof(flash) / sizeof(str_map));
779 lensshade,sizeof(lensshade)/sizeof(str_map));
781 mce,sizeof(mce)/sizeof(str_map));
782 mEffectValues = create_values_str(effects, sizeof(effects) / sizeof(str_map));
784 antibanding, sizeof(antibanding) / sizeof(str_map));
785 mIsoValues = create_values_str(iso,sizeof(iso)/sizeof(str_map));
787 autoexposure, sizeof(autoexposure) / sizeof(str_map));
789 whitebalance, sizeof(whitebalance) / sizeof(str_map));
793 focus_modes, sizeof(focus_modes) / sizeof(str_map));
796 mSceneModeValues = create_values_str(scenemode, sizeof(scenemode) / sizeof(str_map));
800 touchafaec,sizeof(touchafaec)/sizeof(str_map));
804 histogram,sizeof(histogram)/sizeof(str_map));
807 skinToneEnhancement,sizeof(skinToneEnhancement)/sizeof(str_map));
810 picture_formats, sizeof(picture_formats)/sizeof(str_map));
841 denoise, sizeof(denoise) / sizeof(str_map));
845 facedetection, sizeof(facedetection) / sizeof(str_map));
850 selectable_zone_af, sizeof(selectable_zone_af) / sizeof(str_map));
853 mSceneDetectValues = create_values_str(scenedetect, sizeof(scenedetect) / sizeof(str_map));
856 redeye_reduction, sizeof(redeye_reduction) / sizeof(str_map));
859 zsl_modes,sizeof(zsl_modes)/sizeof(str_map));
905 frame_rate_modes, sizeof(frame_rate_modes) / sizeof(str_map));
916 preview_formats, sizeof(preview_formats) / sizeof(str_map));
1252 create_values_str(hdr_bracket, sizeof(hdr_bracket)/sizeof(str_map) ));
1361 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str);
1438 sizeof(facedetection) / sizeof(str_map), str);
1535 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str);
1586 int32_t value = attr_lookup(scenedetect, sizeof(scenedetect) / sizeof(str_map), str);
1654 iso, sizeof(iso) / sizeof(str_map), str);
2031 sizeof(focus_modes) / sizeof(str_map), str);
2078 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str);
2110 int32_t value = attr_lookup(selectable_zone_af, sizeof(selectable_zone_af) / sizeof(str_map), str);
2139 int32_t value = attr_lookup(effects, sizeof(effects) / sizeof(str_map), str);
2208 int32_t value = attr_lookup(autoexposure, sizeof(autoexposure) / sizeof(str_map), str);
2261 int32_t value = attr_lookup(whitebalance, sizeof(whitebalance) / sizeof(str_map), str);
2289 antibanding, sizeof(antibanding) / sizeof(str_map), str);
2348 int32_t frameRateMode = attr_lookup(frame_rate_modes, sizeof(frame_rate_modes) / sizeof(str_map),str);
2402 sizeof(denoise) / sizeof(str_map), str);
2505 sizeof(power_modes) / sizeof(str_map), powermode);
2586 sizeof(frame_rate_modes) / sizeof(str_map),str);
2684 int iso_index = attr_lookup(iso, sizeof(iso) / sizeof(str_map), iso_str);
2735 int32_t previewFormat = attr_lookup(preview_formats, sizeof(preview_formats) / sizeof(str_map), str);
2808 int32_t value = attr_lookup(flash, sizeof(flash) / sizeof(str_map), str);
2866 int value = attr_lookup(mce, sizeof(mce) / sizeof(str_map), str);
2894 int value = attr_lookup(hfr, sizeof(hfr) / sizeof(str_map), str);
2942 sizeof(lensshade) / sizeof(str_map), str);
2960 sizeof(facedetection) / sizeof(str_map), str);
2982 sizeof(facedetection) / sizeof(str_map), str);
3017 sizeof(hdr_bracket) / sizeof(str_map), str);
3094 int value = attr_lookup(redeye_reduction, sizeof(redeye_reduction) / sizeof(str_map), str);
3210 sizeof(denoise) / sizeof(str_map), str);
3248 sizeof(picture_formats) / sizeof(str_map), str);
3279 sizeof(recording_Hints) / sizeof(str_map), str);
3360 sizeof(preview_formats)/sizeof(str_map),