Home
last modified time | relevance | path

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

/aosp_15_r20/external/v4l2_codec2/components/
H A DVideoFramePool.cpp261 std::optional<FrameWithBlockId> frameWithBlockId; in getVideoFrameTask() local
277 void VideoFramePool::onVideoFrameReady(std::optional<FrameWithBlockId> frameWithBlockId) { in onVideoFrameReady()
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Decoder.cpp828 std::optional<VideoFramePool::FrameWithBlockId> frameWithBlockId) { in onVideoFrameReady()