Searched refs:bufIdx (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1030 int32_t bufIdx; in timeoutFrame() local 1032 bufIdx = mMemory.getBufferIndex(frameNumber); in timeoutFrame() 1034 if (bufIdx < 0) { in timeoutFrame() 1039 mStreams[0]->timeoutFrame(bufIdx); in timeoutFrame() 3047 uint32_t bufIdx; in request() local 3054 bufIdx = (uint32_t)rc; in request() 3057 bufIdx = *(mFreeHeapBufferList.begin()); in request() 3072 LOGD("erasing %d", bufIdx); in request() 3074 mMemory.markFrameNumber(bufIdx, frameNumber); in request() 3075 indexUsed = bufIdx; in request() [all …]
|
D | QCamera3StreamMem.cpp | 457 int32_t QCamera3StreamMem::getOldestFrameNumber(uint32_t &bufIdx) in getOldestFrameNumber() argument 464 oldest = mHeapMem.getOldestFrameNumber(bufIdx); in getOldestFrameNumber() 473 bufIdx = grallocBufIdx; in getOldestFrameNumber()
|
D | QCamera3Stream.cpp | 580 int32_t QCamera3Stream::timeoutFrame(int32_t bufIdx) in timeoutFrame() argument 586 mTimeoutFrameQ.push_back(bufIdx); in timeoutFrame() 693 int32_t bufIdx; in dataProcRoutine() local 698 bufIdx = *itr; in dataProcRoutine() 705 pme->cancelBuffer(bufIdx); in dataProcRoutine()
|
D | QCamera3Stream.h | 101 int32_t timeoutFrame(int32_t bufIdx);
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 120 V4L2Frame(uint32_t w, uint32_t h, uint32_t fourcc, int bufIdx, int fd,
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 34 int bufIdx, int fd, uint32_t dataSize, uint64_t offset) : in V4L2Frame() argument 36 mBufferIndex(bufIdx), mFd(fd), mDataSize(dataSize), mOffset(offset) {} in V4L2Frame()
|