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

  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp 429 int32_t QCamera3StreamMem::getOldestFrameNumber(uint32_t &bufIdx)
436 oldest = mHeapMem.getOldestFrameNumber(bufIdx);
445 bufIdx = grallocBufIdx;
QCamera3Channel.cpp 838 LOGE("Error buffer dropped for framenumber:%d with bufidx:%d",
945 int32_t bufIdx;
947 bufIdx = mMemory.getBufferIndex(frameNumber);
949 if (bufIdx < 0) {
954 mStreams[0]->timeoutFrame(bufIdx);
    [all...]
QCamera3Stream.h 100 int32_t timeoutFrame(int32_t bufIdx);
QCamera3Stream.cpp 501 * @bufIdx : buffer index of the frame to be timed out
507 int32_t QCamera3Stream::timeoutFrame(int32_t bufIdx)
511 if (mTimeoutFrameQ.enqueue((void *)bufIdx)) {
624 int32_t bufIdx = (int32_t)(pme->mTimeoutFrameQ.dequeue());
625 pme->cancelBuffer(bufIdx);
    [all...]
  /external/icu/icu4c/source/common/
uloc_tag.c     [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]

Completed in 88 milliseconds