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

/external/chromium_org/content/common/gpu/media/
H A Dva_surface.h5 // This file contains the definition of VASurface class, used for decoding by
40 // | | a VASurface and passed to VaapiH264Decoder.
42 // | VASurface is put onto VaapiH264Decoder::available_va_surfaces_, keeping
45 // | VaapiH264Decoder starts decoding a new frame. It takes a VASurface off of
49 // | DecodeSurface is used for decoding, putting data into associated VASurface.
56 // | VASurface to VaapiVideoDecodeAccelerator, VASurface as reference for
63 // | A TFPPicture becomes available after associated VASurface reference.
66 // | puts the contents of the VASurface into |
67 // | it and releases the reference to VASurface
81 class CONTENT_EXPORT VASurface : public base::RefCountedThreadSafe<VASurface> { class in namespace:content
[all...]
H A Dvaapi_wrapper.cc125 VASurface::VASurface(VASurfaceID va_surface_id, const ReleaseCB& release_cb) function in class:content::VASurface
131 VASurface::~VASurface() {
604 // Derive a VAImage from the VASurface

Completed in 191 milliseconds