Searched refs:mCurBufIndex (Results 1 – 3 of 3) sorted by relevance
146 int8_t mCurBufIndex; // Buffer count filled in current metadata variable
1523 || (stream->mCurBufIndex == -1)) { in video_stream_cb_routine()1528 stream->mCurBufIndex = 0; in video_stream_cb_routine()1539 stream->mCurBufIndex = -1; in video_stream_cb_routine()1545 int index = stream->mCurBufIndex; in video_stream_cb_routine()1565 stream->mCurBufIndex++; in video_stream_cb_routine()1566 if (stream->mCurBufIndex == fd_cnt) { in video_stream_cb_routine()1571 stream->mCurBufIndex = -1; in video_stream_cb_routine()
413 mCurBufIndex = -1; in QCameraStream()941 mCurBufIndex = -1; in start()