Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
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.cpp569 int32_t QCamera3Stream::timeoutFrame(int32_t bufIdx) in timeoutFrame() argument
575 mTimeoutFrameQ.push_back(bufIdx); in timeoutFrame()
682 int32_t bufIdx; in dataProcRoutine() local
687 bufIdx = *itr; in dataProcRoutine()
694 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.h108 V4L2Frame(uint32_t w, uint32_t h, uint32_t fourcc, int bufIdx, int fd,
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp35 int bufIdx, int fd, uint32_t dataSize, uint64_t offset) : in V4L2Frame() argument
37 mBufferIndex(bufIdx), mFd(fd), mDataSize(dataSize), mOffset(offset) {} in V4L2Frame()