Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/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.c633 vlsurf->video_buffer = dec->context->create_video_buffer(dec->context, &vlsurf->templat); in vlVdpDecoderRender()
/external/mesa3d/src/gallium/frontends/omx/
Dvid_dec_common.c70 priv->target = priv->pipe->create_video_buffer(priv->pipe, &templat); in vid_dec_NeedTarget()
Dvid_enc_common.c201 task->buf = priv->s_pipe->create_video_buffer(priv->s_pipe, &templat); in enc_NeedTask_common()
Dvid_dec_h264_common.c1108 new_vbuf = priv->pipe->create_video_buffer(priv->pipe, &templat); in vid_dec_FrameDecoded_common()
/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/frontends/va/
Dimage.c317 new_buffer = drv->pipe->create_video_buffer(drv->pipe, &new_template); in vlVaDeriveImage()
627 tmp_buf = drv->pipe->create_video_buffer(drv->pipe, &surf->templat); in vlVaPutImage()
Dsurface.c645 surface->buffer = drv->pipe->create_video_buffer(drv->pipe, templat); in vlVaHandleSurfaceAllocate()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c164 rctx->b.b.create_video_buffer = r600_video_buffer_create; in r600_create_context()
167 rctx->b.b.create_video_buffer = vl_video_buffer_create; in r600_create_context()
Dradeon_vce.c444 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in rvce_create_encoder()
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dgralloc.rs379 fn create_video_buffer() { in create_video_buffer() function
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h799 struct pipe_video_buffer *(*create_video_buffer)( struct pipe_context *context, member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd_enc.c313 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in radeon_uvd_create_encoder()
Dradeon_vce.c439 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in si_vce_create_encoder()
Dradeon_vcn_enc.c428 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in radeon_create_encoder()
/external/mesa3d/src/gallium/frontends/xvmc/
Dsurface.c196 surface_priv->video_buffer = pipe->create_video_buffer(pipe, &tmpl); in XvMCCreateSurface()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c427 r300->context.create_video_buffer = vl_video_buffer_create;
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c433 pipe->create_video_buffer = nvc0_video_buffer_create; in nvc0_create()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c999 return context->gpu->create_video_buffer(context->gpu, template); in tegra_create_video_buffer()
1353 context->base.create_video_buffer = tegra_create_video_buffer; in tegra_screen_context_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c628 sctx->b.create_video_buffer = si_video_buffer_create; in si_create_context()
631 sctx->b.create_video_buffer = vl_video_buffer_create; in si_create_context()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c888 nv->pipe.create_video_buffer = nouveau_context_video_buffer_create; in nouveau_context_init_vdec()
/external/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c554 priv->scale_buffer[i] = priv->s_pipe->create_video_buffer(priv->s_pipe, &templat); in vid_enc_SetConfig()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2871 CTX_INIT(create_video_buffer); in threaded_context_create()