Home | History | Annotate | Download | only in HAL3

Lines Matching refs:bufIdx

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);