Home
last modified time | relevance | path

Searched refs:create_video_buffer (Results 1 – 20 of 20) 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()
357 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfacePutBitsYCbCr()
477 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfaceGallium()
512 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfaceDMABuf()
Doutput.c477 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/nouveau/nv50/
Dnv50_context.c352 pipe->create_video_buffer = nv84_video_buffer_create; in nv50_create()
356 pipe->create_video_buffer = nv98_video_buffer_create; in nv50_create()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h424 struct pipe_video_buffer *(*create_video_buffer)( struct pipe_context *context, member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c150 rctx->b.b.create_video_buffer = r600_video_buffer_create; in r600_create_context()
153 rctx->b.b.create_video_buffer = vl_video_buffer_create; in r600_create_context()
Dradeon_vce.c442 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in rvce_create_encoder()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc.c266 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in radeon_create_encoder()
Dradeon_vce.c451 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in si_vce_create_encoder()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec.c453 priv->target = priv->pipe->create_video_buffer(priv->pipe, &templat); in vid_dec_NeedTarget()
615 new_vbuf = priv->pipe->create_video_buffer(priv->pipe, &templat); in vid_dec_FrameDecoded()
Dvid_enc.c574 priv->scale_buffer[i] = priv->s_pipe->create_video_buffer(priv->s_pipe, &templat); in vid_enc_SetConfig()
856 task->buf = priv->s_pipe->create_video_buffer(priv->s_pipe, &templat); in enc_NeedTask()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h638 struct pipe_video_buffer *(*create_video_buffer)( struct pipe_context *context, member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c285 sctx->b.b.create_video_buffer = si_video_buffer_create; in si_create_context()
288 sctx->b.b.create_video_buffer = vl_video_buffer_create; in si_create_context()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c425 r300->context.create_video_buffer = vl_video_buffer_create;
/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/state_trackers/va/
Dimage.c496 tmp_buf = drv->pipe->create_video_buffer(drv->pipe, &surf->templat); in vlVaPutImage()
Dsurface.c599 surface->buffer = drv->pipe->create_video_buffer(drv->pipe, templat); in vlVaHandleSurfaceAllocate()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c423 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()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2651 CTX_INIT(create_video_buffer); in threaded_context_create()