Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.h146 int8_t mCurBufIndex; // Buffer count filled in current metadata variable
DQCamera2HWICallbacks.cpp1523 || (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()
DQCameraStream.cpp413 mCurBufIndex = -1; in QCameraStream()
941 mCurBufIndex = -1; in start()