Home
last modified time | relevance | path

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

12345678910>>...13

/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.c37 const struct pipe_surface *templ, in create_ivci()
121 const struct pipe_surface *templ, in create_surface()
168 const struct pipe_surface *templ, in zink_get_surface()
215 const struct pipe_surface *templ) in zink_create_surface()
373 struct pipe_resource templ = {0}; in zink_surface_create_null() local
Dzink_resource.c141 create_bci(struct zink_screen *screen, const struct pipe_resource *templ, unsigned bind) in create_bci()
212 …ats(struct zink_screen *screen, VkFormatFeatureFlags feats, const struct pipe_resource *templ, uns… in get_image_usage_for_feats()
276 …e_usage(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, uns… in get_image_usage()
327 create_ici(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, b… in create_ici()
439 resource_object_create(struct zink_screen *screen, const struct pipe_resource *templ, struct winsys… in resource_object_create()
724 const struct pipe_resource *templ, in resource_create()
822 const struct pipe_resource *templ) in zink_resource_create()
828 zink_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *templ, in zink_resource_create_with_modifiers()
981 const struct pipe_resource *templ, in zink_resource_from_handle()
1359 struct pipe_resource templ = *pres; in zink_image_map() local
/third_party/boost/libs/type_index/examples/
Dtable_of_names.cpp48 class templ {}; class
51 class templ<int, int> {}; class
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c142 const struct pipe_shader_state *templ, in softpipe_create_shader_state()
168 const struct pipe_shader_state *templ) in softpipe_create_fs_state()
249 const struct pipe_shader_state *templ) in softpipe_create_vs_state()
310 const struct pipe_shader_state *templ) in softpipe_create_gs_state()
424 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/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/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/gallium/drivers/radeonsi/
Dsi_texture.c414 struct pipe_resource templ = tex->buffer.b.b; in si_reallocate_texture_inplace() local
745 struct pipe_resource templ = res->b.b; in si_texture_get_handle() local
1137 const struct pipe_resource *templ, in si_choose_tiling()
1201 const struct pipe_resource *templ, in si_texture_create_with_modifier()
1300 const struct pipe_resource *templ) in si_texture_create()
1390 const struct pipe_resource *templ) in si_modifier_supports_resource()
1401 const struct pipe_resource *templ, in si_texture_create_with_modifiers()
1451 const struct pipe_resource *templ, in si_texture_from_winsys_buffer()
1570 const struct pipe_resource *templ, in si_texture_from_handle()
1994 const struct pipe_surface *templ, unsigned width0, in si_create_surface_custom()
[all …]
Dsi_buffer.c561 const struct pipe_resource *templ) in si_alloc_buffer_struct()
580 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()
687 const struct pipe_resource *templ) in si_resource_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.h43 struct pipe_sampler_view templ; in st_create_texture_sampler_view_format() local
/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/svga/
Dsvga_pipe_ts.c61 const struct pipe_shader_state *templ) in svga_create_tcs_state()
145 const struct pipe_shader_state *templ) in svga_create_tes_state()
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp92 pipe_resource *templ) in d3d12_wgl_framebuffer_resize()
195 struct pipe_resource templ; in d3d12_wgl_framebuffer_get_resource() local
/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/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_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
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgsttemplatematch.cpp178 gst_template_match_load_template (GstTemplateMatch * filter, gchar * templ) in gst_template_match_load_template()
289 gst_template_match_match (cv::Mat input, cv::Mat templ, in gst_template_match_match()

12345678910>>...13