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

  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 202 typedef std::map<int32, linked_ptr<TFPPicture> > TFPPictures;
203 // All allocated TFPPictures, regardless of their current state. TFPPictures
205 TFPPictures tfp_pictures_;
222 // If we don't have any available TFPPictures at the time when the decoder
vaapi_video_decode_accelerator.cc 65 // in PictureBuffers from clients to them. TFPPictures are created as
69 // TFPPictures are used for output, contents of VASurfaces passed from decoder
233 TFPPictures::iterator it = tfp_pictures_.find(picture_buffer_id);
631 for (TFPPictures::iterator iter = tfp_pictures_.begin();

Completed in 44 milliseconds