Home
last modified time | relevance | path

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

12

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Djpegenc.c93 create_video_buffer (GstCaps * caps) in create_video_buffer() function
200 fail_unless ((buffer = create_video_buffer (caps)) != NULL); in GST_START_TEST()
216 buffer = create_video_buffer (caps); in GST_START_TEST()
/third_party/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.c483 vbuffer = pipe->create_video_buffer(pipe, &vtmpl); in vlVdpOutputSurfacePutBitsYCbCr()
Ddecode.c634 vlsurf->video_buffer = dec->context->create_video_buffer(dec->context, &vlsurf->templat); in vlVdpDecoderRender()
/third_party/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()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c379 pipe->create_video_buffer = nv84_video_buffer_create; in nv50_create()
383 pipe->create_video_buffer = nv98_video_buffer_create; in nv50_create()
/third_party/mesa3d/src/gallium/frontends/va/
Dimage.c319 new_buffer = drv->pipe->create_video_buffer(drv->pipe, &new_template); in vlVaDeriveImage()
631 tmp_buf = drv->pipe->create_video_buffer(drv->pipe, &surf->templat); in vlVaPutImage()
Dsurface.c797 surface->buffer = drv->pipe->create_video_buffer(drv->pipe, templat); in vlVaHandleSurfaceAllocate()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c163 rctx->b.b.create_video_buffer = r600_video_buffer_create; in r600_create_context()
166 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()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd_enc.c312 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in radeon_uvd_create_encoder()
Dradeon_vce.c441 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in si_vce_create_encoder()
Dradeon_vcn_enc.c435 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in radeon_create_encoder()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h894 struct pipe_video_buffer *(*create_video_buffer)( struct pipe_context *context, member
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dsurface.c196 surface_priv->video_buffer = pipe->create_video_buffer(pipe, &tmpl); in XvMCCreateSurface()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c426 r300->context.create_video_buffer = vl_video_buffer_create;
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1028 return context->gpu->create_video_buffer(context->gpu, template); in tegra_create_video_buffer()
1384 context->base.create_video_buffer = tegra_create_video_buffer; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c482 pipe->create_video_buffer = nvc0_video_buffer_create; in nvc0_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c644 sctx->b.create_video_buffer = si_video_buffer_create; in si_create_context()
649 sctx->b.create_video_buffer = vl_video_buffer_create; in si_create_context()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dcompositor.c284 create_video_buffer (GstCaps * caps, gint ts_in_seconds) in create_video_buffer() function
529 create_video_buffer (input_caps, 0)) == GST_FLOW_OK); in run_late_caps_query_test()
531 create_video_buffer (input_caps, 1)) == GST_FLOW_OK); in run_late_caps_query_test()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c888 nv->pipe.create_video_buffer = nouveau_context_video_buffer_create; in nouveau_context_init_vdec()
/third_party/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()
Dvid_dec_av1.c1944 task->buf = priv->pipe->create_video_buffer(priv->pipe, &templat); in dec_av1_NeedTask()
2076 buf = priv->pipe->create_video_buffer(priv->pipe, &templat); in dec_av1_ShowExistingframe()

12