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

  /external/chromium_org/content/common/gpu/media/
va_surface.h 5 // 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.
    [all...]
vaapi_wrapper.cc 91 VASurface::VASurface(VASurfaceID va_surface_id, const ReleaseCB& release_cb)
97 VASurface::~VASurface() {
394 // Derive a VAImage from the VASurface

Completed in 193 milliseconds