Searched refs:ntohl (Results 1 – 18 of 18) sorted by relevance
50 return ((uint64_t)ntohl(x & 0xffffffff) << 32) | ntohl(x >> 32); in ntoh64()
44 return ntohl(UNALIGNED_LOAD32(p)); in Load32()
219 *offset = ntohl(offset32); in getChunkOffset()260 *size = ntohl(x); in getSampleSizeDirect()
426 mTimeToSample[i] = ntohl(mTimeToSample[i]); in setTimeToSampleParams()502 mCompositionTimeDeltaEntries[i] = ntohl(mCompositionTimeDeltaEntries[i]); in setCompositionTimeToSampleParams()576 mSyncSamples[i] = ntohl(mSyncSamples[i]) - 1; in setSyncSampleParams()
873 uint64_t chunk_size = ntohl(hdr[0]); in parseChunk()874 int32_t chunk_type = ntohl(hdr[1]); in parseChunk()1223 scheme_type = ntohl(scheme_type); in parseChunk()1354 original_fourcc = ntohl(original_fourcc); in parseChunk()1415 uint32_t defaultAlgorithmId = ntohl(*((int32_t*)buf)); in parseChunk()1436 uint32_t defaultIVSize = ntohl(*((int32_t*)buf)); in parseChunk()1557 pssh.datalen = ntohl(psshdatalen); in parseChunk()1616 mLastTrack->timescale = ntohl(timescale); in parseChunk()1638 duration = ntohl(duration32); in parseChunk()2891 uint32_t type = ntohl(buffer); in parseChunk()[all …]
136 uint64_t chunk_size = ntohl(hdr[0]); in parseChunk()137 int32_t chunk_type = ntohl(hdr[1]); in parseChunk()1843 tiffOffset = ntohl(tiffOffset); in getExifOffsetAndSize()
363 *x = ntohl(tmp); in getUInt32()376 *x = ((uint64_t)ntohl(tmp & 0xffffffff) << 32) | ntohl(tmp >> 32); in getUInt64()
83 *x = ntohl(tmp); in getUInt32()
123 keyIdCount = ntohl(keyIdCount); in parsePssh()
122 keyIdCount = ntohl(keyIdCount); in parsePssh()
710 ? ntohl(partitions[i]) in setWebmBlockCryptoInfo()1712 if (ntohl(0x000001b3) == *(uint32_t*)((uint8_t*)tmpData.get() + header_start)) { in synthesizeMPEG2()1718 if (ntohl(0x000001b8) == *(uint32_t*)((uint8_t*)tmpData.get() in synthesizeMPEG2()1757 if (ntohl(0x000001b6) == *(uint32_t*)((uint8_t*)tmpData.get() + vosend)) { in synthesizeMPEG4()2059 fourcc = ntohl(fourcc); in addTracks()
64 #define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0… macro65 #define htonl(x) ntohl(x)187 xDivs[i] = ntohl(xDivs[i]); in fileToDevice()191 yDivs[i] = ntohl(yDivs[i]); in fileToDevice()193 paddingLeft = ntohl(paddingLeft); in fileToDevice()194 paddingRight = ntohl(paddingRight); in fileToDevice()195 paddingTop = ntohl(paddingTop); in fileToDevice()196 paddingBottom = ntohl(paddingBottom); in fileToDevice()199 colors[i] = ntohl(colors[i]); in fileToDevice()
424 (ntohl(*(uint32_t *)buffer) & 0xC07F0000) != mCodecMagic) { in decode()
287 reply->setInt32("server-ip", ntohl(remote.sin_addr.s_addr)); in onConnect()
854 addr.s_addr = ntohl(INADDR_LOOPBACK); in dumpSessionDesc()
594 pixel = ntohl(pixel); in hwcTestColor2Pixel()
399 if (IN_LOOPBACK(ntohl(addr.sin_addr.s_addr))) { in pokeAHole()
1589 uint32_t a = ntohl(endpoint->sin_addr.s_addr); in setRetransmitEndpoint()