photo_param_put_off   48 core/shooting.c static PHOTO_PARAM photo_param_put_off;
photo_param_put_off  558 core/shooting.c             photo_param_put_off.sv96 = sv96;
photo_param_put_off  687 core/shooting.c             photo_param_put_off.tv96 = tv96;
photo_param_put_off  869 core/shooting.c             photo_param_put_off.av96 = av96;
photo_param_put_off  991 core/shooting.c             photo_param_put_off.nd_filter = v;
photo_param_put_off 1040 core/shooting.c     photo_param_put_off.tv96 = PHOTO_PARAM_TV_NONE;
photo_param_put_off 1427 core/shooting.c             photo_param_put_off.subj_dist=v;
photo_param_put_off 1625 core/shooting.c     memset(&photo_param_put_off,0,sizeof(photo_param_put_off));
photo_param_put_off 1626 core/shooting.c     photo_param_put_off.tv96=PHOTO_PARAM_TV_NONE;
photo_param_put_off 1660 core/shooting.c         if ( photo_param_put_off.tv96 != PHOTO_PARAM_TV_NONE || photo_param_put_off.sv96 )
photo_param_put_off 1663 core/shooting.c         if(photo_param_put_off.av96)
photo_param_put_off 1914 core/shooting.c     if (((camera_info.state.state_kbd_script_run) || (usb_remote_active)) && (photo_param_put_off.tv96 != PHOTO_PARAM_TV_NONE))
photo_param_put_off 1916 core/shooting.c         shooting_set_tv96_direct(photo_param_put_off.tv96, SET_NOW);
photo_param_put_off 1917 core/shooting.c         photo_param_put_off.tv96=PHOTO_PARAM_TV_NONE;
photo_param_put_off 1924 core/shooting.c     if (((camera_info.state.state_kbd_script_run) || (usb_remote_active)) && (photo_param_put_off.sv96))
photo_param_put_off 1926 core/shooting.c         shooting_set_sv96(photo_param_put_off.sv96, SET_NOW);
photo_param_put_off 1927 core/shooting.c         photo_param_put_off.sv96=0;
photo_param_put_off 1934 core/shooting.c     if (((camera_info.state.state_kbd_script_run) || (usb_remote_active)) && (photo_param_put_off.av96))
photo_param_put_off 1936 core/shooting.c         shooting_set_av96_direct(photo_param_put_off.av96, SET_NOW);
photo_param_put_off 1937 core/shooting.c         photo_param_put_off.av96=0;
photo_param_put_off 1942 core/shooting.c     if (((camera_info.state.state_kbd_script_run) || (usb_remote_active)) && (photo_param_put_off.subj_dist))
photo_param_put_off 1944 core/shooting.c         shooting_set_focus(photo_param_put_off.subj_dist, SET_NOW);
photo_param_put_off 1945 core/shooting.c         photo_param_put_off.subj_dist=0;
photo_param_put_off 1951 core/shooting.c     if ((camera_info.state.state_kbd_script_run) && (photo_param_put_off.nd_filter))
photo_param_put_off 1953 core/shooting.c         shooting_set_nd_filter_state(photo_param_put_off.nd_filter, SET_NOW);
photo_param_put_off 1954 core/shooting.c         photo_param_put_off.nd_filter=0;
photo_param_put_off 1980 core/shooting.c     if ((camera_info.state.state_kbd_script_run) && (photo_param_put_off.sv96))
photo_param_put_off 1982 core/shooting.c         shooting_set_sv96(photo_param_put_off.sv96, SET_NOW);
photo_param_put_off 1991 core/shooting.c     if ((camera_info.state.state_kbd_script_run) && (photo_param_put_off.nd_filter))
photo_param_put_off 1993 core/shooting.c         shooting_set_nd_filter_state(photo_param_put_off.nd_filter, SET_NOW);