Searched refs:prop_count (Results 1 – 1 of 1) sorted by relevance
336 uint32_t prop_count; in PTP_DecodeObjectPropList() local339 prop_count = PTP_LE32(data); in PTP_DecodeObjectPropList()340 if(prop_count == 0U) in PTP_DecodeObjectPropList()348 for(i = 0U; i < prop_count; i++) in PTP_DecodeObjectPropList()375 return prop_count; in PTP_DecodeObjectPropList()
Completed in 4 milliseconds