Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp-pack.c1044 uint32_t prop_count = dtoh32a(data); in ptp_unpack_OPL() local
1048 if (prop_count == 0) { in ptp_unpack_OPL()
1052 ptp_debug (params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count); in ptp_unpack_OPL()
1055 props = malloc(prop_count * sizeof(MTPProperties)); in ptp_unpack_OPL()
1057 for (i = 0; i < prop_count; i++) { in ptp_unpack_OPL()
1059 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count); in ptp_unpack_OPL()
1083 qsort (props, prop_count, sizeof(MTPProperties),_compare_func); in ptp_unpack_OPL()
1085 return prop_count; in ptp_unpack_OPL()