Home
last modified time | relevance | path

Searched defs:templ (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.c216 gst_pad_template_init (GstPadTemplate * templ) in gst_pad_template_init()
226 GstPadTemplate *templ = GST_PAD_TEMPLATE (object); in gst_pad_template_dispose() local
456 gst_static_pad_template_get_caps (GstStaticPadTemplate * templ) in gst_static_pad_template_get_caps()
473 gst_pad_template_get_caps (GstPadTemplate * templ) in gst_pad_template_get_caps()
496 gst_pad_template_set_documentation_caps (GstPadTemplate * templ, GstCaps * caps) in gst_pad_template_set_documentation_caps()
518 gst_pad_template_get_documentation_caps (GstPadTemplate * templ) in gst_pad_template_get_documentation_caps()
537 gst_pad_template_pad_created (GstPadTemplate * templ, GstPad * pad) in gst_pad_template_pad_created()
Dgstpadtemplate.h71 #define GST_PAD_TEMPLATE_NAME_TEMPLATE(templ) (((GstPadTemplate *)(templ))->name_template) argument
79 #define GST_PAD_TEMPLATE_DIRECTION(templ) (((GstPadTemplate *)(templ))->direction) argument
87 #define GST_PAD_TEMPLATE_PRESENCE(templ) (((GstPadTemplate *)(templ))->presence) argument
95 #define GST_PAD_TEMPLATE_CAPS(templ) (((GstPadTemplate *)(templ))->caps) argument
105 #define GST_PAD_TEMPLATE_GTYPE(templ) (((GstPadTemplate *)(templ))->ABI.abi.gtype) argument
124 #define GST_PAD_TEMPLATE_IS_FIXED(templ) (GST_OBJECT_FLAG_IS_SET(templ, GST_PAD_TEMPLATE_FIXED)) argument
Dgstghostpad.c514 GstPadTemplate *templ; in gst_ghost_pad_constructed() local
602 GstPadTemplate * templ) in gst_ghost_pad_new_full()
710 GstPadTemplate * templ) in gst_ghost_pad_new_from_template()
752 GstPadTemplate * templ) in gst_ghost_pad_new_no_target_from_template()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c12 const struct pipe_resource *templ) in nv50_resource_create()
33 const struct pipe_resource *templ, in nv50_resource_from_handle()
46 const struct pipe_surface *templ) in nv50_surface_from_buffer()
79 const struct pipe_surface *templ) in nv50_surface_create()
Dnv50_miptree.c331 const struct pipe_resource *templ) in nv50_miptree_create()
405 const struct pipe_resource *templ, in nv50_miptree_from_handle()
471 const struct pipe_surface *templ) in nv50_surface_from_miptree()
506 const struct pipe_surface *templ) in nv50_miptree_surface_new()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h349 #define error(hook, templ, args...) \ argument
351 #define warn(hook, templ, args...) \ argument
353 #define notice(hook, templ, args...) \ argument
355 #define info(hook, templ, args...) \ argument
357 #define debug1(hook, templ, args...) \ argument
359 #define debug2(hook, templ, args...) \ argument
361 #define debug3(hook, templ, args...) \ argument
364 #define error(hook, templ, ...) \ argument
366 #define warn(hook, templ, ...) \ argument
368 #define notice(hook, templ, ...) \ argument
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c10 const struct pipe_resource *templ) in nvc0_resource_create()
22 const struct pipe_resource *templ, in nvc0_resource_create_with_modifiers()
116 const struct pipe_resource *templ, in nvc0_resource_from_handle()
132 const struct pipe_surface *templ) in nvc0_surface_create()
141 const struct pipe_resource *templ, in nvc0_resource_from_user_memory()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_surface.c38 const struct pipe_surface *templ, in create_ivci()
130 const struct pipe_surface *templ, in create_surface()
201 …face(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *templ, VkIm… in do_create_surface()
214 const struct pipe_surface *templ, in zink_get_surface()
258 const struct pipe_surface *templ) in zink_create_surface()
403 struct pipe_resource templ = {0}; in zink_surface_create_null() local
Dzink_resource.c162 create_bci(struct zink_screen *screen, const struct pipe_resource *templ, unsigned bind) in create_bci()
255 …ats(struct zink_screen *screen, VkFormatFeatureFlags feats, const struct pipe_resource *templ, uns… in get_image_usage_for_feats()
353 …e_usage(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, uns… in get_image_usage()
407 create_ici(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, b… in create_ici()
550 resource_object_create(struct zink_screen *screen, const struct pipe_resource *templ, struct winsys… in resource_object_create()
1089 const struct pipe_resource *templ, in resource_create()
1209 const struct pipe_resource *templ) in zink_resource_create()
1215 zink_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *templ, in zink_resource_create_with_modifiers()
1223 const struct pipe_resource *templ, in zink_resource_create_drawable()
1476 const struct pipe_resource *templ, in zink_resource_from_handle()
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c128 const struct pipe_shader_state *templ, in softpipe_create_shader_state()
154 const struct pipe_shader_state *templ) in softpipe_create_fs_state()
235 const struct pipe_shader_state *templ) in softpipe_create_vs_state()
296 const struct pipe_shader_state *templ) in softpipe_create_gs_state()
410 const struct pipe_compute_state *templ) in softpipe_create_compute_state()
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_opt.h78 const char *templ; member
97 #define FUSE_OPT_KEY(templ, key) { templ, -1U, key } argument
/third_party/libfuse/include/
Dfuse_opt.h79 const char *templ; member
98 #define FUSE_OPT_KEY(templ, key) { templ, -1U, key } argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_tess.c42 const struct pipe_shader_state *templ) in llvmpipe_create_tcs_state()
110 const struct pipe_shader_state *templ) in llvmpipe_create_tes_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c561 const struct pipe_resource *templ, in si_alloc_buffer_struct()
581 const struct pipe_resource *templ, unsigned alignment) in si_buffer_create()
628 const struct pipe_resource *templ, in si_buffer_from_user_memory()
656 const struct pipe_resource *templ, in si_buffer_from_winsys_buffer()
716 const struct pipe_resource *templ) in si_resource_create()
Dsi_texture.c432 struct pipe_resource templ = tex->buffer.b.b; in si_reallocate_texture_inplace() local
774 struct pipe_resource templ = res->b.b; in si_texture_get_handle() local
1176 const struct pipe_resource *templ, in si_choose_tiling()
1240 const struct pipe_resource *templ, in si_texture_create_with_modifier()
1340 const struct pipe_resource *templ) in si_texture_create()
1474 const struct pipe_resource *templ) in si_modifier_supports_resource()
1485 const struct pipe_resource *templ, in si_texture_create_with_modifiers()
1535 const struct pipe_resource *templ, in si_texture_from_winsys_buffer()
1654 const struct pipe_resource *templ, in si_texture_from_handle()
2086 const struct pipe_surface *templ) in si_create_surface()
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c33 const struct pipe_resource *templ) in r300_resource_create()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dasm-bad0.c4 static void templ(void) in templ() function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.h40 struct pipe_sampler_view templ; in st_create_texture_sampler_view_format() local
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_gesture.c116 static int SaveTemplate(SDL_DollarTemplate *templ, SDL_RWops *dst) in SaveTemplate()
182 SDL_DollarTemplate *templ; in SDL_AddDollarGesture_one() local
238 SDL_DollarTemplate templ; in SDL_LoadDollarTemplates() local
276 static float dollarDifference(SDL_FloatPoint* points,SDL_FloatPoint* templ,float ang) in dollarDifference()
292 static float bestDollarDifference(SDL_FloatPoint* points,SDL_FloatPoint* templ) in bestDollarDifference()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtpdec.c413 GstPadTemplate *templ; in gst_rtp_dec_chain_rtp() local
705 create_recv_rtp (GstRTPDec * rtpdec, GstPadTemplate * templ, const gchar * name) in create_recv_rtp()
760 create_recv_rtcp (GstRTPDec * rtpdec, GstPadTemplate * templ, in create_recv_rtcp()
813 create_rtcp (GstRTPDec * rtpdec, GstPadTemplate * templ, const gchar * name) in create_rtcp()
859 GstPadTemplate * templ, const gchar * name, const GstCaps * caps) in gst_rtp_dec_request_new_pad()
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp95 pipe_resource *templ) in d3d12_wgl_framebuffer_resize()
199 struct pipe_resource templ; in d3d12_wgl_framebuffer_get_resource() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_ts.c62 const struct pipe_shader_state *templ) in svga_create_tcs_state()
141 const struct pipe_shader_state *templ) in svga_create_tes_state()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dgstcapslist.c101 GstStaticPadTemplate *templ = walk->data; in get_all_caps() local
261 GstStaticPadTemplate *templ = walk->data; in gst_caps_list_compatible_codecs() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c362 struct pipe_resource templ = rtex->resource.b.b; in r600_reallocate_texture_inplace() local
532 struct pipe_resource templ = res->b.b; in r600_texture_get_handle() local
599 struct pipe_resource templ = rtex->resource.b.b; in r600_texture_get_fmask_info() local
1026 const struct pipe_resource *templ) in r600_choose_tiling()
1085 const struct pipe_resource *templ) in r600_texture_create()
1104 const struct pipe_resource *templ, in r600_texture_from_handle()
1516 const struct pipe_surface *templ, in r600_create_surface_custom()
1544 const struct pipe_surface *templ) in r600_create_surface()
1870 const struct pipe_resource *templ, in r600_texture_from_memobj()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c76 GstPadTemplate *templ; in rsn_dec_init() local
190 GstStaticPadTemplate *templ = walk->data; in rsndec_factory_filter() local
246 GstPadTemplate *templ = gst_element_class_get_pad_template (klass, in _get_decoder_factories() local

12345678910>>...14