Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.cc70 struct V4L2VideoDecodeAccelerator::BitstreamBufferRef { struct in media::V4L2VideoDecodeAccelerator
77 const base::WeakPtr<Client> client;
78 const scoped_refptr<base::SingleThreadTaskRunner> client_task_runner;
79 const std::unique_ptr<SharedMemoryRegion> shm;
80 size_t bytes_used;
81 const int32_t input_id;
84 V4L2VideoDecodeAccelerator::BitstreamBufferRef::BitstreamBufferRef( in BitstreamBufferRef() function in media::V4L2VideoDecodeAccelerator::BitstreamBufferRef