tv_enum_type 451 core/conf.c CONF_INFO(111, conf.tv_enum_type, CONF_DEF_VALUE, i:TV_OVERRIDE_EV_STEP), tv_enum_type 1305 core/gui.c gui_enum_value_change(&conf.tv_enum_type,change,sizeof(modes)/sizeof(modes[0])); tv_enum_type 1311 core/gui.c return modes[conf.tv_enum_type]; tv_enum_type 1582 core/gui.c switch (conf.tv_enum_type) tv_enum_type 276 core/gui_osd.c if (conf.tv_enum_type==TV_OVERRIDE_EV_STEP) tv_enum_type 278 core/gui_osd.c else if (conf.tv_enum_type==TV_OVERRIDE_SHORT_EXP) tv_enum_type 638 core/shooting.c if (conf.tv_enum_type==TV_OVERRIDE_EV_STEP) tv_enum_type 640 core/shooting.c else if (conf.tv_enum_type==TV_OVERRIDE_SHORT_EXP) tv_enum_type 283 include/conf.h int tv_enum_type; // 0 = Ev Step, 1 = Long Exposure (HH:MM:SS), 2 = Short Exposure (0.xxxxx) tv_enum_type 488 include/conf.h ((conf.tv_enum_type == TV_OVERRIDE_EV_STEP) || \ tv_enum_type 489 include/conf.h (conf.tv_override_short_exp && (conf.tv_enum_type == TV_OVERRIDE_SHORT_EXP)) || \ tv_enum_type 490 include/conf.h (conf.tv_override_long_exp && (conf.tv_enum_type == TV_OVERRIDE_LONG_EXP)) \