Searched refs:vl_video_buffer_create_ex2 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 410 return vl_video_buffer_create_ex2(pipe, tmpl, resources); in vl_video_buffer_create_ex() 420 return vl_video_buffer_create_ex2(pipe, tmpl, resources); in vl_video_buffer_create_ex() 428 return vl_video_buffer_create_ex2(pipe, tmpl, resources); in vl_video_buffer_create_ex() 438 vl_video_buffer_create_ex2(struct pipe_context *pipe, in vl_video_buffer_create_ex2() function 503 return vl_video_buffer_create_ex2(pipe, &vidtemplate, resources); in vl_video_buffer_create_as_resource()
|
D | vl_stubs.c | 103 vl_video_buffer_create_ex2(struct pipe_context *pipe, in vl_video_buffer_create_ex2() function
|
D | vl_video_buffer.h | 146 vl_video_buffer_create_ex2(struct pipe_context *pipe,
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_uvd.c | 133 return vl_video_buffer_create_ex2(pipe, &template, (struct pipe_resource **)resources); in r600_video_buffer_create()
|
/external/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264dprc.c | 214 video_buffer = vl_video_buffer_create_ex2(priv->pipe, &templat, resources); in get_eglimage()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | surface.c | 625 surface->buffer = vl_video_buffer_create_ex2(drv->pipe, templat, resources); in surface_from_external_memory()
|