Home
last modified time | relevance | path

Searched defs:frameWithBlockId (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/components/
DVideoFramePool.cpp208 std::optional<FrameWithBlockId> frameWithBlockId; in getVideoFrameTask() local
229 void VideoFramePool::onVideoFrameReady(std::optional<FrameWithBlockId> frameWithBlockId) { in onVideoFrameReady()
DV4L2Decoder.cpp601 std::optional<VideoFramePool::FrameWithBlockId> frameWithBlockId) { in onVideoFrameReady()