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

  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.h 206 class DecodeSurface;
216 // Return DecodeSurface assigned to |poc|.
217 DecodeSurface* DecodeSurfaceByPoC(int poc);
262 typedef std::map<int, linked_ptr<DecodeSurface> > DecSurfacesInUse;
vaapi_h264_decoder.cc 18 class VaapiH264Decoder::DecodeSurface {
20 DecodeSurface(int poc,
23 DecodeSurface(int poc, const scoped_refptr<DecodeSurface>& dec_surface);
24 ~DecodeSurface();
44 VaapiH264Decoder::DecodeSurface::DecodeSurface(
54 VaapiH264Decoder::DecodeSurface::~DecodeSurface() {
130 DecodeSurface* dec_surface = DecodeSurfaceByPoC(pic->pic_order_cnt)
    [all...]

Completed in 2190 milliseconds