shooting_get_canon_image_format 1597 core/conf.c ((shooting_get_canon_image_format() & SHOOTING_CANON_FMT_RAW) && conf.save_raw_in_canon_raw) || // True if Canon RAW enabled, for cams that treat it as a resolution setting (g9, g10, s90, sx1? not g12, g1x) shooting_get_canon_image_format 104 core/remotecap.c || ((type & PTP_CHDK_CAPTURE_CRAW) && !(shooting_get_canon_image_format() & SHOOTING_CANON_FMT_RAW)) shooting_get_canon_image_format 105 core/remotecap.c || ((type & PTP_CHDK_CAPTURE_JPG) && !(shooting_get_canon_image_format() & SHOOTING_CANON_FMT_JPG)) shooting_get_canon_image_format 196 core/remotecap.c if(shooting_get_canon_image_format() == (SHOOTING_CANON_FMT_RAW | SHOOTING_CANON_FMT_JPG)) { shooting_get_canon_image_format 111 include/shooting.h extern int shooting_get_canon_image_format(); shooting_get_canon_image_format 602 lib/ubasic/ubasic.c r = shooting_get_canon_image_format(); shooting_get_canon_image_format 813 modules/luascript.c lua_pushnumber( L, shooting_get_canon_image_format() ); shooting_get_canon_image_format 282 modules/module_exportlist.c shooting_get_canon_image_format