Home
last modified time | relevance | path

Searched refs:NumberOfValues (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/src/
Dptp-pack.c899 #define N dpd->FORM.Enum.NumberOfValues in ptp_unpack_DPD()
918 dpd->FORM.Enum.NumberOfValues = i; in ptp_unpack_DPD()
990 #define N dpd->FORM.Enum.NumberOfValues in ptp_unpack_Sony_DPD()
1009 dpd->FORM.Enum.NumberOfValues = i; in ptp_unpack_Sony_DPD()
1078 dst->FORM.Enum.NumberOfValues = src->FORM.Enum.NumberOfValues; in duplicate_DevicePropDesc()
1079 …m.SupportedValue = malloc (sizeof(dst->FORM.Enum.SupportedValue[0])*src->FORM.Enum.NumberOfValues); in duplicate_DevicePropDesc()
1080 for (i = 0; i<src->FORM.Enum.NumberOfValues ; i++) in duplicate_DevicePropDesc()
1124 #define N opd->FORM.Enum.NumberOfValues in ptp_unpack_OPD()
1143 opd->FORM.Enum.NumberOfValues = i; in ptp_unpack_OPD()
2001 dpd->FORM.Enum.NumberOfValues = propxcnt; in ptp_unpack_CANON_changes()
[all …]
Dlibmtp.c872 for (i=0; i<opd->FORM.Enum.NumberOfValues; i++) { in adjust_u16()
917 for (i=0; i<opd->FORM.Enum.NumberOfValues; i++) { in adjust_u32()
979 allowed_vals->num_entries = opd.FORM.Enum.NumberOfValues; in LIBMTP_Get_Allowed_Property_Values()
984 allowed_vals->i8vals = malloc(sizeof(int8_t) * opd.FORM.Enum.NumberOfValues); in LIBMTP_Get_Allowed_Property_Values()
988 allowed_vals->u8vals = malloc(sizeof(uint8_t) * opd.FORM.Enum.NumberOfValues); in LIBMTP_Get_Allowed_Property_Values()
992 allowed_vals->i16vals = malloc(sizeof(int16_t) * opd.FORM.Enum.NumberOfValues); in LIBMTP_Get_Allowed_Property_Values()
996 allowed_vals->u16vals = malloc(sizeof(uint16_t) * opd.FORM.Enum.NumberOfValues); in LIBMTP_Get_Allowed_Property_Values()
1000 allowed_vals->i32vals = malloc(sizeof(int32_t) * opd.FORM.Enum.NumberOfValues); in LIBMTP_Get_Allowed_Property_Values()
1004 allowed_vals->u32vals = malloc(sizeof(uint32_t) * opd.FORM.Enum.NumberOfValues); in LIBMTP_Get_Allowed_Property_Values()
1008 allowed_vals->i64vals = malloc(sizeof(int64_t) * opd.FORM.Enum.NumberOfValues); in LIBMTP_Get_Allowed_Property_Values()
[all …]
Dptp.c708 dpd->FORM.Enum.NumberOfValues = n; in parse_9301_propdesc()
1068 for (i=0;i<dpd->FORM.Enum.NumberOfValues;i++) in ptp_free_devicepropdesc()
1094 for (i=0;i<opd->FORM.Enum.NumberOfValues;i++) in ptp_free_objectpropdesc()
2404 dpd->FORM.Enum.SupportedValue = malloc (sizeof (PTPPropertyValue)*dpd->FORM.Enum.NumberOfValues); in ptp_canon_eos_getdevicepropdesc()
2407 sizeof (PTPPropertyValue)*dpd->FORM.Enum.NumberOfValues in ptp_canon_eos_getdevicepropdesc()
Dptp.h1175 uint16_t NumberOfValues; member