/third_party/ffmpeg/libavcodec/ |
H A D | v4l2_context.c | 56 static inline unsigned int v4l2_get_width(struct v4l2_format *fmt) in v4l2_get_width() argument 61 static inline unsigned int v4l2_get_height(struct v4l2_format *fmt) in v4l2_get_height() argument 125 v4l2_save_to_context(V4L2Context* ctx, struct v4l2_format_update *fmt) v4l2_save_to_context() argument 464 struct v4l2_format *fmt = &ctx->format; v4l2_try_raw_format() local 664 struct v4l2_format_update fmt = { 0 }; ff_v4l2_context_get_format() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nlmeans_opencl.c | 42 static int is_format_supported(enum AVPixelFormat fmt) in is_format_supported() argument
|
H A D | vf_noise.c | 136 int fmt, ret; in query_formats() local
|
H A D | vf_transpose.c | 59 int fmt, ret; in query_formats() local
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | opt.c | 111 static void log_callback_help(void *ptr, int level, const char *fmt, va_list vl) in log_callback_help() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | librtmp.c | 58 static void rtmp_log(int level, const char *fmt, va_list args) in rtmp_log() argument
|
H A D | mlvdec.c | 97 static void read_uint8(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt) in read_uint8() argument 102 static void read_uint16(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt) in read_uint16() argument 107 static void read_uint32(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt) in read_uint32() argument 112 static void read_uint64(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt) in read_uint64() argument
|
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/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/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...] |