nd_filter_state   119 core/conf.c            conf.nd_filter_state=0;
nd_filter_state   383 core/conf.c        CONF_INFO(  3, conf.nd_filter_state,                        CONF_DEF_VALUE, i:0),
nd_filter_state  1559 core/gui.c         MENU_ENUM2  (0x5f,LANG_MENU_OVERRIDE_ND_FILTER,         &conf.nd_filter_state,  gui_nd_filter_state_modes ),
nd_filter_state  2269 core/gui.c         return gui_change_simple_enum(&conf.nd_filter_state,change,gui_nd_filter_state_modes,sizeof(gui_nd_filter_state_modes)/sizeof(gui_nd_filter_state_modes[0]));
nd_filter_state   287 core/gui_osd.c             if ((conf.nd_filter_state && !(conf.override_disable==1))|| is_osd_edit) 
nd_filter_state   288 core/gui_osd.c                 gui_print_osd_state_string_chr("NDFILTER:", ((conf.nd_filter_state==1)?"IN":"OUT"));
nd_filter_state  1956 core/shooting.c     else if (conf.nd_filter_state && !(conf.override_disable==1))
nd_filter_state  1957 core/shooting.c         shooting_set_nd_filter_state(conf.nd_filter_state, SET_NOW);
nd_filter_state  1996 core/shooting.c     else if (conf.nd_filter_state && !(conf.override_disable==1))
nd_filter_state  1997 core/shooting.c         shooting_set_nd_filter_state(conf.nd_filter_state, SET_NOW);
nd_filter_state   287 include/conf.h     int nd_filter_state;
nd_filter_state   196 platform/ixus240_elph320hs/kbd.c         shooting_set_nd_filter_state((video_ael)?conf.nd_filter_state:2,1);
nd_filter_state   317 platform/ixus240_elph320hs/kbd.c     { 3, TS_KEY_TOGGLE_ND   , 0x00004000, LB(0,4), 2, "ND",    0,    GUI_MODE_NONE, GUI_MODE_NONE, MODE_VID, &conf.nd_filter_state, ts_video_nd, &conf.touchscreen_disable_video_controls },