Searched refs:curr (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdpRot.cpp174 mMem.curr().m = mem;
202 if(opBufSize == mMem.curr().size()) {
210 // ++mMem will make curr to be prev, and prev will be curr
217 mMem.curr().mRotOffset[i] = i * opBufSize;
226 ovutils::memset0(mMem.curr().mRotOffset);
228 mMem.curr().mCurrOffset = 0;
239 OVASSERT(mMem.curr().m.numBufs(),
242 mMem.curr().mRotOffset[mMem.curr()
[all...]
H A DoverlayMdssRot.cpp136 OVASSERT(mMem.curr().m.numBufs(), "queueBuffer numbufs is 0");
139 mMem.curr().mRotOffset[mMem.curr().mCurrOffset];
140 mMem.curr().mCurrOffset =
141 (mMem.curr().mCurrOffset + 1) % mMem.curr().m.numBufs();
180 mMem.curr().m = mem;
188 if(opBufSize == mMem.curr().size()) {
196 // ++mMem will make curr to be prev, and prev will be curr
[all...]
H A DoverlayRotator.h70 Mem& curr() { return m[_curr % MAX_ROT_MEM]; } function in struct:overlay::RotMem
71 const Mem& curr() const { return m[_curr % MAX_ROT_MEM]; } function in struct:overlay::RotMem
74 void setReleaseFd(const int& fence) { curr().setReleaseFd(fence); }
/hardware/ril/libril/
H A DRilSapSocket.cpp66 if (request->curr->payload) {
67 free(request->curr->payload);
69 free(request->curr);
207 dispatchRequest(req->curr);
278 currRequest->curr = req;
302 MsgHeader *hdr = request->curr;
305 rsp.token = request->curr->token;
307 rsp.id = request->curr->id;
428 recv->curr = reqHeader;
498 currRequest->curr
[all...]
H A DRilSapSocket.h65 MsgHeader* curr; member in struct:RilSapSocket::SapSocketRequest
H A DrilSocketQueue.h144 if (token == (*ppCur)->token && id == (*ppCur)->curr->id) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.hpp722 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
H A Dmkvparser.cpp1241 //a way to create the curr cluster object immediately.
1248 //As we're parsing the blocks in the curr cluster
1254 //because we adjust the pos down to the curr seek pos,
3484 //curr cluster is last among loaded
3514 //interrogate curr cluster
3593 //By consuming the payload, we are assuming that the curr
3595 //whether the payload of the curr cluster is less than what
8430 Frame& curr = *pf;
8432 curr.pos = 0; //patch later
8434 curr
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.hpp901 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
H A Dmkvparser.cpp1271 //a way to create the curr cluster object immediately.
1278 //As we're parsing the blocks in the curr cluster
1284 //because we adjust the pos down to the curr seek pos,
3502 //curr cluster is last among loaded
3532 //interrogate curr cluster
3611 //By consuming the payload, we are assuming that the curr
3613 //whether the payload of the curr cluster is less than what
9414 Frame& curr = *pf;
9416 curr.pos = 0; //patch later
9418 curr
[all...]

Completed in 185 milliseconds