Searched refs:video_mem (Results 1 – 2 of 2) sorted by relevance
1474 camera_memory_t *video_mem = NULL; in video_stream_cb_routine() local1509 video_mem = NULL; in video_stream_cb_routine()1511 video_mem = videoMemObj->getMemory(frame->buf_idx, in video_stream_cb_routine()1535 video_mem = stream->mCurMetaMemory; in video_stream_cb_routine()1537 if (video_mem == NULL || nh == NULL) { in video_stream_cb_routine()1579 video_mem = NULL; in video_stream_cb_routine()1583 video_mem = videoMemObj->getMemory(frame->buf_idx, true); in video_stream_cb_routine()1621 if ((NULL != video_mem) && (triggerTCB == TRUE)) { in video_stream_cb_routine()1628 cbArg.data = video_mem; in video_stream_cb_routine()
3568 QCameraVideoMemory *video_mem = new QCameraVideoMemory( in allocateStreamUserBuf() local3570 if (video_mem == NULL) { in allocateStreamUserBuf()3581 video_mem->setVideoInfo(usage, fmt); in allocateStreamUserBuf()3587 rc = video_mem->allocateMeta(streamInfo->num_bufs, in allocateStreamUserBuf()3591 delete video_mem; in allocateStreamUserBuf()3594 mem = static_cast<QCameraMemory *>(video_mem); in allocateStreamUserBuf()