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

/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_decode_accelerator.h127 class TFPPicture;
135 TFPPicture* tfp_picture);
199 typedef std::map<int32, linked_ptr<TFPPicture> > TFPPictures;
204 // Return a TFPPicture associated with given client-provided id.
205 TFPPicture* TFPPictureById(int32 picture_buffer_id);
215 // output a surface and we have an available TFPPicture (i.e. texture) ready
216 // to use, we'll execute the callback passing the TFPPicture. The callback
223 typedef base::Callback<void(TFPPicture*)> OutputCB;
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 225 milliseconds