HomeSort by relevance Sort by last modified time
    Searched refs:bufIdx (Results 1 - 11 of 11) sorted by null

  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp 452 int32_t QCamera3StreamMem::getOldestFrameNumber(uint32_t &bufIdx)
459 oldest = mHeapMem.getOldestFrameNumber(bufIdx);
468 bufIdx = grallocBufIdx;
QCamera3Channel.cpp 839 LOGE("Error buffer dropped for framenumber:%d with bufidx:%d",
    [all...]
QCamera3Stream.h 100 int32_t timeoutFrame(int32_t bufIdx);
QCamera3Stream.cpp 556 * @bufIdx : buffer index of the frame to be timed out
562 int32_t QCamera3Stream::timeoutFrame(int32_t bufIdx)
568 mTimeoutFrameQ.push_back(bufIdx);
675 int32_t bufIdx;
680 bufIdx = *itr;
687 pme->cancelBuffer(bufIdx);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3StreamMem.cpp 457 int32_t QCamera3StreamMem::getOldestFrameNumber(uint32_t &bufIdx)
464 oldest = mHeapMem.getOldestFrameNumber(bufIdx);
473 bufIdx = grallocBufIdx;
QCamera3Channel.cpp 890 LOGE("Error buffer dropped for framenumber:%d with bufidx:%d",
    [all...]
QCamera3Stream.h 101 int32_t timeoutFrame(int32_t bufIdx);
QCamera3Stream.cpp 563 * @bufIdx : buffer index of the frame to be timed out
569 int32_t QCamera3Stream::timeoutFrame(int32_t bufIdx)
575 mTimeoutFrameQ.push_back(bufIdx);
682 int32_t bufIdx;
687 bufIdx = *itr;
694 pme->cancelBuffer(bufIdx);
    [all...]
  /external/icu/icu4c/source/common/
uloc_tag.cpp     [all...]
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraUtils.h 108 V4L2Frame(uint32_t w, uint32_t h, uint32_t fourcc, int bufIdx, int fd,
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraUtils.cpp 35 int bufIdx, int fd, uint32_t dataSize, uint64_t offset) :
37 mBufferIndex(bufIdx), mFd(fd), mDataSize(dataSize), mOffset(offset) {}

Completed in 2875 milliseconds