Home | History | Annotate | Download | only in camera

Lines Matching full:str_map

177 static const str_map effects[] = {
192 static const str_map iso[] = {
202 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[] = {
370 static const str_map power_modes[] = {
376 static int attr_lookup(const str_map arr[], int len, const char *name)
456 String8 QCameraHardwareInterface::create_values_str(const str_map *values, int len) {
802 flash, sizeof(flash) / sizeof(str_map));
804 lensshade,sizeof(lensshade)/sizeof(str_map));
806 mce,sizeof(mce)/sizeof(str_map));
807 mEffectValues = create_values_str(effects, sizeof(effects) / sizeof(str_map));
809 antibanding, sizeof(antibanding) / sizeof(str_map));
810 mIsoValues = create_values_str(iso,sizeof(iso)/sizeof(str_map));
812 autoexposure, sizeof(autoexposure) / sizeof(str_map));
814 whitebalance, sizeof(whitebalance) / sizeof(str_map));
818 focus_modes, sizeof(focus_modes) / sizeof(str_map));
821 mSceneModeValues = create_values_str(scenemode, sizeof(scenemode) / sizeof(str_map));
825 touchafaec,sizeof(touchafaec)/sizeof(str_map));
829 histogram,sizeof(histogram)/sizeof(str_map));
832 skinToneEnhancement,sizeof(skinToneEnhancement)/sizeof(str_map));
835 picture_formats, sizeof(picture_formats)/sizeof(str_map));
866 denoise, sizeof(denoise) / sizeof(str_map));
870 facedetection, sizeof(facedetection) / sizeof(str_map));
875 selectable_zone_af, sizeof(selectable_zone_af) / sizeof(str_map));
878 mSceneDetectValues = create_values_str(scenedetect, sizeof(scenedetect) / sizeof(str_map));
881 redeye_reduction, sizeof(redeye_reduction) / sizeof(str_map));
884 zsl_modes,sizeof(zsl_modes)/sizeof(str_map));
930 frame_rate_modes, sizeof(frame_rate_modes) / sizeof(str_map));
941 preview_formats, sizeof(preview_formats) / sizeof(str_map));
1310 create_values_str(hdr_bracket, sizeof(hdr_bracket)/sizeof(str_map) ));
1422 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str);
1503 sizeof(facedetection) / sizeof(str_map), str);
1574 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str);
1625 int32_t value = attr_lookup(scenedetect, sizeof(scenedetect) / sizeof(str_map), str);
1693 iso, sizeof(iso) / sizeof(str_map), str);
2071 sizeof(focus_modes) / sizeof(str_map), str);
2138 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str);
2189 int32_t value = attr_lookup(selectable_zone_af, sizeof(selectable_zone_af) / sizeof(str_map), str);
2218 int32_t value = attr_lookup(effects, sizeof(effects) / sizeof(str_map), str);
2286 int32_t value = attr_lookup(autoexposure, sizeof(autoexposure) / sizeof(str_map), str);
2369 int32_t value = attr_lookup(whitebalance, sizeof(whitebalance) / sizeof(str_map), str);
2398 antibanding, sizeof(antibanding) / sizeof(str_map), str);
2469 int32_t frameRateMode = attr_lookup(frame_rate_modes, sizeof(frame_rate_modes) / sizeof(str_map),str);
2523 sizeof(denoise) / sizeof(str_map), str);
2606 sizeof(power_modes) / sizeof(str_map), powermode);
2698 sizeof(frame_rate_modes) / sizeof(str_map),str);
2796 int iso_index = attr_lookup(iso, sizeof(iso) / sizeof(str_map), iso_str);
2847 int32_t previewFormat = attr_lookup(preview_formats, sizeof(preview_formats) / sizeof(str_map), str);
2939 int32_t value = attr_lookup(flash, sizeof(flash) / sizeof(str_map), str);
2998 int value = attr_lookup(mce, sizeof(mce) / sizeof(str_map), str);
3026 int value = attr_lookup(hfr, sizeof(hfr) / sizeof(str_map), str);
3074 sizeof(lensshade) / sizeof(str_map), str);
3104 sizeof(facedetection) / sizeof(str_map), str);
3125 sizeof(facedetection) / sizeof(str_map), str);
3170 sizeof(hdr_bracket) / sizeof(str_map), str);
3241 int value = attr_lookup(redeye_reduction, sizeof(redeye_reduction) / sizeof(str_map), str);
3356 sizeof(denoise) / sizeof(str_map), str);
3394 sizeof(picture_formats) / sizeof(str_map), str);
3425 sizeof(recording_Hints) / sizeof(str_map), str);
3506 sizeof(preview_formats)/sizeof(str_map),