/third_party/ffmpeg/libavutil/ |
H A D | vulkan_shaderc.c | 28 int loglevel, err, warn, ret; in shdc_shader_compile() local 66 loglevel = err ? AV_LOG_ERROR : warn ? AV_LOG_WARNING : AV_LOG_VERBOSE; in shdc_shader_compile() 68 ff_vk_print_shader(avctx, shd, loglevel); in shdc_shader_compile() 70 av_log(avctx, loglevel, "%s\n", message); in shdc_shader_compile() 72 av_log(avctx, loglevel, "shaderc compile status '%s' (%d errors, %d warnings)\n", in shdc_shader_compile()
|
/third_party/toybox/toys/pending/ |
H A D | crond.c | 33 int loglevel; 70 static void loginfo(uint8_t loglevel, char *msg, ...) in loginfo() argument 76 if (loglevel >= TT.loglevel) { in loginfo() 94 writeall((loglevel > 8) ? 2 : 1, smsg, used); in loginfo() 95 } else syslog((loglevel > 8) ? LOG_ERR : LOG_INFO, "%s", smsg); in loginfo() 100 if (!loglevel) exit(20); in loginfo() 190 if (TT.flagd && (TT.loglevel <= 5)) { in parse_and_fillarray() 637 if (TT.flagd) TT.loglevel = TT.loglevel_d; in crond_main() 654 loginfo(LOG_LEVEL8, "crond started, log level %d", TT.loglevel); in crond_main() [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/ |
H A D | options.js | 16 loglevel: String, 41 quiet: ['--loglevel', 'warn'], 55 loglevel: 'silly', 56 timing: (o) => o.loglevel === 'silly',
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | node-gyp.js | 44 loglevel: String, // everywhere 61 silly: '--loglevel=silly', 62 verbose: '--loglevel=verbose', 63 silent: '--loglevel=silent' 131 if (name === npmConfigPrefix + 'loglevel') { 148 if (this.opts.loglevel) { 149 log.logger.level = this.opts.loglevel
|
H A D | find-visualstudio.js | 142 'could not use PowerShell to find Visual Studio 2017 or newer, try re-running with \'--loglevel silly\' for more details')
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_videotoolbox.c | 124 int loglevel = (ist->hwaccel_id == HWACCEL_AUTO) ? AV_LOG_VERBOSE : AV_LOG_ERROR; in videotoolbox_init() local 153 av_log(s, loglevel, "UTGetOSTypeFromString() is not available " in videotoolbox_init() 161 av_log(NULL, loglevel, "Error creating Videotoolbox decoder.\n"); in videotoolbox_init()
|
H A D | ffmpeg_mux.c | 131 int loglevel = max - pkt->dts > 2 || st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO ? AV_LOG_WARNING : AV_LOG_DEBUG; in of_write_packet() local 133 loglevel = AV_LOG_ERROR; in of_write_packet() 134 av_log(s, loglevel, "Non-monotonous DTS in output stream " in of_write_packet() 141 av_log(s, loglevel, "changing to %"PRId64". This may result " in of_write_packet()
|
/third_party/ffmpeg/libavformat/ |
H A D | options.c | 139 int loglevel; in io_open_default() local 145 loglevel = AV_LOG_DEBUG; in io_open_default() 147 loglevel = AV_LOG_INFO; in io_open_default() 149 av_log(s, loglevel, "Opening \'%s\' for %s\n", url, flags & AVIO_FLAG_WRITE ? "writing" : "reading"); in io_open_default()
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_ebur128.c | 133 int loglevel; ///< log level for frame logging member 166 { "framelog", "force frame logging level", OFFSET(loglevel), AV_OPT_TYPE_INT, {.i64 = -1}, INT_MIN, INT_MAX, A|V|F, "level" }, 537 if (ebur128->loglevel != AV_LOG_INFO && in init() 538 ebur128->loglevel != AV_LOG_VERBOSE) { in init() 540 ebur128->loglevel = AV_LOG_VERBOSE; in init() 542 ebur128->loglevel = AV_LOG_INFO; in init() 902 av_log(ctx, ebur128->loglevel, "t: %-10s " LOG_FMT, in filter_frame() 907 av_log(ctx, ebur128->loglevel, "t: %-10s " LOG_FMT, in filter_frame() 915 av_log(ctx, ebur128->loglevel, " " str ":"); \ in filter_frame() 917 av_log(ctx, ebur128->loglevel, " in filter_frame() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dv_profile_internal.h | 28 void ff_dv_print_profiles(void *logctx, int loglevel);
|
H A D | dv_profile.c | 247 void ff_dv_print_profiles(void *logctx, int loglevel) in ff_dv_print_profiles() argument 252 av_log(logctx, loglevel, in ff_dv_print_profiles()
|
H A D | dnxhddata.h | 64 void ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel);
|
H A D | dnxhddata.c | 1157 void ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel) in ff_dnxhd_print_profiles() argument 1166 av_log(avctx, loglevel, "Frame size: %dx%d%c; bitrate: %dMbps; pixel format: %s\n", in ff_dnxhd_print_profiles()
|
H A D | nvenc.c | 582 int loglevel = AV_LOG_VERBOSE; in nvenc_check_device() local 585 loglevel = AV_LOG_INFO; in nvenc_check_device() 599 av_log(avctx, loglevel, "[ GPU #%d - < %s > has Compute SM %d.%d ]\n", idx, name, major, minor); in nvenc_check_device() 601 av_log(avctx, loglevel, "does not support NVENC\n"); in nvenc_check_device() 624 av_log(avctx, loglevel, "supports NVENC\n"); in nvenc_check_device()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | hook.js | 214 const config = { loglevel: 'silent' } 376 const config = { loglevel: 'silent' } 432 const config = { loglevel: 'silent' } 612 const config = { loglevel: 'silent' }
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | test262.py | 73 result.add_option("--loglevel", default="warning", 636 if options.loglevel == 'debug': 638 elif options.loglevel == 'info': 640 elif options.loglevel == 'warning': 642 elif options.loglevel == 'error': 644 elif options.loglevel == 'critical':
|
/third_party/curl/tests/ |
H A D | secureserver.pl | 68 my $loglevel = 5; # stunnel log level 259 $cmd .= "-d $accept_port -r $target_port -f -D $loglevel "; 268 print "log level: $loglevel\n"; 293 print $stunconf "debug = $loglevel\n"; 323 print "debug = $loglevel\n";
|
H A D | sshserver.pl | 218 my $loglevel = $debugprotocol?'DEBUG3':'DEBUG2'; 603 push @cfgarr, "LogLevel $loglevel"; 973 push @cfgarr, "LogLevel $loglevel";
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | dpp-qrcode.py | 113 action='store_const', dest='loglevel', 122 logging.basicConfig(level=args.loglevel)
|
H A D | p2p-nfc.py | 543 action='store_const', dest='loglevel', 546 dest='loglevel', help='be quiet') 582 logging.basicConfig(level=args.loglevel)
|
H A D | wps-nfc.py | 442 action='store_const', dest='loglevel', 445 dest='loglevel', help='be quiet') 481 logging.basicConfig(level=args.loglevel)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dpp-qrcode.py | 113 action='store_const', dest='loglevel', 122 logging.basicConfig(level=args.loglevel)
|
H A D | p2p-nfc.py | 543 action='store_const', dest='loglevel', 546 dest='loglevel', help='be quiet') 582 logging.basicConfig(level=args.loglevel)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | wps-ap-nfc.py | 272 action='store_const', dest='loglevel', 275 dest='loglevel', help='be quiet') 303 logging.basicConfig(level=args.loglevel)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | wps-ap-nfc.py | 272 action='store_const', dest='loglevel', 275 dest='loglevel', help='be quiet') 303 logging.basicConfig(level=args.loglevel)
|