Searched refs:mStreamMetaMemory (Results 1 – 3 of 3) sorted by relevance
416 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()
157 MetaMemory mStreamMetaMemory[CAMERA_MIN_VIDEO_BATCH_BUFFERS]; variable
1526 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()