| /third_party/ffmpeg/libavutil/ |
| H A D | bprint.c | 94 void av_bprintf(AVBPrint *buf, const char *fmt, ...) in av_bprintf() argument 117 void av_vbprintf(AVBPrint *buf, const char *fmt, va_list vl_arg) in av_vbprintf() argument 176 void av_bprint_strftime(AVBPrint *buf, const char *fmt, const struct tm *tm) in av_bprint_strftime() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | format.c | 56 const AVOutputFormat *fmt = NULL; in av_guess_format() local 89 enum AVCodecID av_guess_codec(const AVOutputFormat *fmt, cons argument 122 const AVInputFormat *fmt = NULL; av_find_input_format() local 135 const AVInputFormat *fmt = NULL; av_probe_input_format3() local 213 const AVInputFormat *fmt = av_probe_input_format3(pd, is_opened, &score_ret); av_probe_input_format2() local 227 av_probe_input_buffer2(AVIOContext *pb, const AVInputFormat **fmt, const char *filename, void *logctx, unsigned int offset, unsigned int max_probe_size) av_probe_input_buffer2() argument 319 av_probe_input_buffer(AVIOContext *pb, const AVInputFormat **fmt, const char *filename, void *logctx, unsigned int offset, unsigned int max_probe_size) av_probe_input_buffer() argument [all...] |
| H A D | img2enc.c | 84 AVFormatContext *fmt = NULL; in write_muxed_file() local
|
| H A D | url.c | 38 ff_url_join(char *str, int size, const char *proto, const char *authorization, const char *hostname, int port, const char *fmt, ...) ff_url_join() argument
|
| /third_party/ffmpeg/tools/ |
| H A D | target_dem_fuzzer.c | 116 AVInputFormat *fmt = NULL; in LLVMFuzzerTestOneInput() local
|
| /third_party/ffmpeg/libswscale/ |
| H A D | slice.c | 78 static int alloc_slice(SwsSlice *s, enum AVPixelFormat fmt, int lumLines, int chrLines, int h_sub_sample, int v_sub_sample, int ring) in alloc_slice() argument
|
| /third_party/alsa-utils/seq/aconnect/ |
| H A D | aconnect.c | 39 static void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...) in error_handler() argument
|
| /third_party/alsa-utils/alsactl/ |
| H A D | utils.c | 116 void info_(const char *fcn, long line, const char *fmt, ...) in info_() argument 131 void error_(const char *fcn, long line, const char *fmt, ...) in error_() argument 104 syslog_(int prio, const char *fcn, long line, const char *fmt, va_list ap) syslog_() argument 146 cerror_(const char *fcn, long line, int cond, const char *fmt, ...) cerror_() argument 163 dbg_(const char *fcn, long line, const char *fmt, ...) dbg_() argument 180 error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...) error_handler() argument [all...] |
| /third_party/alsa-utils/bat/ |
| H A D | alsa.c | 60 static int format_convert(struct bat *bat, snd_pcm_format_t *fmt) in format_convert() argument
|
| /third_party/backends/lib/ |
| H A D | snprintf.c | 559 int plp_vsnprintf(char *str, size_t count, const char *fmt, va_list args) in plp_vsnprintf() argument 586 int plp_unsafe_vsnprintf(char *str, size_t count, const char *fmt, va_list args) in plp_unsafe_vsnprintf() argument 612 snprintf(char *str,size_t count,const char *fmt,...) snprintf() argument 620 char *fmt; snprintf() local 637 plp_unsafe_snprintf(char *str,size_t count,const char *fmt,...) plp_unsafe_snprintf() argument 645 char *fmt; plp_unsafe_snprintf() local 979 fmtdouble( char **buffer, int *left, int fmt, double value, int ljust, int len, int zpad, int precision ) fmtdouble() argument [all...] |
| /third_party/curl/lib/ |
| H A D | pingpong.c | 162 Curl_pp_vsendf(struct Curl_easy *data, struct pingpong *pp, const char *fmt, va_list args) Curl_pp_vsendf() argument 239 Curl_pp_sendf(struct Curl_easy *data, struct pingpong *pp, const char *fmt, ...) Curl_pp_sendf() argument
|
| /third_party/cups-filters/filter/ |
| H A D | pdfutils.c | 19 void pdfOut_printf(pdfOut *pdf,const char *fmt,...) // {{{ in pdfOut_printf() argument
|
| /third_party/icu/icu4c/source/tools/icuswap/ |
| H A D | icuswap.cpp | 81 printError(void *context, const char *fmt, va_list args) { in printError() argument
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ulistfmttest.c | 140 UListFormatter* fmt = ulistfmt_open("en", &ec); in TestUListFmtToValue() local 221 UListFormatter* fmt = ulistfmt_openForType("en", ULISTFMT_TYPE_OR, ULISTFMT_WIDTH_SHORT, &ec); in TestUListOpenStyled() local 261 UListFormatter *fmt = ulistfmt_openForType("en", ULISTFMT_TYPE_AND, ULISTFMT_WIDTH_WIDE, &status); in TestUList21871_A() local 309 UListFormatter *fmt = ulistfmt_openForType("en", ULISTFMT_TYPE_AND, ULISTFMT_WIDTH_WIDE, &status); TestUList21871_B() local [all...] |
| H A D | cdtdptst.c | 55 UDateFormat *fullFmt, *fmt; in TestTwoDigitYearDSTParse() local 239 UDateFormat *fmt; in TestCzechMonths459() local [all...] |
| H A D | currtest.c | 192 UNumberFormat *fmt = unum_open(UNUM_CURRENCY, NULL, 0, "hu_HU", NULL, &status); in TestFractionDigitOverride() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | calcasts.cpp | 178 DateFormat *fmt = DateFormat::createDateInstance(DateFormat::kFull, Locale("ar_JO@calendar=islamic-civil")); in IslamicCivil() local
|
| H A D | dtfmapts.cpp | 330 NumberFormat *fmt = NumberFormat::createInstance(status); in TestNameHiding() local [all...] |
| H A D | tfsmalls.cpp | 90 DecimalFormat* fmt = (DecimalFormat*) NumberFormat::createInstance(status); in test_FieldPosition_example() local
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | fmtable.h | 744 inline Formattable* Formattable::fromUFormattable(UFormattable *fmt) { in fromUFormattable() argument 748 inline const Formattable* Formattable::fromUFormattable(const UFormattable *fmt) { in fromUFormattable() argument
|
| /third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
| H A D | DateFmtPerf.h | 179 DateFormat *fmt; in call() local 257 DateFormat *fmt; in call() local 296 DateFormat *fmt = DateFormat::createDateTimeInstance( in call() local 584 NumberFormat *fmt = NumberFormat::createInstance(loc, status); call() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | udataswp.cpp | 271 udata_printError(const UDataSwapper *ds, const char *fmt, ...) udata_printError() argument
|
| /third_party/icu/tools/multi/proj/icu4cscan/ |
| H A D | testxml.cpp | 225 UDateFormat *fmt; in initroot() local 264 UDateFormat *fmt; in date() local [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | DateFormatRegressionTest.java | 230 aux917(SimpleDateFormat fmt, String str) aux917() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DateFormatRegressionTest.java | 233 aux917(SimpleDateFormat fmt, String str) aux917() argument [all...] |