Searched defs:OutputRecord (Results 1 – 2 of 2) sorted by relevance
182 struct OutputRecord { struct186 OutputRecordState state; argument187 int32_t picture_id; // picture buffer id as returned to PictureReady().188 bool cleared; // Whether the texture is cleared and safe to render191 std::vector<base::ScopedFD> processor_output_fds;
108 V4L2VideoDecodeAccelerator::OutputRecord::OutputRecord() in OutputRecord() function in media::V4L2VideoDecodeAccelerator::OutputRecord