Home
last modified time | relevance | path

Searched refs:create_video_buffer (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dsurface.c103 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfaceCreate()
333 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfacePutBitsYCbCr()
417 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfaceGallium()
452 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfaceDMABuf()
Doutput.c470 vbuffer = pipe->create_video_buffer(pipe, &vtmpl); in vlVdpOutputSurfacePutBitsYCbCr()
Ddecode.c632 vlsurf->video_buffer = dec->context->create_video_buffer(dec->context, &vlsurf->templat); in vlVdpDecoderRender()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_video.c59 ilo->base.create_video_buffer = ilo_create_video_buffer; in ilo_init_video_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c357 pipe->create_video_buffer = nv84_video_buffer_create; in nv50_create()
361 pipe->create_video_buffer = nv98_video_buffer_create; in nv50_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c142 rctx->b.b.create_video_buffer = r600_video_buffer_create; in r600_create_context()
145 rctx->b.b.create_video_buffer = vl_video_buffer_create; in r600_create_context()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h585 struct pipe_video_buffer *(*create_video_buffer)( struct pipe_context *context, member
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_dec.c453 priv->target = priv->pipe->create_video_buffer(priv->pipe, &templat); in vid_dec_NeedTarget()
642 new_vbuf = priv->pipe->create_video_buffer(priv->pipe, &templat); in vid_dec_FrameDecoded()
Dvid_enc.c573 priv->scale_buffer[i] = priv->s_pipe->create_video_buffer(priv->s_pipe, &templat); in vid_enc_SetConfig()
855 task->buf = priv->s_pipe->create_video_buffer(priv->s_pipe, &templat); in enc_NeedTask()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c179 sctx->b.b.create_video_buffer = si_video_buffer_create; in si_create_context()
182 sctx->b.b.create_video_buffer = vl_video_buffer_create; in si_create_context()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.c449 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in rvce_create_encoder()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c196 surface_priv->video_buffer = pipe->create_video_buffer(pipe, &tmpl); in XvMCCreateSurface()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c425 r300->context.create_video_buffer = vl_video_buffer_create;
/external/mesa3d/src/gallium/state_trackers/va/
Dimage.c481 tmp_buf = drv->pipe->create_video_buffer(drv->pipe, &templat); in vlVaPutImage()
Dsurface.c707 surf->buffer = drv->pipe->create_video_buffer(drv->pipe, &templat); in vlVaCreateSurfaces2()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c413 pipe->create_video_buffer = nvc0_video_buffer_create; in nvc0_create()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c889 nv->pipe.create_video_buffer = nouveau_context_video_buffer_create; in nouveau_context_init_vdec()