Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraStream.cpp409 memset (&mStreamMetaMemory, 0, in QCameraStream()
910 memset (&mStreamMetaMemory, 0, in start()
1236 && mStreamMetaMemory[index].numBuffers > 0) { in bufDone()
1237 for (int i= 0; i < mStreamMetaMemory[index].numBuffers; i++) { in bufDone()
1238 uint8_t buf_idx = mStreamMetaMemory[index].buf_index[i]; in bufDone()
1241 mStreamMetaMemory[index].consumerOwned = FALSE; in bufDone()
1242 mStreamMetaMemory[index].numBuffers = 0; in bufDone()
DQCameraStream.h150 MetaMemory mStreamMetaMemory[CAMERA_MIN_VIDEO_BATCH_BUFFERS]; variable
DQCamera2HWICallbacks.cpp1450 if (stream->mStreamMetaMemory[i].consumerOwned == 0) { in video_stream_cb_routine()
1454 stream->mStreamMetaMemory[i].numBuffers = 0; in video_stream_cb_routine()
1477 stream->mStreamMetaMemory[stream->mCurMetaIndex].buf_index[index] in video_stream_cb_routine()
1479 stream->mStreamMetaMemory[stream->mCurMetaIndex].numBuffers++; in video_stream_cb_routine()
1480 stream->mStreamMetaMemory[stream->mCurMetaIndex].consumerOwned in video_stream_cb_routine()