Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.h182 struct OutputRecord { struct
186 OutputRecordState state; argument
187 int32_t picture_id; // picture buffer id as returned to PictureReady().
188 bool cleared; // Whether the texture is cleared and safe to render
191 std::vector<base::ScopedFD> processor_output_fds;
Dv4l2_video_decode_accelerator.cc108 V4L2VideoDecodeAccelerator::OutputRecord::OutputRecord() in OutputRecord() function in media::V4L2VideoDecodeAccelerator::OutputRecord