/third_party/ffmpeg/libavcodec/ |
H A D | ac3dec_float.c | 63 .p.name = "ac3", 81 .p.name = "eac3",
|
H A D | v408enc.c | 84 .p.name = "ayuv", 97 .p.name = "v408",
|
H A D | v408dec.c | 86 .p.name = "ayuv", 98 .p.name = "v408",
|
H A D | wrapped_avframe.c | 106 .p.name = "wrapped_avframe", 115 .p.name = "wrapped_avframe",
|
H A D | profiles.h | 25 #define FF_AVCTX_PROFILE_OPTION(name, description, type, value) \ 26 {name, description, 0, AV_OPT_TYPE_CONST, {.i64 = value }, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_## type ##_PARAM, "avctx.profile"},
|
/third_party/elfutils/backends/ |
H A D | ppc_corenote.c | 135 .name = "nip", .type = ELF_T_ADDR, .format = 'x', \ 140 .name = "orig_gpr3", .type = TYPE_LONG, .format = 'd', \
|
/third_party/curl/tests/libtest/ |
H A D | lib1940.c | 61 printf("- %s == %s (%u/%u)\n", header->name, header->value, in showem() 73 printf(" %s == %s\n", header->name, header->value); in showem()
|
/third_party/ffmpeg/libavfilter/ |
H A D | bbox.c | 23 #define BBOX(type, name) \ 24 static int bbox_##name(FFBoundingBox *bbox, \
|
/third_party/ffmpeg/libavformat/ |
H A D | mlpdec.c | 99 .name = "mlp", 119 .name = "truehd",
|
H A D | g726.c | 79 .name = "g726", 91 .name = "g726le",
|
H A D | sauce.c | 45 #define GET_SAUCE_META(name,size) \ in ff_sauce_read() 48 av_dict_set(&avctx->metadata, name, buf, 0); \ in ff_sauce_read()
|
/third_party/curl/lib/ |
H A D | sendf.h | 103 const char *name; /* writer name. */ member 104 const char *alias; /* writer name alias, maybe NULL. */ 152 const char *name);
|
/third_party/gn/src/gn/ |
H A D | args.h | 48 void AddArgOverride(const char* name, const Value& value); 55 // Returns the value corresponding to the given argument name, or NULL if no 57 const Value* GetArgOverride(const char* name) const;
|
/third_party/backends/backend/ |
H A D | mustek_pp_null.c | 65 SANE_String_Const name, SANE_Attach_Callback attach) in debug_drv_init() 71 return attach(port, name, MUSTEK_PP_NULL_DRIVER, 0); in debug_drv_init() 64 debug_drv_init(SANE_Int options, SANE_String_Const port, SANE_String_Const name, SANE_Attach_Callback attach) debug_drv_init() argument
|
H A D | stubs.c | 25 sane_open (SANE_String_Const name, SANE_Handle *h) in sane_open() argument 27 return ENTRY(open) (name, h); in sane_open()
|
H A D | xerox_mfp-usb.c | 66 status = sanei_usb_open(dev->sane.name, &dev->dn); in usb_dev_open() 69 dev->sane.name, sane_strstatus(status)); in usb_dev_open()
|
H A D | gphoto2.h | 90 SANE_String port; /* the port name it's on */ 149 SANE_Char name[11]; member 158 SANE_Char name[48]; member
|
/third_party/backends/japi/ |
H A D | Sane.java | 119 opt.name = null; in getOptionDescriptor() 121 if (opt.name == null) // Error? in getOptionDescriptor()
|
/third_party/backends/backend/genesys/ |
H A D | usb_device.h | 43 virtual const std::string& name() const = 0; 70 const std::string& name() const override { return name_; }
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.h | 45 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override; 122 void RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed, 145 * @param fileName the Unicode test data file name.
|
H A D | tstnorm.h | 28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override; 70 const char *name);
|
/third_party/icu/icu4c/as_is/os400/ |
H A D | unpax-icu.sh | 108 for file in `find ./icu \( -name \*.txt -print \)`; do 145 more_bin_opts=$(echo $binary_suffixes | sed -e 's%[a-zA-Z0-9]*%-o -name \*.&%g') 147 more_bin_files=$(find icu -type f \( -name '*.zzz' $more_bin_opts \) -print)
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_interrupt.c | 35 const char *name, void *dev) in linux_request_irq() 46 irqParam.pName = name; in linux_request_irq() 34 linux_request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, const char *name, void *dev) linux_request_irq() argument
|
/third_party/FreeBSD/sys/dev/random/ |
H A D | randomdev.h | 40 #define RANDOM_CHECK_UINT(name, min, max) \ 42 random_check_uint_##name(SYSCTL_HANDLER_ARGS) \
|
/third_party/NuttX/drivers/pipes/ |
H A D | pipe_common.h | 111 char name[PATH_MAX + 1]; member 141 struct pipe_dev_s *pipecommon_allocdev(size_t bufsize, const char *name);
|