fwt_current_type 31 core/remotecap.c static int fwt_current_type; // data type of current filewrite file, for cams with raw and jpeg fwt_current_type 237 core/remotecap.c remotecap_type_complete(fwt_current_type); // clearing non-target type should be harmless... fwt_current_type 251 core/remotecap.c if(!(remote_file_target & fwt_current_type)) { fwt_current_type 259 core/remotecap.c remotecap_set_available_data_type(fwt_current_type); fwt_current_type 261 core/remotecap.c while (wait && fwt_session_wait && (available_image_data & fwt_current_type)) { fwt_current_type 270 core/remotecap.c if(!remotecap_wait(fwt_current_type)) { fwt_current_type 277 core/remotecap.c fwt_current_type = PTP_CHDK_CAPTURE_JPG; fwt_current_type 283 core/remotecap.c fwt_current_type = PTP_CHDK_CAPTURE_CRAW;