OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFPPictures
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h
203
typedef std::map<int32, linked_ptr<TFPPicture> >
TFPPictures
;
204
// All allocated
TFPPictures
, regardless of their current state.
TFPPictures
206
TFPPictures
tfp_pictures_;
223
// 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);
632
for (
TFPPictures
::iterator iter = tfp_pictures_.begin();
Completed in 829 milliseconds