Searched refs:GetVideoFrameCB (Results 1 – 2 of 2) sorted by relevance
31 using GetVideoFrameCB = ::base::OnceCallback<void(std::optional<FrameWithBlockId>)>; variable43 bool getVideoFrame(GetVideoFrameCB cb);80 GetVideoFrameCB mOutputCb;
135 bool VideoFramePool::getVideoFrame(GetVideoFrameCB cb) { in getVideoFrame()