Searched refs:create_video_codec (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 378 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/ |
D | context.c | 258 context_priv->decoder = pipe->create_video_codec(pipe, &templat); in XvMCCreateContext()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 162 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/ |
D | vid_dec_mpeg12.c | 80 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat); in vid_dec_mpeg12_Init()
|
D | vid_dec_h265.c | 630 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat); in vid_dec_h265_BeginFrame()
|
D | vid_enc.c | 631 priv->codec = priv->s_pipe->create_video_codec(priv->s_pipe, &templat); in vid_enc_MessageHandler()
|
D | vid_dec_av1.c | 2150 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat); in dec_av1_BeginFrame()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_h264_enc.c | 118 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat); in vlVaHandleVAEncSequenceParameterBufferTypeH264()
|
D | picture_hevc_enc.c | 133 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat); in vlVaHandleVAEncSequenceParameterBufferTypeHEVC()
|
D | picture.c | 162 context->decoder = drv->pipe->create_video_codec(drv->pipe, in handlePictureParameterBuffer()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 888 struct pipe_video_codec *(*create_video_codec)( struct pipe_context *context, member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.c | 425 r300->context.create_video_codec = vl_create_decoder;
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1019 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/ |
D | h264eprc.c | 551 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/ |
D | nvc0_context.c | 481 pipe->create_video_codec = nvc0_create_decoder; in nvc0_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 643 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/ |
D | decode.c | 126 vldecoder->decoder = pipe->create_video_codec(pipe, &templat); in vlVdpDecoderCreate()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 887 nv->pipe.create_video_codec = nouveau_context_create_decoder; in nouveau_context_init_vdec()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_dec_h264_common.c | 61 priv->codec = priv->pipe->create_video_codec(priv->pipe, &templat); in vid_dec_h264_BeginFrame()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 4382 CTX_INIT(create_video_codec); in threaded_context_create()
|