Searched refs:curr (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMdssRot.cpp | 136 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()
|
D | overlayMdpRot.cpp | 174 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()
|
D | overlayRotator.h | 70 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/msm8974/liboverlay/ |
D | overlayMdpRot.cpp | 159 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()
|
D | overlayMdssRot.cpp | 138 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()
|
D | overlayRotator.h | 70 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/intel/img/libdrm/tests/ |
D | dristat.c | 186 drmStatsT prev, curr; in getstats() local 213 if (drmGetStats(fd, &curr)) return; in getstats() 215 for (j = 0; j < curr.count; j++) { in getstats() 216 if (curr.data[j].verbose) continue; in getstats() 217 if (curr.data[j].isvalue) { in getstats() 218 printf(" %08lx", curr.data[j].value); in getstats() 220 rate = (curr.data[j].value - prev.data[j].value) / (double)i; in getstats() 221 printhuman(rate, curr.data[j].mult_names, curr.data[j].mult); in getstats() 225 memcpy(&prev, &curr, sizeof(prev)); in getstats()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
D | mkvparser.cpp | 8430 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 …]
|
D | mkvparser.hpp | 722 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 9414 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 …]
|
D | mkvparser.hpp | 901 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
|