Home
last modified time | relevance | path

Searched refs:V4L2VideoDecodeAccelerator (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.cc66 const uint32_t V4L2VideoDecodeAccelerator::supported_input_fourccs_[] = {
70 struct V4L2VideoDecodeAccelerator::BitstreamBufferRef {
84 V4L2VideoDecodeAccelerator::BitstreamBufferRef::BitstreamBufferRef( in BitstreamBufferRef()
95 V4L2VideoDecodeAccelerator::BitstreamBufferRef::~BitstreamBufferRef() { in ~BitstreamBufferRef()
103 V4L2VideoDecodeAccelerator::InputRecord::InputRecord() in InputRecord()
106 V4L2VideoDecodeAccelerator::InputRecord::~InputRecord() {} in ~InputRecord()
108 V4L2VideoDecodeAccelerator::OutputRecord::OutputRecord() in OutputRecord()
113 V4L2VideoDecodeAccelerator::OutputRecord::~OutputRecord() {} in ~OutputRecord()
115 V4L2VideoDecodeAccelerator::PictureRecord::PictureRecord(bool cleared, in PictureRecord()
119 V4L2VideoDecodeAccelerator::PictureRecord::~PictureRecord() {} in ~PictureRecord()
[all …]
Dv4l2_video_decode_accelerator.h84 class V4L2VideoDecodeAccelerator
87 V4L2VideoDecodeAccelerator(
89 ~V4L2VideoDecodeAccelerator() override;
372 base::WeakPtr<V4L2VideoDecodeAccelerator> weak_this_;
506 base::WeakPtrFactory<V4L2VideoDecodeAccelerator> weak_this_factory_;
508 DISALLOW_COPY_AND_ASSIGN(V4L2VideoDecodeAccelerator);
/external/v4l2_codec2/
DC2VDAAdaptor.cpp45 new media::V4L2VideoDecodeAccelerator(device)); in initialize()
137 auto allProfiles = media::V4L2VideoDecodeAccelerator::GetSupportedProfiles(); in GetSupportedProfiles()