edge_overlay_pano  495 core/conf.c        CONF_INFO(193, conf.edge_overlay_pano,                      CONF_DEF_VALUE, i:0),
edge_overlay_pano 1624 core/gui.c         MENU_ENUM2  (0x5f,LANG_MENU_EDGE_PANO,                  &conf.edge_overlay_pano, gui_edge_pano_modes ),
edge_overlay_pano  333 core/gui_osd.c             else if (camera_info.state.edge_state_draw==1) gui_print_osd_state_string_chr("EDGE:", ((conf.edge_overlay_pano==0)?"FROZEN":"PANO"));
edge_overlay_pano  361 include/conf.h     int edge_overlay_pano;              // whether a full press changes back to live mode
edge_overlay_pano  710 modules/edgeoverlay.c     switch(conf.edge_overlay_pano)
edge_overlay_pano  768 modules/edgeoverlay.c     const int bPanoramaMode = (conf.edge_overlay_pano != 0);