Searched refs:ntohl (Results 1 – 20 of 20) sorted by relevance
50 return ((uint64_t)ntohl(x & 0xffffffff) << 32) | ntohl(x >> 32); in ntoh64()
220 *offset = ntohl(offset32); in getChunkOffset()261 *size = ntohl(x); in getSampleSizeDirect()
435 mTimeToSample[i] = ntohl(mTimeToSample[i]); in setTimeToSampleParams()511 mCompositionTimeDeltaEntries[i] = ntohl(mCompositionTimeDeltaEntries[i]); in setCompositionTimeToSampleParams()579 mSyncSamples[i] = ntohl(mSyncSamples[i]) - 1; in setSyncSampleParams()
807 uint64_t chunk_size = ntohl(hdr[0]); in parseChunk()808 int32_t chunk_type = ntohl(hdr[1]); in parseChunk()1085 scheme_type = ntohl(scheme_type); in parseChunk()1182 original_fourcc = ntohl(original_fourcc); in parseChunk()1243 uint32_t defaultAlgorithmId = ntohl(*((int32_t*)buf)); in parseChunk()1264 uint32_t defaultIVSize = ntohl(*((int32_t*)buf)); in parseChunk()1385 pssh.datalen = ntohl(psshdatalen); in parseChunk()1444 mLastTrack->timescale = ntohl(timescale); in parseChunk()1466 duration = ntohl(duration32); in parseChunk()2555 uint32_t type = ntohl(buffer); in parseChunk()[all …]
130 uint64_t chunk_size = ntohl(hdr[0]); in parseChunk()131 int32_t chunk_type = ntohl(hdr[1]); in parseChunk()1697 tiffOffset = ntohl(tiffOffset); in getExifOffsetAndSize()
44 return ntohl(UNALIGNED_LOAD32(p)); in Load32()
60 *x = ntohl(tmp); in getUInt32()
363 *x = ntohl(tmp); in getUInt32()376 *x = ((uint64_t)ntohl(tmp & 0xffffffff) << 32) | ntohl(tmp >> 32); in getUInt64()
115 keyIdCount = ntohl(keyIdCount); in parsePssh()
124 keyIdCount = ntohl(keyIdCount); in parsePssh()
705 ? ntohl(partitions[i]) in setWebmBlockCryptoInfo()1697 if (ntohl(0x000001b3) == *(uint32_t*)((uint8_t*)tmpData.get() + header_start)) { in synthesizeMPEG2()1703 if (ntohl(0x000001b8) == *(uint32_t*)((uint8_t*)tmpData.get() in synthesizeMPEG2()1742 if (ntohl(0x000001b6) == *(uint32_t*)((uint8_t*)tmpData.get() + vosend)) { in synthesizeMPEG4()2021 fourcc = ntohl(fourcc); in addTracks()
449 addr.s_addr = ntohl(INADDR_LOOPBACK); in dumpSessionDesc()
286 reply->setInt32("server-ip", ntohl(remote.sin_addr.s_addr)); in onConnect()
517 uint32_t x = ntohl(mRemoteAddr.sin_addr.s_addr); in onMessageReceived()
389 if (IN_LOOPBACK(ntohl(addr.sin_addr.s_addr))) { in pokeAHole()
440 length = ntohl(length);856 length = ntohl(length);
58 #define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0… macro59 #define htonl(x) ntohl(x)177 xDivs[i] = ntohl(xDivs[i]); in fileToDevice()181 yDivs[i] = ntohl(yDivs[i]); in fileToDevice()183 paddingLeft = ntohl(paddingLeft); in fileToDevice()184 paddingRight = ntohl(paddingRight); in fileToDevice()185 paddingTop = ntohl(paddingTop); in fileToDevice()186 paddingBottom = ntohl(paddingBottom); in fileToDevice()189 colors[i] = ntohl(colors[i]); in fileToDevice()
421 (ntohl(*(uint32_t *)buffer) & 0xC07F0000) != mCodecMagic) { in decode()
594 pixel = ntohl(pixel); in hwcTestColor2Pixel()
1366 uint32_t a = ntohl(endpoint->sin_addr.s_addr); in setRetransmitEndpoint()