Searched refs:mCurBufIndex (Results 1 – 3 of 3) sorted by relevance
139 int8_t mCurBufIndex; // Buffer count filled in current metadata variable
1447 || (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()
406 mCurBufIndex = -1; in QCameraStream()907 mCurBufIndex = -1; in start()