HomeSort by relevance Sort by last modified time
    Searched refs:dtoh32a (Results 1 - 2 of 2) sorted by null

  /external/libmtp/src/
ptp-pack.c 95 #define dtoh32a(a) dtoh32ap(params,a) macro
238 n=dtoh32a(&data[offset]);
241 (*array)[i]=dtoh32a(&data[offset+(sizeof(uint32_t)*(i+1))]);
264 n=dtoh32a(&data[offset]);
292 dtoh32a(&data[PTP_di_VendorExtensionID]);
426 si->FreeSpaceInImages=dtoh32a(&data[PTP_si_FreeSpaceInImages]);
572 oi->StorageID=dtoh32a(&data[PTP_oi_StorageID]);
575 oi->ObjectCompressedSize=dtoh32a(&data[PTP_oi_ObjectCompressedSize]);
577 oi->ThumbCompressedSize=dtoh32a(&data[PTP_oi_ThumbCompressedSize]);
578 oi->ThumbPixWidth=dtoh32a(&data[PTP_oi_ThumbPixWidth])
    [all...]
ptp.c     [all...]

Completed in 292 milliseconds