Home
last modified time | relevance | path

Searched refs:onVideoFrameReady (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/components/
DVideoFramePool.cpp214 FROM_HERE, ::base::BindOnce(&VideoFramePool::onVideoFrameReady, mClientWeakThis, in getVideoFrameTask()
218 void VideoFramePool::onVideoFrameReady(std::optional<FrameWithBlockId> frameWithBlockId) { in onVideoFrameReady() function in android::VideoFramePool
DV4L2Decoder.cpp529 ::base::BindOnce(&V4L2Decoder::onVideoFrameReady, mWeakThis))) { in tryFetchVideoFrame()
534 void V4L2Decoder::onVideoFrameReady( in onVideoFrameReady() function in android::V4L2Decoder
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DVideoFramePool.h60 void onVideoFrameReady(std::optional<FrameWithBlockId> frameWithBlockId);
DV4L2Decoder.h69 void onVideoFrameReady(std::optional<VideoFramePool::FrameWithBlockId> frameWithBlockId);