HomeSort by relevance Sort by last modified time
    Searched refs:TFPPicture (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 130 class TFPPicture;
138 TFPPicture* tfp_picture);
203 typedef std::map<int32, linked_ptr<TFPPicture> > TFPPictures;
208 // Return a TFPPicture associated with given client-provided id.
209 TFPPicture* TFPPictureById(int32 picture_buffer_id);
219 // output a surface and we have an available TFPPicture (i.e. texture) ready
220 // to use, we'll execute the callback passing the TFPPicture. The callback
227 typedef base::Callback<void(TFPPicture*)> OutputCB;
vaapi_video_decode_accelerator.cc 64 // TFPPicture allocates X Pixmaps and binds them to textures passed
71 class VaapiVideoDecodeAccelerator::TFPPicture {
73 ~TFPPicture();
75 static linked_ptr<TFPPicture> Create(
103 TFPPicture(const base::Callback<bool(void)>& make_context_current,
125 DISALLOW_COPY_AND_ASSIGN(TFPPicture);
128 VaapiVideoDecodeAccelerator::TFPPicture::TFPPicture(
144 linked_ptr<VaapiVideoDecodeAccelerator::TFPPicture>
145 VaapiVideoDecodeAccelerator::TFPPicture::Create
    [all...]

Completed in 164 milliseconds