#include "ptp.h"
#include "platform.h"
#include "conf.h"
#include "remotecap_core.h"
#include "module_load.h"
#include "modules.h"
#include "raw.h"
#include "cachebit.h"
gehe zum Quellcode dieser Datei
|
int | remotecap_get_target_support (void) |
|
int | remotecap_get_target (void) |
|
void | remotecap_set_timeout (int timeout) |
|
void | remotecap_is_ready (int *available_type, int *file_num) |
|
static void | remotecap_set_available_data_type (int type) |
|
static void | remotecap_reset (void) |
|
int | remotecap_set_target (int type, int lstart, int lcount) |
|
int | remotecap_using_dng_module (void) |
|
static int | remotecap_wait (int datatype) |
|
static void | remotecap_type_complete (int type) |
|
void | filewrite_set_discard_file (int state) |
|
int | filewrite_get_file_chunk (char **addr, unsigned *size, unsigned n, int *pos) |
|
void | remotecap_raw_available (char *rawadr) |
|
int | remotecap_get_data_chunk (int fmt, char **addr, unsigned int *size, int *pos) |
|
int | remotecap_send_complete (int rcgd_status, int type) |
|
#define HOOK_WAIT_MAX_DEFAULT 3000 |
int filewrite_get_file_chunk |
( |
char ** |
addr, |
|
|
unsigned * |
size, |
|
|
unsigned |
n, |
|
|
int * |
pos |
|
) |
| |
void filewrite_set_discard_file |
( |
int |
state) | |
|
int remotecap_get_data_chunk |
( |
int |
fmt, |
|
|
char ** |
addr, |
|
|
unsigned int * |
size, |
|
|
int * |
pos |
|
) |
| |
Definiert in Zeile 292 der Datei remotecap.c.
311 #ifdef CAM_HAS_CANON_RAW
int remotecap_get_target |
( |
void |
) | |
|
int remotecap_get_target_support |
( |
void |
) | |
|
Definiert in Zeile 39 der Datei remotecap.c.
41 #ifdef CAM_HAS_FILEWRITETASK_HOOK
43 #ifdef CAM_HAS_CANON_RAW
void remotecap_is_ready |
( |
int * |
available_type, |
|
|
int * |
file_num |
|
) |
| |
void remotecap_raw_available |
( |
char * |
rawadr) | |
|
Definiert in Zeile 168 der Datei remotecap.c.
192 #ifdef CAM_HAS_FILEWRITETASK_HOOK
195 #ifdef CAM_HAS_CANON_RAW
197 fwt_expect_file_count = 2;
199 fwt_expect_file_count = 1;
202 fwt_expect_file_count = 1;
204 #endif //CAM_HAS_FILEWRITETASK_HOOK
static void remotecap_reset |
( |
void |
) | |
|
|
static |
int remotecap_send_complete |
( |
int |
rcgd_status, |
|
|
int |
type |
|
) |
| |
Definiert in Zeile 338 der Datei remotecap.c.
345 #ifdef CAM_FILEWRITETASK_MULTIPASS
348 fwt_session_wait = 0;
static void remotecap_set_available_data_type |
( |
int |
type) | |
|
|
static |
int remotecap_set_target |
( |
int |
type, |
|
|
int |
lstart, |
|
|
int |
lcount |
|
) |
| |
Definiert in Zeile 96 der Datei remotecap.c.
127 lcount = CAM_RAW_ROWS - lstart;
void remotecap_set_timeout |
( |
int |
timeout) | |
|
static void remotecap_type_complete |
( |
int |
type) | |
|
|
static |
int remotecap_using_dng_module |
( |
void |
) | |
|
static int remotecap_wait |
( |
int |
datatype) | |
|
|
static |
int available_image_data =0 |
|
static |
int pending_image_data =0 |
|
static |
int remote_file_target =0 |
|
static |