Searched defs:PictureRecord (Results 1 – 2 of 2) sorted by relevance
163 struct PictureRecord { struct166 bool cleared; // Whether the texture is cleared and safe to render from.167 Picture picture; // The decoded picture.
115 V4L2VideoDecodeAccelerator::PictureRecord::PictureRecord(bool cleared, in PictureRecord() function in media::V4L2VideoDecodeAccelerator::PictureRecord