remaining_raw_treshold  292 core/conf.c        CONF_INFO(202, conf.remaining_raw_treshold,                 CONF_DEF_VALUE, i:0),
remaining_raw_treshold 1735 core/gui.c         MENU_ITEM   (0x60,LANG_MENU_OSD_RAW_TRESHOLD,           MENUITEM_INT|MENUITEM_F_UNSIGNED|MENUITEM_F_MINMAX,  &conf.remaining_raw_treshold,   MENU_MINMAX(0, 200) ),
remaining_raw_treshold  217 core/gui_osd.c             twoColors col = user_color(((raw_count > conf.remaining_raw_treshold) || (b <= 6)) ? conf.osd_color : conf.osd_color_warn);
remaining_raw_treshold  145 include/conf.h     int remaining_raw_treshold;