/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | jpegenc.c | 93 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/ |
D | surface.c | 103 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()
|
D | output.c | 483 vbuffer = pipe->create_video_buffer(pipe, &vtmpl); in vlVdpOutputSurfacePutBitsYCbCr()
|
D | decode.c | 634 vlsurf->video_buffer = dec->context->create_video_buffer(dec->context, &vlsurf->templat); in vlVdpDecoderRender()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_dec_common.c | 70 priv->target = priv->pipe->create_video_buffer(priv->pipe, &templat); in vid_dec_NeedTarget()
|
D | vid_enc_common.c | 201 task->buf = priv->s_pipe->create_video_buffer(priv->s_pipe, &templat); in enc_NeedTask_common()
|
D | vid_dec_h264_common.c | 1108 new_vbuf = priv->pipe->create_video_buffer(priv->pipe, &templat); in vid_dec_FrameDecoded_common()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 379 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/ |
D | image.c | 319 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()
|
D | surface.c | 797 surface->buffer = drv->pipe->create_video_buffer(drv->pipe, templat); in vlVaHandleSurfaceAllocate()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 163 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()
|
D | radeon_vce.c | 444 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in rvce_create_encoder()
|
/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_uvd_enc.c | 312 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in radeon_uvd_create_encoder()
|
D | radeon_vce.c | 441 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in si_vce_create_encoder()
|
D | radeon_vcn_enc.c | 435 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in radeon_create_encoder()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 894 struct pipe_video_buffer *(*create_video_buffer)( struct pipe_context *context, member
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | surface.c | 196 surface_priv->video_buffer = pipe->create_video_buffer(pipe, &tmpl); in XvMCCreateSurface()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.c | 426 r300->context.create_video_buffer = vl_video_buffer_create;
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1028 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/ |
D | nvc0_context.c | 482 pipe->create_video_buffer = nvc0_video_buffer_create; in nvc0_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 644 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/ |
D | compositor.c | 284 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/ |
D | nouveau_video.c | 888 nv->pipe.create_video_buffer = nouveau_context_video_buffer_create; in nouveau_context_init_vdec()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_enc.c | 554 priv->scale_buffer[i] = priv->s_pipe->create_video_buffer(priv->s_pipe, &templat); in vid_enc_SetConfig()
|
D | vid_dec_av1.c | 1944 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()
|