Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.h38 class V4L2DecodeSurface;
117 void DecodeSurface(const scoped_refptr<V4L2DecodeSurface>& dec_surface);
125 void SurfaceReady(const scoped_refptr<V4L2DecodeSurface>& dec_surface);
137 void Enqueue(const scoped_refptr<V4L2DecodeSurface>& dec_surface);
301 void OutputSurface(const scoped_refptr<V4L2DecodeSurface>& dec_surface);
308 scoped_refptr<V4L2DecodeSurface> CreateSurface();
380 std::queue<scoped_refptr<V4L2DecodeSurface>> decoder_display_queue_;
405 std::map<int, scoped_refptr<V4L2DecodeSurface>>;
410 std::map<int32_t, scoped_refptr<V4L2DecodeSurface>>;
Dv4l2_slice_video_decode_accelerator.cc68 class V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface class in media::V4L2SliceVideoDecodeAccelerator
69 : public base::RefCounted<V4L2DecodeSurface> {
73 V4L2DecodeSurface(int32_t bitstream_id,
91 const std::vector<scoped_refptr<V4L2DecodeSurface>>& ref_surfaces);
104 friend class base::RefCounted<V4L2DecodeSurface>;
105 ~V4L2DecodeSurface();
116 std::vector<scoped_refptr<V4L2DecodeSurface>> reference_surfaces_;
118 DISALLOW_COPY_AND_ASSIGN(V4L2DecodeSurface);
121 V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface::V4L2DecodeSurface( in V4L2DecodeSurface() function in media::V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface
133 V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface::~V4L2DecodeSurface() { in ~V4L2DecodeSurface()
[all …]