Searched refs:hdr (Results 1 - 5 of 5) 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/wilhelm/src/itf/
H A DIAndroidBufferQueue.c534 const AdvancedBufferHeader *hdr;
535 for (hdr = thiz->mFront; hdr != thiz->mRear; ) {
536 SLuint32 i = hdr - thiz->mBufferArray;
540 switch (hdr->mItems.mTsCmdData.mTsCmdCode) {
552 hdr->mItems.mTsCmdData.mPts);
558 snprintf(itemString, sizeof(itemString), "0x%x", hdr->mItems.mTsCmdData.mTsCmdCode);
563 switch (hdr->mItems.mAdtsCmdData.mAdtsCmdCode) {
572 hdr->mItems.mAdtsCmdData.mAdtsCmdCode);
581 i, hdr
[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 1000 milliseconds