Searched refs:ImageFormats_len (Results 1 – 4 of 4) sorted by relevance
89 The cache would be an array of size params->deviceinfo.ImageFormats_len
1990 for (i=0;i<current_params->deviceinfo.ImageFormats_len;i++) { in LIBMTP_Open_Raw_Device_Uncached()2000 for (i=0;i<current_params->deviceinfo.ImageFormats_len;i++) { in LIBMTP_Open_Raw_Device_Uncached()2012 for (i=0;i<current_params->deviceinfo.ImageFormats_len;i++) { in LIBMTP_Open_Raw_Device_Uncached()3219 for (i=0;i<params->deviceinfo.ImageFormats_len;i++) { in LIBMTP_Dump_Device_Info()4004 localtypes = (uint16_t *) malloc(params->deviceinfo.ImageFormats_len * sizeof(uint16_t)); in LIBMTP_Get_Supported_Filetypes()4007 for (i=0;i<params->deviceinfo.ImageFormats_len;i++) { in LIBMTP_Get_Supported_Filetypes()4017 (params->deviceinfo.ImageFormats_len+1) * sizeof(uint16_t)); in LIBMTP_Get_Supported_Filetypes()4024 (params->deviceinfo.ImageFormats_len+1) * sizeof(uint16_t)); in LIBMTP_Get_Supported_Filetypes()7692 for ( i=0; i < params->deviceinfo.ImageFormats_len; i++ ) {
398 di->ImageFormats_len = ptp_unpack_uint16_t_array(params, data, in ptp_unpack_DI()402 totallen=totallen+di->ImageFormats_len*sizeof(uint16_t)+sizeof(uint32_t); in ptp_unpack_DI()
915 uint32_t ImageFormats_len; member