Searched refs:create_video_codec (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c351 pipe->create_video_codec = nv84_create_decoder;
355 pipe->create_video_codec = nv98_create_decoder;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c378 pipe->create_video_codec = nv84_create_decoder;
382 pipe->create_video_codec = nv98_create_decoder;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h680 struct pipe_video_codec *(*create_video_codec)( struct pipe_context *context, member in struct:pipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
H A Dvid_dec_mpeg12.c80 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture_h264_enc.c118 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat);
H A Dpicture_hevc_enc.c124 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat);
H A Dpicture.c161 context->decoder = drv->pipe->create_video_codec(drv->pipe,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dcontext.c258 context_priv->decoder = pipe->create_video_codec(pipe, &templat);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_mpeg12.c80 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dcontext.c258 context_priv->decoder = pipe->create_video_codec(pipe, &templat);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_h264_enc.c118 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat);
H A Dpicture_hevc_enc.c133 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat);
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h888 struct pipe_video_codec *(*create_video_codec)( struct pipe_context *context, member in struct:pipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.c163 rctx->b.b.create_video_codec = r600_uvd_create_decoder;
166 rctx->b.b.create_video_codec = vl_create_decoder;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.c162 rctx->b.b.create_video_codec = r600_uvd_create_decoder;
165 rctx->b.b.create_video_codec = vl_create_decoder;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dh264eprc.c551 priv->codec = priv->s_pipe->create_video_codec(priv->s_pipe, &templat);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.c426 r300->context.create_video_codec = vl_create_decoder;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c425 pipe->create_video_codec = nvc0_create_decoder;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dh264eprc.c551 priv->codec = priv->s_pipe->create_video_codec(priv->s_pipe, &templat);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c481 pipe->create_video_codec = nvc0_create_decoder;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.c425 r300->context.create_video_codec = vl_create_decoder;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c990 return context->gpu->create_video_codec(context->gpu, template);
1352 context->base.create_video_codec = tegra_create_video_codec;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c546 sctx->b.create_video_codec = si_uvd_create_decoder;
549 sctx->b.create_video_codec = vl_create_decoder;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c1037 return context->gpu->create_video_codec(context->gpu, template);
1401 context->base.create_video_codec = tegra_create_video_codec;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c643 sctx->b.create_video_codec = si_uvd_create_decoder;
648 sctx->b.create_video_codec = vl_create_decoder;

Completed in 28 milliseconds

12