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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_surface.c 68 vlVaSurfacePriv *va_surface = (vlVaSurfacePriv *)CALLOC(num_surfaces,sizeof(vlVaSurfacePriv));
69 if (!va_surface)
74 va_surface[n].width = width;
75 va_surface[n].height = height;
76 va_surface[n].format = VaRTFormatToPipe(format);
77 va_surface[n].ctx = ctx;
78 surfaces[n] = vlAddDataHTAB((void *)(va_surface + n));
Makefile 20 va_surface.c \
  /external/mesa3d/src/gallium/state_trackers/va/
va_surface.c 68 vlVaSurfacePriv *va_surface = (vlVaSurfacePriv *)CALLOC(num_surfaces,sizeof(vlVaSurfacePriv));
69 if (!va_surface)
74 va_surface[n].width = width;
75 va_surface[n].height = height;
76 va_surface[n].format = VaRTFormatToPipe(format);
77 va_surface[n].ctx = ctx;
78 surfaces[n] = vlAddDataHTAB((void *)(va_surface + n));
Makefile 20 va_surface.c \
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 126 // |va_surface|.
127 void SurfaceReady(int32 input_id, const scoped_refptr<VASurface>& va_surface);
132 // Callback to be executed once we have a |va_surface| to be output and
134 // Puts contents of |va_surface| into given |tfp_picture|, releases the
136 void OutputPicture(const scoped_refptr<VASurface>& va_surface,
vaapi_h264_decoder.h 108 void ReuseSurface(const scoped_refptr<VASurface>& va_surface);
vaapi_h264_decoder.cc 22 const scoped_refptr<VASurface>& va_surface);
30 scoped_refptr<VASurface> va_surface() { function in class:content::VaapiH264Decoder::DecodeSurface
47 const scoped_refptr<VASurface>& va_surface)
50 va_surface_(va_surface) {
116 const scoped_refptr<VASurface>& va_surface) {
117 available_va_surfaces_.push_back(va_surface);
138 va_pic->picture_id = dec_surface->va_surface()->id();
199 << " will use surface " << dec_surface->va_surface()->id();
216 << it->second->va_surface()->id();
490 dec_surface->va_surface()->id()))
    [all...]
vaapi_video_decode_accelerator.cc 342 const scoped_refptr<VASurface>& va_surface) {
352 weak_this_, va_surface, input_id));
358 const scoped_refptr<VASurface>& va_surface,
369 DVLOG(3) << "Outputting VASurface " << va_surface->id()
377 vaapi_wrapper_->PutSurfaceIntoPixmap(va_surface->id(),
521 scoped_refptr<VASurface> va_surface(
524 decoder_->ReuseSurface(va_surface);

Completed in 125 milliseconds