Searched refs:VaapiVideoDecodeAccelerator (Results 1 – 4 of 4) sorted by relevance
39 VaapiVideoDecodeAccelerator::InputBuffer::InputBuffer() : id(0), size(0) { in InputBuffer()42 VaapiVideoDecodeAccelerator::InputBuffer::~InputBuffer() { in ~InputBuffer()45 void VaapiVideoDecodeAccelerator::NotifyError(Error error) { in NotifyError()49 &VaapiVideoDecodeAccelerator::NotifyError, weak_this_, error)); in NotifyError()55 &VaapiVideoDecodeAccelerator::Cleanup, weak_this_)); in NotifyError()71 class VaapiVideoDecodeAccelerator::TFPPicture : public base::NonThreadSafe {124 VaapiVideoDecodeAccelerator::TFPPicture::TFPPicture( in TFPPicture()140 linked_ptr<VaapiVideoDecodeAccelerator::TFPPicture>141 VaapiVideoDecodeAccelerator::TFPPicture::Create( in Create()159 bool VaapiVideoDecodeAccelerator::TFPPicture::Initialize( in Initialize()[all …]
43 class CONTENT_EXPORT VaapiVideoDecodeAccelerator46 VaapiVideoDecodeAccelerator(49 virtual ~VaapiVideoDecodeAccelerator();235 base::WeakPtr<VaapiVideoDecodeAccelerator> weak_this_;272 base::WeakPtrFactory<VaapiVideoDecodeAccelerator> weak_this_factory_;274 DISALLOW_COPY_AND_ASSIGN(VaapiVideoDecodeAccelerator);
284 video_decode_accelerator_.reset(new VaapiVideoDecodeAccelerator( in Initialize()
412 decoder_.reset(new VaapiVideoDecodeAccelerator( in CreateAndStartDecoder()