Home
last modified time | relevance | path

Searched refs:create_video_codec (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c378 pipe->create_video_codec = nv84_create_decoder; in nv50_create()
382 pipe->create_video_codec = nv98_create_decoder; in nv50_create()
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dcontext.c258 context_priv->decoder = pipe->create_video_codec(pipe, &templat); in XvMCCreateContext()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c162 rctx->b.b.create_video_codec = r600_uvd_create_decoder; in r600_create_context()
165 rctx->b.b.create_video_codec = vl_create_decoder; in r600_create_context()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_mpeg12.c80 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat); in vid_dec_mpeg12_Init()
Dvid_dec_h265.c630 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat); in vid_dec_h265_BeginFrame()
Dvid_enc.c631 priv->codec = priv->s_pipe->create_video_codec(priv->s_pipe, &templat); in vid_enc_MessageHandler()
Dvid_dec_av1.c2150 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat); in dec_av1_BeginFrame()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c118 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat); in vlVaHandleVAEncSequenceParameterBufferTypeH264()
Dpicture_hevc_enc.c133 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat); in vlVaHandleVAEncSequenceParameterBufferTypeHEVC()
Dpicture.c162 context->decoder = drv->pipe->create_video_codec(drv->pipe, in handlePictureParameterBuffer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h888 struct pipe_video_codec *(*create_video_codec)( struct pipe_context *context, member
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c425 r300->context.create_video_codec = vl_create_decoder;
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1019 return context->gpu->create_video_codec(context->gpu, template); in tegra_create_video_codec()
1383 context->base.create_video_codec = tegra_create_video_codec; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264eprc.c551 priv->codec = priv->s_pipe->create_video_codec(priv->s_pipe, &templat); in h264e_prc_prepare_to_transfer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c481 pipe->create_video_codec = nvc0_create_decoder; in nvc0_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c643 sctx->b.create_video_codec = si_uvd_create_decoder; in si_create_context()
648 sctx->b.create_video_codec = vl_create_decoder; in si_create_context()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c126 vldecoder->decoder = pipe->create_video_codec(pipe, &templat); in vlVdpDecoderCreate()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c887 nv->pipe.create_video_codec = nouveau_context_create_decoder; in nouveau_context_init_vdec()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c61 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat); in vid_dec_h264_BeginFrame()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4382 CTX_INIT(create_video_codec); in threaded_context_create()