Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp416 memset (&mStreamMetaMemory, 0, in QCameraStream()
944 memset (&mStreamMetaMemory, 0, in start()
1317 && mStreamMetaMemory[index].numBuffers > 0) { in bufDone()
1318 for (int i= 0; i < mStreamMetaMemory[index].numBuffers; i++) { in bufDone()
1319 uint8_t buf_idx = mStreamMetaMemory[index].buf_index[i]; in bufDone()
1322 mStreamMetaMemory[index].consumerOwned = FALSE; in bufDone()
1323 mStreamMetaMemory[index].numBuffers = 0; in bufDone()
DQCameraStream.h157 MetaMemory mStreamMetaMemory[CAMERA_MIN_VIDEO_BATCH_BUFFERS]; variable
DQCamera2HWICallbacks.cpp1526 if (stream->mStreamMetaMemory[i].consumerOwned == 0) { in video_stream_cb_routine()
1530 stream->mStreamMetaMemory[i].numBuffers = 0; in video_stream_cb_routine()
1553 stream->mStreamMetaMemory[stream->mCurMetaIndex].buf_index[index] in video_stream_cb_routine()
1555 stream->mStreamMetaMemory[stream->mCurMetaIndex].numBuffers++; in video_stream_cb_routine()
1556 stream->mStreamMetaMemory[stream->mCurMetaIndex].consumerOwned in video_stream_cb_routine()