Home
last modified time | relevance | path

Searched refs:bufIdx (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp1030 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 …]
DQCamera3StreamMem.cpp457 int32_t QCamera3StreamMem::getOldestFrameNumber(uint32_t &bufIdx) in getOldestFrameNumber() argument
464 oldest = mHeapMem.getOldestFrameNumber(bufIdx); in getOldestFrameNumber()
473 bufIdx = grallocBufIdx; in getOldestFrameNumber()
DQCamera3Stream.cpp580 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()
DQCamera3Stream.h101 int32_t timeoutFrame(int32_t bufIdx);
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h120 V4L2Frame(uint32_t w, uint32_t h, uint32_t fourcc, int bufIdx, int fd,
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp34 int bufIdx, int fd, uint32_t dataSize, uint64_t offset) : in V4L2Frame() argument
36 mBufferIndex(bufIdx), mFd(fd), mDataSize(dataSize), mOffset(offset) {} in V4L2Frame()