Searched refs:bufIdx (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
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 | 569 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()
|
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 | 108 V4L2Frame(uint32_t w, uint32_t h, uint32_t fourcc, int bufIdx, int fd,
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 35 int bufIdx, int fd, uint32_t dataSize, uint64_t offset) : in V4L2Frame() argument 37 mBufferIndex(bufIdx), mFd(fd), mDataSize(dataSize), mOffset(offset) {} in V4L2Frame()
|