Home
last modified time | relevance | path

Searched refs:V4L2SliceVideoDecodeAccelerator (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.cc64 const uint32_t V4L2SliceVideoDecodeAccelerator::supported_input_fourccs_[] = {
68 class V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface
121 V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface::V4L2DecodeSurface( in V4L2DecodeSurface()
133 V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface::~V4L2DecodeSurface() { in ~V4L2DecodeSurface()
138 void V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface::SetReferenceSurfaces( in SetReferenceSurfaces()
144 void V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface::SetDecoded() { in SetDecoded()
157 std::string V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface::ToString() in ToString()
169 V4L2SliceVideoDecodeAccelerator::InputRecord::InputRecord() in InputRecord()
176 V4L2SliceVideoDecodeAccelerator::OutputRecord::OutputRecord() in OutputRecord()
182 struct V4L2SliceVideoDecodeAccelerator::BitstreamBufferRef {
[all …]
Dv4l2_slice_video_decode_accelerator.h35 class V4L2SliceVideoDecodeAccelerator
40 V4L2SliceVideoDecodeAccelerator(
42 ~V4L2SliceVideoDecodeAccelerator() override;
327 base::WeakPtr<V4L2SliceVideoDecodeAccelerator> weak_this_;
427 base::WeakPtrFactory<V4L2SliceVideoDecodeAccelerator> weak_this_factory_;
429 DISALLOW_COPY_AND_ASSIGN(V4L2SliceVideoDecodeAccelerator);