Home
last modified time | relevance | path

Searched refs:name (Results 18976 - 19000 of 65004) sorted by relevance

1...<<751752753754755756757758759760>>...2601

/third_party/ffmpeg/libavfilter/
H A Dvf_hsvkey.c238 if (!strcmp(avctx->filter->name, "hsvkey")) { in config_output()
272 .name = "default",
282 .name = "default",
303 .name = "hsvkey",
344 .name = "default",
354 .name = "default",
363 .name = "hsvhold",
H A Dvf_remap_opencl.c245 ctx->input_pads[1].name, xlink->w, xlink->h, in config_output()
246 ctx->input_pads[2].name, ylink->w, ylink->h); in config_output()
318 .name = "source",
323 .name = "xmap",
328 .name = "ymap",
336 .name = "default",
343 .name = "remap_opencl",
H A Dvf_yaepblur.c93 #define PRE_CALCULATE_ROW(type, name) \
94 static int pre_calculate_row_##name(AVFilterContext *ctx, void *arg, \
160 #define FILTER_SLICE(type, name) \
161 static int filter_slice_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
305 .name = "default",
314 .name = "default",
335 .name = "yaepblur",
H A Dvf_neighbor.c245 if (!strcmp(ctx->filter->name, "erosion")) in config_input()
247 else if (!strcmp(ctx->filter->name, "dilation")) in config_input()
249 else if (!strcmp(ctx->filter->name, "deflate")) in config_input()
251 else if (!strcmp(ctx->filter->name, "inflate")) in config_input()
337 .name = "default",
346 .name = "default",
356 .name = #name_, \
H A Dvf_maskfun.c124 #define GETSUM(name, type, div) \
125 static int getsum##name(AVFilterContext *ctx, AVFrame *out) \
155 #define MASKFUN(name, type, div) \
156 static int maskfun##name(AVFilterContext *ctx, void *arg, \
312 .name = "default",
322 .name = "default",
328 .name = "maskfun",
H A Dvf_lenscorrection.c24 * Lenscorrection filter, algorithm from the frei0r plugin with the same name
75 #define NEAREST(type, name) \
76 static int filter##name##_slice(AVFilterContext *ctx, void *arg, int job, \
114 #define BILINEAR(type, name) \
115 static int filter##name##_slice_bilinear(AVFilterContext *ctx, void *arg, \
338 .name = "default",
346 .name = "default",
353 .name = "lenscorrection",
H A Dvf_program_opencl.c264 if (!strcmp(avctx->filter->name, "openclsrc")) { in program_opencl_init()
285 input.name = av_asprintf("input%d", i); in program_opencl_init()
286 if (!input.name) in program_opencl_init()
336 { "kernel", "Kernel name in program", OFFSET(kernel_name),
354 .name = "default",
361 .name = "program_opencl",
383 { "kernel", "Kernel name in program", OFFSET(kernel_name),
406 .name = "default",
414 .name = "openclsrc",
H A Dvf_shear.c115 #define NN(type, name) \
116 static int filter_slice_nn##name(AVFilterContext *ctx, void *arg, int jobnr, \
161 #define BL(type, name) \
162 static int filter_slice_bl##name(AVFilterContext *ctx, void *arg, int jobnr, \
296 .name = "default",
304 .name = "default",
311 .name = "shear",
/third_party/ffmpeg/libavformat/
H A Dlibmodplug.c146 const char *name = ModPlug_GetName(f); in modplug_load_metadata() local
154 if (name && *name) av_dict_set(&s->metadata, "name", name, 0); in modplug_load_metadata()
283 #define PRINT_INFO(line, name, idvalue) do { \
285 write_text(pkt->data, name ":", modplug->linesize, 0+1, line+1); \
384 .name = "libmodplug",
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c86 memcpy(info->name, ext->name, sizeof(info->name)); in snd_ctl_ext_card_info()
175 info->value.enumerated.name, in snd_ctl_ext_elem_info()
176 sizeof(info->value.enumerated.name)); in snd_ctl_ext_elem_info()
510 own plugin name.
514 with a proper name to be referred from alsa-lib. The function takes
517 int (snd_ctl_t **phandle, const char *name, snd_config_t *root,
521 handle. The arguments name, root and mode are the parameters
534 Finally, add #SND_CTL_PLUGIN_SYMBOL() with the name o
708 snd_ctl_ext_create(snd_ctl_ext_t *ext, const char *name, int mode) snd_ctl_ext_create() argument
[all...]
/third_party/alsa-utils/seq/aseqnet/
H A Daseqnet.c41 static void init_seq(char *source, char *dest, char *name);
92 {"name", 1, NULL, 'n'},
104 char *name = NULL; in main() local
126 name = optarg; in main()
144 init_seq(source, dest, name); in main()
178 printf(_(" -p,--port # : specify TCP port (digit or service name)\n")); in usage()
181 printf(_(" -n,--name value : use a specific midi process name\n")); in usage()
235 static void init_seq(char *source, char *dest, char* name) in init_seq() argument
264 if (name) in init_seq()
[all...]
/third_party/backends/backend/
H A Depsonds-net.c352 AvahiResolverEvent event, const char *name, in epsonds_resolve_callback()
380 DBG(10, "epsonds_searchDevices name = %s \n", name); in epsonds_resolve_callback()
381 if (strlen(name) > 7) in epsonds_resolve_callback()
383 if (strncmp(name, "EPSON", 5) == 0) in epsonds_resolve_callback()
410 const char *name, const char *type, in browse_callback()
427 DBG(10, "browse_callback name = %s\n", name); in browse_callback()
429 if (!(avahi_service_resolver_new(data->client, interface, protocol, name, in browse_callback()
350 epsonds_resolve_callback(AvahiServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, void *userdata) epsonds_resolve_callback() argument
408 browse_callback(AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata) browse_callback() argument
/third_party/cmsis/CMSIS/RTOS2/Include/
H A Dcmsis_os2.h288 const char *name; ///< name of the thread member
301 const char *name; ///< name of the timer member
309 const char *name; ///< name of the event flags member
317 const char *name; ///< name of the mutex member
325 const char *name; ///< name o member
333 const char *name; ///< name of the memory pool global() member
343 const char *name; ///< name of the message queue global() member
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNorm2AllModes.java322 public static Norm2AllModes getInstance(ByteBuffer bytes, String name) { in getInstance() argument
325 if(name.equals("nfc")) { in getInstance()
327 } else if(name.equals("nfkc")) { in getInstance()
329 } else if(name.equals("nfkc_cf")) { in getInstance()
341 return cache.getInstance(name, bytes); in getInstance()
367 private Norm2AllModesSingleton(String name) { in Norm2AllModesSingleton() argument
369 Normalizer2Impl impl=new Normalizer2Impl().load(name+".nrm"); in Norm2AllModesSingleton()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBStatisticsPanel.java111 jLabelStatsTitle = new JLabel(bundle.name); in initComponents()
124 jTextFieldStatsName = new JTextField((bundle.name == null ? Resources.getTranslation("untitled") : bundle.name)); in initComponents()
329 jLabelStatsTitle.setText(bundle.name); in updateComponents()
331 jTextFieldStatsName.setText(bundle.name == null ? Resources.getTranslation("untitled") : bundle.name); in updateComponents()
348 bundle.name = jTextFieldStatsName.getText().trim(); in updateBundleInfo()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
H A DJacocoReportCheck.java179 String cls = clsElement.getAttribute("name"); in parseReport()
193 String mtdName = mtdElement.getAttribute("name"); in parseReport()
308 final String name; field in JacocoReportCheck.Method
318 Method(String name, String desc, int line, in Method() argument
321 this.name = name; in Method()
331 String name() { in name() method in JacocoReportCheck.Method
332 return name; in name()
372 this.key = cls + "#" + method.name() + ":" + method.desc(); in ReportEntry()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNorm2AllModes.java341 public static Norm2AllModes getInstance(ByteBuffer bytes, String name) { in getInstance() argument
344 if(name.equals("nfc")) { in getInstance()
346 } else if(name.equals("nfkc")) { in getInstance()
348 } else if(name.equals("nfkc_cf")) { in getInstance()
360 return cache.getInstance(name, bytes); in getInstance()
386 private Norm2AllModesSingleton(String name) { in Norm2AllModesSingleton() argument
388 Normalizer2Impl impl=new Normalizer2Impl().load(name+".nrm"); in Norm2AllModesSingleton()
/third_party/mbedtls/scripts/
H A Dassemble_changelog.py74 'name', 'title_line', # Title text and line number of the title
105 Return a list of `CategoryContent` the name is category title
135 name = re.match(cls._name_re, top_version_title).group(1)
138 top_version_title = cls._unreleased_version_text.format(name) + '\n\n'
212 category.name not in self.categories:
216 category.name)
232 self.categories[category.name] += category.body
251 self.add_categories_from_text(input_stream.name, offset,
257 self.add_categories_from_text(input_stream.name, 1,
/third_party/jinja2/
H A Dutils.py166 """Returns the name of the object's type. For some recognized
167 singletons the name of the object is returned instead. (For
742 def __getattribute__(self, name: str) -> t.Any:
744 if name in {"_Namespace__attrs", "__class__"}:
745 return object.__getattribute__(self, name)
747 return self.__attrs[name]
749 raise AttributeError(name) from None
751 def __setitem__(self, name: str, value: t.Any) -> None:
752 self.__attrs[name] = value
/third_party/mesa3d/src/amd/compiler/tests/
H A Dglsl_scraper.py93 args += ['-o', out_file.name, in_file.name]
120 name = [v for k, v in res.items() if k.startswith('name_')][0]
128 (name, data_type, decl_type, location, component, binding, desc_set))
272 def open_file(name, mode):
273 if name == '-':
281 return open(name, mode)
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_AUDIO.c82 CU_ASSERT(0 < strlen((char *)audio.name)); in test_VIDIOC_G_AUDIO()
83 CU_ASSERT(valid_string((char *)audio.name, sizeof(audio.name))); in test_VIDIOC_G_AUDIO()
91 /* Check if the unused bytes of the name string are in test_VIDIOC_G_AUDIO()
98 strncpy((char *)audio2.name, (char *)audio.name, in test_VIDIOC_G_AUDIO()
99 sizeof(audio2.name)); in test_VIDIOC_G_AUDIO()
104 dprintf("\taudio = {.index=%u, .name=\"%s\", " in test_VIDIOC_G_AUDIO()
108 audio.name, in test_VIDIOC_G_AUDIO()
H A Dtest_VIDIOC_AUDOUT.c69 CU_ASSERT(0 < strlen((char *)audioout.name)); in test_VIDIOC_G_AUDOUT()
71 ((char *)audioout.name, sizeof(audioout.name))); in test_VIDIOC_G_AUDOUT()
79 /* Check if the unused bytes of the name string is also filled in test_VIDIOC_G_AUDOUT()
85 strncpy((char *)audioout2.name, (char *)audioout.name, in test_VIDIOC_G_AUDOUT()
86 sizeof(audioout2.name)); in test_VIDIOC_G_AUDOUT()
92 dprintf("\taudioout = {.index=%u, .name=\"%s\", " in test_VIDIOC_G_AUDOUT()
96 audioout.name, in test_VIDIOC_G_AUDOUT()
H A Dtest_VIDIOC_TUNER.c111 CU_ASSERT(0 < strlen((char *)tuner.name)); in do_get_tuner()
112 CU_ASSERT(valid_string((char *)tuner.name, sizeof(tuner.name))); in do_get_tuner()
132 /* Check if the unused bytes of the name string are also filled in do_get_tuner()
139 strncpy((char *)tuner2.name, (char *)tuner.name, in do_get_tuner()
140 sizeof(tuner2.name)); in do_get_tuner()
153 ".name = \"%s\", " in do_get_tuner()
164 tuner.name, in do_get_tuner()
/third_party/libwebsockets/test-apps/
H A Dtest-client.c187 &ci, sizeof(ci.ns.name))) in callback_dumb_increment()
188 lwsl_notice(" Peer Cert CN : %s\n", ci.ns.name); in callback_dumb_increment()
191 &ci, sizeof(ci.ns.name))) in callback_dumb_increment()
192 lwsl_notice(" Peer Cert issuer : %s\n", ci.ns.name); in callback_dumb_increment()
832 i.protocol = protocols[PROTOCOL_DUMB_INCREMENT].name; in main()
842 i.protocol = protocols[PROTOCOL_DUMB_INCREMENT].name; in main()
849 i.protocol = protocols[PROTOCOL_LWS_MIRROR].name; in main()
/third_party/ltp/testcases/kernel/fs/inode/
H A Dinode02.c72 char name[NAME_LENGTH + 1]; variable
300 /* and store its name in path_list */ in tree()
415 /* Maximum path name length */ in generate()
426 "%s/%s", string, name); in generate()
482 /* and store its name in path_list */ in generate()
518 /* store its name in path_list */ in generate()
680 /* sense---file or directory name */ in get_next_name()
693 /* initialize name */ in get_next_name()
698 name[i] = 'a'; in get_next_name()
699 name[NAME_LENGT in get_next_name()
[all...]

Completed in 37 milliseconds

1...<<751752753754755756757758759760>>...2601