Searched defs:TFPPicture (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_decode_accelerator.cc64 // TFPPicture allocates X Pixmaps and binds them to textures passed
71 class VaapiVideoDecodeAccelerator::TFPPicture : public base::NonThreadSafe { class in class:content::VaapiVideoDecodeAccelerator
73 ~TFPPicture();
75 static linked_ptr<TFPPicture> Create(
99 TFPPicture(const base::Callback<bool(void)>& make_context_current,
121 DISALLOW_COPY_AND_ASSIGN(TFPPicture);
124 VaapiVideoDecodeAccelerator::TFPPicture::TFPPicture( function in class:content::VaapiVideoDecodeAccelerator::TFPPicture
140 linked_ptr<VaapiVideoDecodeAccelerator::TFPPicture>
141 VaapiVideoDecodeAccelerator::TFPPicture
[all...]

Completed in 103 milliseconds