Searched defs:hdr (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsThreadIO.cpp53 CoreCmdHeader *hdr = (CoreCmdHeader *)&mSendBuffer[0]; local
54 hdr->bytes = dataLen;
55 hdr->cmdID = cmdID;
57 //mToCoreSocket.writeAsync(&hdr, sizeof(hdr));
215 ClientCmdHeader hdr; local
216 hdr.bytes = dataLen;
217 hdr.cmdID = cmdID;
218 hdr.userID = usrID;
220 mToClient.writeAsync(&hdr, sizeo
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A DrsThreadIO.cpp53 CoreCmdHeader *hdr = (CoreCmdHeader *)&mSendBuffer[0]; local
54 hdr->bytes = dataLen;
55 hdr->cmdID = cmdID;
57 //mToCoreSocket.writeAsync(&hdr, sizeof(hdr));
215 ClientCmdHeader hdr; local
216 hdr.bytes = dataLen;
217 hdr.cmdID = cmdID;
218 hdr.userID = usrID;
220 mToClient.writeAsync(&hdr, sizeo
[all...]
/frameworks/av/media/libstagefright/
H A DFragmentedMP4Extractor.cpp336 uint32_t hdr[2]; local
337 if (source->readAt(offset, hdr, 8) < 8) {
341 uint64_t chunkSize = ntohl(hdr[0]);
342 uint32_t chunkType = ntohl(hdr[1]);
H A DMPEG4Extractor.cpp606 uint32_t hdr[2]; local
607 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
610 uint64_t chunk_size = ntohl(hdr[0]);
611 uint32_t chunk_type = ntohl(hdr[1]);
2376 uint32_t hdr[2]; local
2377 if (source->readAt(offset, hdr, 8) < 8) {
2381 uint64_t chunkSize = ntohl(hdr[0]);
2382 uint32_t chunkType = ntohl(hdr[1]);

Completed in 53 milliseconds