Home | History | Annotate | Download | only in camera

Lines Matching refs:str_map

337 static int attr_lookup(const str_map arr[], int len, const char *name)
403 static const str_map whitebalance[] = {
412 static const str_map effects[] = {
425 static const str_map autoexposure[] = {
432 static const str_map antibanding[] = {
439 static const str_map antibanding_3D[] = {
681 static const str_map scenemode[] = {
703 static const str_map scenedetect[] = {
709 static const str_map flash[] = {
717 static const str_map iso[] = {
727 static const str_map iso_3D[] = {
738 static const str_map focus_modes[] = {
747 static const str_map lensshade[] = {
752 static const str_map hfr[] = {
759 static const str_map mce[] = {
764 static const str_map hdr[] = {
769 static const str_map histogram[] = {
774 static const str_map skinToneEnhancement[] = {
779 static const str_map denoise[] = {
784 static const str_map selectable_zone_af[] = {
791 static const str_map facedetection[] = {
797 static const str_map touchafaec[] = {
802 static const str_map redeye_reduction[] = {
807 static const str_map zsl_modes[] = {
829 static const str_map picture_formats[] = {
834 static const str_map recording_Hints[] = {
839 static const str_map picture_formats_zsl[] = {
843 static const str_map frame_rate_modes[] = {
849 static const str_map preview_formats[] = {
854 static const str_map preview_formats1[] = {
859 static const str_map app_preview_formats[] = {
939 static String8 create_values_str(const str_map *values, int len) {
1647 antibanding_3D, sizeof(antibanding_3D) / sizeof(str_map));
1650 antibanding, sizeof(antibanding) / sizeof(str_map));
1653 effects, sizeof(effects) / sizeof(str_map));
1655 autoexposure, sizeof(autoexposure) / sizeof(str_map));
1657 whitebalance, sizeof(whitebalance) / sizeof(str_map));
1695 flash, sizeof(flash) / sizeof(str_map));
1698 focus_modes, sizeof(focus_modes) / sizeof(str_map));
1702 iso_3D,sizeof(iso_3D)/sizeof(str_map));
1705 iso,sizeof(iso)/sizeof(str_map));
1708 lensshade,sizeof(lensshade)/sizeof(str_map));
1710 mce,sizeof(mce)/sizeof(str_map));
1713 hfr,sizeof(hfr)/sizeof(str_map));
1717 hdr,sizeof(hdr)/sizeof(str_map));
1721 histogram,sizeof(histogram)/sizeof(str_map));
1726 skinToneEnhancement,sizeof(skinToneEnhancement)/sizeof(str_map));
1730 touchafaec,sizeof(touchafaec)/sizeof(str_map));
1733 zsl_modes,sizeof(zsl_modes)/sizeof(str_map));
1737 picture_formats_zsl, sizeof(picture_formats_zsl)/sizeof(str_map));
1740 picture_formats, sizeof(picture_formats)/sizeof(str_map));
1746 denoise, sizeof(denoise) / sizeof(str_map));
1771 scenemode, sizeof(scenemode) / sizeof(str_map));
1775 scenedetect, sizeof(scenedetect) / sizeof(str_map));
1780 selectable_zone_af, sizeof(selectable_zone_af) / sizeof(str_map));
1785 facedetection, sizeof(facedetection) / sizeof(str_map));
1789 redeye_reduction, sizeof(redeye_reduction) / sizeof(str_map));
1892 preview_formats1, sizeof(preview_formats1) / sizeof(str_map));
1897 preview_formats, sizeof(preview_formats) / sizeof(str_map));
1903 frame_rate_modes, sizeof(frame_rate_modes) / sizeof(str_map));
2637 int iso_value = attr_lookup(iso, sizeof(iso) / sizeof(str_map), iso_str);
4857 sizeof(app_preview_formats) / sizeof(str_map), str);
5609 sizeof(focus_modes) / sizeof(str_map),
6209 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str);
6327 sizeof(facedetection) / sizeof(str_map), str);
7931 int32_t frameRateMode = attr_lookup(frame_rate_modes, sizeof(frame_rate_modes) / sizeof(str_map),str);
8058 int32_t value = attr_lookup(effects, sizeof(effects) / sizeof(str_map), str);
8085 sizeof(recording_Hints) / sizeof(str_map), str);
8136 int32_t value = attr_lookup(autoexposure, sizeof(autoexposure) / sizeof(str_map), str);
8174 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str);
8219 int32_t previewFormat = attr_lookup(preview_formats, sizeof(preview_formats) / sizeof(str_map), str);
8295 int32_t value = attr_lookup(whitebalance, sizeof(whitebalance) / sizeof(str_map), str);
8320 int32_t value = attr_lookup(flash, sizeof(flash) / sizeof(str_map), str);
8347 antibanding, sizeof(antibanding) / sizeof(str_map), str);
8372 int value = attr_lookup(mce, sizeof(mce) / sizeof(str_map), str);
8395 int value = attr_lookup(hfr, sizeof(hfr) / sizeof(str_map), str);
8434 int value = attr_lookup(hdr, sizeof(hdr) / sizeof(str_map), str);
8502 sizeof(lensshade) / sizeof(str_map), str);
8520 int32_t value = attr_lookup(selectable_zone_af, sizeof(selectable_zone_af) / sizeof(str_map), str);
8562 sizeof(touchafaec) / sizeof(str_map), str);
8637 sizeof(facedetection) / sizeof(str_map), str);
8659 int value = attr_lookup(redeye_reduction, sizeof(redeye_reduction) / sizeof(str_map), str);
8682 iso, sizeof(iso) / sizeof(str_map), str);
8717 int32_t value = attr_lookup(scenedetect, sizeof(scenedetect) / sizeof(str_map), str);
8755 int32_t value = attr_lookup(scenemode, sizeof(scenemode) / sizeof(str_map), str);
8917 sizeof(denoise) / sizeof(str_map), str);
9058 sizeof(focus_modes) / sizeof(str_map), str);
9137 sizeof(picture_formats) / sizeof(str_map), str);