Searched defs:va_surface (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dvaapi_h264_decoder_unittest.cc69 const scoped_refptr<VASurface>& va_surface);
261 const scoped_refptr<VASurface>& va_surface) {
267 if (!wrapper_->GetVaImageForTesting(va_surface->id(), &image, &mem)) {
259 OutputPicture( int32 input_id, const scoped_refptr<VASurface>& va_surface) argument
H A Dvaapi_video_decode_accelerator.cc329 const scoped_refptr<VASurface>& va_surface) {
339 weak_this_, va_surface, input_id));
345 const scoped_refptr<VASurface>& va_surface,
356 DVLOG(3) << "Outputting VASurface " << va_surface->id()
364 vaapi_wrapper_->PutSurfaceIntoPixmap(va_surface->id(),
508 scoped_refptr<VASurface> va_surface(
511 decoder_->ReuseSurface(va_surface);
327 SurfaceReady( int32 input_id, const scoped_refptr<VASurface>& va_surface) argument
344 OutputPicture( const scoped_refptr<VASurface>& va_surface, int32 input_id, TFPPicture* tfp_picture) argument
H A Dvaapi_h264_decoder.cc23 const scoped_refptr<VASurface>& va_surface);
31 scoped_refptr<VASurface> va_surface() { function in class:content::VaapiH264Decoder::DecodeSurface
48 const scoped_refptr<VASurface>& va_surface)
51 va_surface_(va_surface) {
118 const scoped_refptr<VASurface>& va_surface) {
119 available_va_surfaces_.push_back(va_surface);
140 va_pic->picture_id = dec_surface->va_surface()->id();
201 << " will use surface " << dec_surface->va_surface()->id();
218 << it->second->va_surface()->id();
492 dec_surface->va_surface()
45 DecodeSurface( int poc, int32 input_id, const scoped_refptr<VASurface>& va_surface) argument
117 ReuseSurface( const scoped_refptr<VASurface>& va_surface) argument
[all...]

Completed in 97 milliseconds