Home
last modified time | relevance | path

Searched refs:GetVideoFrameCB (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DVideoFramePool.h31 using GetVideoFrameCB = ::base::OnceCallback<void(std::optional<FrameWithBlockId>)>; variable
43 bool getVideoFrame(GetVideoFrameCB cb);
80 GetVideoFrameCB mOutputCb;
/external/v4l2_codec2/components/
DVideoFramePool.cpp135 bool VideoFramePool::getVideoFrame(GetVideoFrameCB cb) { in getVideoFrame()