Home
last modified time | relevance | path

Searched refs:curr (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/display/msm8974/liboverlay/
DoverlayMdpRot.cpp159 mMem.curr().m = mem; in open_i()
187 if(opBufSize == mMem.curr().size()) { in remap()
202 mMem.curr().mRotOffset[i] = i * opBufSize; in remap()
211 ovutils::memset0(mMem.curr().mRotOffset); in reset()
213 mMem.curr().mCurrOffset = 0; in reset()
224 OVASSERT(mMem.curr().m.numBufs(), in queueBuffer()
227 mMem.curr().mRotOffset[mMem.curr().mCurrOffset]; in queueBuffer()
228 mMem.curr().mCurrOffset = in queueBuffer()
229 (mMem.curr().mCurrOffset + 1) % mMem.curr().m.numBufs(); in queueBuffer()
254 mMem.curr().m.dump(); in dump()
DoverlayMdssRot.cpp138 OVASSERT(mMem.curr().m.numBufs(), "queueBuffer numbufs is 0"); in queueBuffer()
141 mMem.curr().mRotOffset[mMem.curr().mCurrOffset]; in queueBuffer()
142 mMem.curr().mCurrOffset = in queueBuffer()
143 (mMem.curr().mCurrOffset + 1) % mMem.curr().m.numBufs(); in queueBuffer()
182 mMem.curr().m = mem; in open_i()
190 if(opBufSize == mMem.curr().size()) { in remap()
205 mMem.curr().mRotOffset[i] = i * opBufSize; in remap()
237 ovutils::memset0(mMem.curr().mRotOffset); in reset()
239 mMem.curr().mCurrOffset = 0; in reset()
247 mMem.curr().m.dump(); in dump()
DoverlayRotator.h70 Mem& curr() { return m[_curr % MAX_ROT_MEM]; } in curr() function
71 const Mem& curr() const { return m[_curr % MAX_ROT_MEM]; } in curr() function
74 void setReleaseFd(const int& fence) { curr().setReleaseFd(fence); } in setReleaseFd()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMdssRot.cpp136 OVASSERT(mMem.curr().m.numBufs(), "queueBuffer numbufs is 0"); in queueBuffer()
139 mMem.curr().mRotOffset[mMem.curr().mCurrOffset]; in queueBuffer()
140 mMem.curr().mCurrOffset = in queueBuffer()
141 (mMem.curr().mCurrOffset + 1) % mMem.curr().m.numBufs(); in queueBuffer()
180 mMem.curr().m = mem; in open_i()
188 if(opBufSize == mMem.curr().size()) { in remap()
203 mMem.curr().mRotOffset[i] = i * opBufSize; in remap()
235 ovutils::memset0(mMem.curr().mRotOffset); in reset()
237 mMem.curr().mCurrOffset = 0; in reset()
245 mMem.curr().m.dump(); in dump()
DoverlayMdpRot.cpp174 mMem.curr().m = mem; in open_i()
202 if(opBufSize == mMem.curr().size()) { in remap()
217 mMem.curr().mRotOffset[i] = i * opBufSize; in remap()
226 ovutils::memset0(mMem.curr().mRotOffset); in reset()
228 mMem.curr().mCurrOffset = 0; in reset()
239 OVASSERT(mMem.curr().m.numBufs(), in queueBuffer()
242 mMem.curr().mRotOffset[mMem.curr().mCurrOffset]; in queueBuffer()
243 mMem.curr().mCurrOffset = in queueBuffer()
244 (mMem.curr().mCurrOffset + 1) % mMem.curr().m.numBufs(); in queueBuffer()
269 mMem.curr().m.dump(); in dump()
DoverlayRotator.h70 Mem& curr() { return m[_curr % MAX_ROT_MEM]; } in curr() function
71 const Mem& curr() const { return m[_curr % MAX_ROT_MEM]; } in curr() function
74 void setReleaseFd(const int& fence) { curr().setReleaseFd(fence); } in setReleaseFd()
/hardware/ril/libril/
DRilSapSocket.cpp65 if (request->curr->payload) { in sOnRequestComplete()
66 free(request->curr->payload); in sOnRequestComplete()
68 free(request->curr); in sOnRequestComplete()
206 dispatchRequest(req->curr); in processRequestsLoop()
277 currRequest->curr = req; in dispatchRequest()
301 MsgHeader *hdr = request->curr; in onRequestComplete()
305 rsp.token = request->curr->token; in onRequestComplete()
307 rsp.id = request->curr->id; in onRequestComplete()
420 recv->curr = reqHeader; in pushRecord()
485 currRequest->curr = req; in dispatchDisconnect()
DRilSapSocket.h65 MsgHeader* curr; member
DrilSocketQueue.h144 if (token == (*ppCur)->token && id == (*ppCur)->curr->id) { in checkAndDequeue()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp8430 Frame& curr = *pf; in Parse() local
8432 curr.pos = 0; //patch later in Parse()
8434 curr.len = static_cast<long>(frame_size); in Parse()
8435 size += curr.len; //contribution of this frame in Parse()
8452 Frame& curr = *pf; in Parse() local
8454 curr.pos = 0; //patch later in Parse()
8479 curr.len = static_cast<long>(frame_size); in Parse()
8480 size += curr.len; //contribution of this frame in Parse()
8494 Frame& curr = *pf++; in Parse() local
8497 curr.pos = 0; //patch later in Parse()
[all …]
Dmkvparser.hpp722 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp9414 Frame& curr = *pf; in Parse() local
9416 curr.pos = 0; //patch later in Parse()
9418 curr.len = static_cast<long>(frame_size); in Parse()
9419 size += curr.len; //contribution of this frame in Parse()
9438 Frame& curr = *pf; in Parse() local
9440 curr.pos = 0; //patch later in Parse()
9465 curr.len = static_cast<long>(frame_size); in Parse()
9466 size += curr.len; //contribution of this frame in Parse()
9482 Frame& curr = *pf++; in Parse() local
9485 curr.pos = 0; //patch later in Parse()
[all …]
Dmkvparser.hpp901 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;