Searched refs:ntoh64 (Results 1 – 5 of 5) sorted by relevance
41 uint64_t ntoh64(uint64_t x);
102 *x = ntoh64(tmp); in getUInt64()
224 *offset = ntoh64(offset64); in getChunkOffset()
821 chunk_size = ntoh64(chunk_size); in parseChunk()1263 duration = ntoh64(duration); in parseChunk()3611 chunk_size = ntoh64(chunk_size); in parseChunk()4904 chunkSize = ntoh64(chunkSize); in BetterSniffMPEG4()
74 uint64_t ntoh64(uint64_t x) { in ntoh64() function