Home
last modified time | relevance | path

Searched refs:mCurBufIndex (Results 1 – 3 of 3) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraStream.h139 int8_t mCurBufIndex; // Buffer count filled in current metadata variable
DQCamera2HWICallbacks.cpp1447 || (stream->mCurBufIndex == -1)) { in video_stream_cb_routine()
1452 stream->mCurBufIndex = 0; in video_stream_cb_routine()
1463 stream->mCurBufIndex = -1; in video_stream_cb_routine()
1469 int index = stream->mCurBufIndex; in video_stream_cb_routine()
1496 stream->mCurBufIndex++; in video_stream_cb_routine()
1497 if (stream->mCurBufIndex == fd_cnt) { in video_stream_cb_routine()
1501 stream->mCurBufIndex = -1; in video_stream_cb_routine()
DQCameraStream.cpp406 mCurBufIndex = -1; in QCameraStream()
907 mCurBufIndex = -1; in start()