Searched refs:object_info (Results 1 – 4 of 4) sorted by relevance
252 object_info->StorageID = PTP_LE32(&data[PTP_oi_StorageID]); in PTP_DecodeObjectInfo()253 object_info->ObjectFormat = PTP_LE16(&data[PTP_oi_ObjectFormat]); in PTP_DecodeObjectInfo()262 object_info->ThumbFormat = PTP_LE16(&data[PTP_oi_ThumbFormat]); in PTP_DecodeObjectInfo()264 object_info->ThumbPixWidth = PTP_LE32(&data[PTP_oi_ThumbPixWidth]); in PTP_DecodeObjectInfo()265 object_info->ThumbPixHeight = PTP_LE32(&data[PTP_oi_ThumbPixHeight]); in PTP_DecodeObjectInfo()266 object_info->ImagePixWidth = PTP_LE32(&data[PTP_oi_ImagePixWidth]); in PTP_DecodeObjectInfo()267 object_info->ImagePixHeight = PTP_LE32(&data[PTP_oi_ImagePixHeight]); in PTP_DecodeObjectInfo()268 object_info->ImageBitDepth = PTP_LE32(&data[PTP_oi_ImageBitDepth]); in PTP_DecodeObjectInfo()269 object_info->ParentObject = PTP_LE32(&data[PTP_oi_ParentObject]); in PTP_DecodeObjectInfo()270 object_info->AssociationType = PTP_LE16(&data[PTP_oi_AssociationType]); in PTP_DecodeObjectInfo()[all …]
124 …_Status USBH_MTP_GetObjectInfo(USBH_Info_t *phost, uint32_t handle, PTP_ObjectInfo_t *object_info);
746 void PTP_DecodeObjectInfo(USBH_Info_t *phost, PTP_ObjectInfo_t *object_info);
856 …H_Status USBH_MTP_GetObjectInfo(USBH_Info_t *phost, uint32_t handle, PTP_ObjectInfo_t *object_info) in USBH_MTP_GetObjectInfo() argument893 PTP_DecodeObjectInfo(phost, object_info); in USBH_MTP_GetObjectInfo()
Completed in 15 milliseconds