Home
last modified time | relevance | path

Searched refs:AV_LOG_INFO (Results 1 – 25 of 227) sorted by relevance

12345678910

/third_party/ffmpeg/libavfilter/
Daf_ashowinfo.c63 av_log(ctx, AV_LOG_INFO, "matrix encoding: "); in dump_matrixenc()
66 av_log(ctx, AV_LOG_INFO, "invalid data"); in dump_matrixenc()
72 case AV_MATRIX_ENCODING_NONE: av_log(ctx, AV_LOG_INFO, "none"); break; in dump_matrixenc()
73 case AV_MATRIX_ENCODING_DOLBY: av_log(ctx, AV_LOG_INFO, "Dolby Surround"); break; in dump_matrixenc()
74 case AV_MATRIX_ENCODING_DPLII: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic II"); break; in dump_matrixenc()
75 case AV_MATRIX_ENCODING_DPLIIX: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic IIx"); break; in dump_matrixenc()
76 case AV_MATRIX_ENCODING_DPLIIZ: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic IIz"); break; in dump_matrixenc()
77 case AV_MATRIX_ENCODING_DOLBYEX: av_log(ctx, AV_LOG_INFO, "Dolby EX"); break; in dump_matrixenc()
78 case AV_MATRIX_ENCODING_DOLBYHEADPHONE: av_log(ctx, AV_LOG_INFO, "Dolby Headphone"); break; in dump_matrixenc()
87 av_log(ctx, AV_LOG_INFO, "downmix: "); in dump_downmix()
[all …]
Dvf_showinfo.c65 av_log(ctx, AV_LOG_INFO, "spherical information: "); in dump_spherical()
72 av_log(ctx, AV_LOG_INFO, "equirectangular "); in dump_spherical()
74 av_log(ctx, AV_LOG_INFO, "cubemap "); in dump_spherical()
76 av_log(ctx, AV_LOG_INFO, "tiled equirectangular "); in dump_spherical()
85 av_log(ctx, AV_LOG_INFO, "(%f/%f/%f) ", yaw, pitch, roll); in dump_spherical()
91 av_log(ctx, AV_LOG_INFO, in dump_spherical()
95 av_log(ctx, AV_LOG_INFO, "[pad %"PRIu32"] ", spherical->padding); in dump_spherical()
103 av_log(ctx, AV_LOG_INFO, "stereoscopic information: "); in dump_stereo3d()
111 av_log(ctx, AV_LOG_INFO, "type - %s", av_stereo3d_type_name(stereo->type)); in dump_stereo3d()
114 av_log(ctx, AV_LOG_INFO, " (inverted)"); in dump_stereo3d()
[all …]
Daf_astats.c708 av_log(ctx, AV_LOG_INFO, "Channel: %d\n", c + 1); in print_stats()
710 av_log(ctx, AV_LOG_INFO, "DC offset: %f\n", p->sigma_x / p->nb_samples); in print_stats()
712 av_log(ctx, AV_LOG_INFO, "Min level: %f\n", p->min); in print_stats()
714 av_log(ctx, AV_LOG_INFO, "Max level: %f\n", p->max); in print_stats()
716 av_log(ctx, AV_LOG_INFO, "Min difference: %f\n", p->min_diff); in print_stats()
718 av_log(ctx, AV_LOG_INFO, "Max difference: %f\n", p->max_diff); in print_stats()
720 av_log(ctx, AV_LOG_INFO, "Mean difference: %f\n", p->diff1_sum / (p->nb_samples - 1)); in print_stats()
722 … av_log(ctx, AV_LOG_INFO, "RMS difference: %f\n", sqrt(p->diff1_sum_x2 / (p->nb_samples - 1))); in print_stats()
724 av_log(ctx, AV_LOG_INFO, "Peak level dB: %f\n", LINEAR_TO_DB(FFMAX(-p->nmin, p->nmax))); in print_stats()
726 … av_log(ctx, AV_LOG_INFO, "RMS level dB: %f\n", LINEAR_TO_DB(sqrt(p->sigma_x2 / p->nb_samples))); in print_stats()
[all …]
Dvf_vidstabtransform.c180 av_log(ctx, AV_LOG_INFO, "Virtual tripod mode: relative=0, smoothing=0\n"); in config_input()
194 av_log(ctx, AV_LOG_INFO, "Video transformation/stabilization settings (pass 2/2):\n"); in config_input()
195 av_log(ctx, AV_LOG_INFO, " input = %s\n", tc->input); in config_input()
196 av_log(ctx, AV_LOG_INFO, " smoothing = %d\n", tc->conf.smoothing); in config_input()
197 av_log(ctx, AV_LOG_INFO, " optalgo = %s\n", in config_input()
200 av_log(ctx, AV_LOG_INFO, " maxshift = %d\n", tc->conf.maxShift); in config_input()
201 av_log(ctx, AV_LOG_INFO, " maxangle = %f\n", tc->conf.maxAngle); in config_input()
202 av_log(ctx, AV_LOG_INFO, " crop = %s\n", tc->conf.crop ? "Black" : "Keep"); in config_input()
203 av_log(ctx, AV_LOG_INFO, " relative = %s\n", tc->conf.relative ? "True": "False"); in config_input()
204 av_log(ctx, AV_LOG_INFO, " invert = %s\n", tc->conf.invert ? "True" : "False"); in config_input()
[all …]
Dvf_vidstabdetect.c137 av_log(ctx, AV_LOG_INFO, "Video stabilization settings (pass 1/2):\n"); in config_input()
138 av_log(ctx, AV_LOG_INFO, " shakiness = %d\n", s->conf.shakiness); in config_input()
139 av_log(ctx, AV_LOG_INFO, " accuracy = %d\n", s->conf.accuracy); in config_input()
140 av_log(ctx, AV_LOG_INFO, " stepsize = %d\n", s->conf.stepSize); in config_input()
141 av_log(ctx, AV_LOG_INFO, " mincontrast = %f\n", s->conf.contrastThreshold); in config_input()
142 av_log(ctx, AV_LOG_INFO, " tripod = %d\n", s->conf.virtualTripod); in config_input()
143 av_log(ctx, AV_LOG_INFO, " show = %d\n", s->conf.show); in config_input()
144 av_log(ctx, AV_LOG_INFO, " result = %s\n", s->result); in config_input()
Daf_volumedetect.c102 av_log(ctx, AV_LOG_INFO, "n_samples: %"PRId64"\n", nb_samples); in print_stats()
119 av_log(ctx, AV_LOG_INFO, "mean_volume: %.1f dB\n", -logdb(power)); in print_stats()
125 av_log(ctx, AV_LOG_INFO, "max_volume: %.1f dB\n", -logdb(max_volume * max_volume)); in print_stats()
131 av_log(ctx, AV_LOG_INFO, "histogram_%ddb: %"PRId64"\n", i, histdb[i]); in print_stats()
Dvf_vfrdet.c84 …av_log(ctx, AV_LOG_INFO, "VFR:%f (%"PRIu64"/%"PRIu64")", s->vfr / (float)(s->vfr + s->cfr), s->vfr… in uninit()
86 …av_log(ctx, AV_LOG_INFO, " min: %"PRId64" max: %"PRId64" avg: %"PRId64, s->min_delta, s->max_delta… in uninit()
87 av_log(ctx, AV_LOG_INFO, "\n"); in uninit()
Dvf_bbox.c82 av_log(ctx, AV_LOG_INFO, in filter_frame()
96 av_log(ctx, AV_LOG_INFO, in filter_frame()
103 av_log(ctx, AV_LOG_INFO, "\n"); in filter_frame()
/third_party/ffmpeg/libavformat/
Ddump.c125 av_log(NULL, AV_LOG_INFO, "%1.4f %s", d, postfix); in print_fps()
127 av_log(NULL, AV_LOG_INFO, "%3.2f %s", d, postfix); in print_fps()
129 av_log(NULL, AV_LOG_INFO, "%1.0f %s", d, postfix); in print_fps()
131 av_log(NULL, AV_LOG_INFO, "%1.0fk %s", d / 1000, postfix); in print_fps()
139 av_log(ctx, AV_LOG_INFO, "%sMetadata:\n", indent); in dump_metadata()
143 av_log(ctx, AV_LOG_INFO, in dump_metadata()
149 av_log(ctx, AV_LOG_INFO, "%s", tmp); in dump_metadata()
151 if (*p == 0xd) av_log(ctx, AV_LOG_INFO, " "); in dump_metadata()
152 if (*p == 0xa) av_log(ctx, AV_LOG_INFO, "\n%s %-16s: ", indent, ""); in dump_metadata()
155 av_log(ctx, AV_LOG_INFO, "\n"); in dump_metadata()
[all …]
Dbluray.c143 av_log(h, AV_LOG_INFO, "%d usable playlists:\n", num_title_idx); in bluray_open()
155 av_log(h, AV_LOG_INFO, "playlist %05d.mpls (%d:%02d:%02d)\n", in bluray_open()
168 av_log(h, AV_LOG_INFO, "selected %05d.mpls\n", bd->playlist); in bluray_open()
/third_party/ffmpeg/libswscale/tests/
Dcolorspace.c48 av_log(NULL, AV_LOG_INFO, "memory corruption test ...\n"); in main()
104 av_log(NULL, AV_LOG_INFO, "."); in main()
133 av_log(NULL, AV_LOG_INFO, in main()
142 av_log(NULL, AV_LOG_INFO, in main()
151 av_log(NULL, AV_LOG_INFO, in main()
167 av_log(NULL, AV_LOG_INFO, in main()
/third_party/ffmpeg/libavutil/
Dopt.c1167 av_log(av_log_obj, AV_LOG_INFO, " %-15s ", opt->name); in opt_list()
1169 av_log(av_log_obj, AV_LOG_INFO, " %s%-17s ", in opt_list()
1175 av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<flags>"); in opt_list()
1178 av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<int>"); in opt_list()
1181 av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<int64>"); in opt_list()
1184 av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<uint64>"); in opt_list()
1187 av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<double>"); in opt_list()
1190 av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<float>"); in opt_list()
1193 av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<string>"); in opt_list()
1196 av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<rational>"); in opt_list()
[all …]
/third_party/ffmpeg/tests/api/
Dapi-threadmessage-test.c67 av_log(NULL, AV_LOG_INFO, "sender #%d: workload=%d\n", wd->id, wd->workload); in sender_thread()
70 av_log(NULL, AV_LOG_INFO, "sender #%d: flushing the queue\n", wd->id); in sender_thread()
111 av_log(NULL, AV_LOG_INFO, "sender #%d: sending my work (%d/%d frame:%p)\n", in sender_thread()
120 av_log(NULL, AV_LOG_INFO, "sender #%d: my work is done here (%s)\n", in sender_thread()
133 av_log(NULL, AV_LOG_INFO, "receiver #%d: flushing the queue, " in receiver_thread()
148 av_log(NULL, AV_LOG_INFO, "got \"%s\" (%p)\n", e->value, msg.frame); in receiver_thread()
153 av_log(NULL, AV_LOG_INFO, "consumed enough (%d), stop\n", i); in receiver_thread()
196 av_log(NULL, AV_LOG_INFO, "qsize:%d / %d senders sending [%d-%d] / " in main()
/third_party/ffmpeg/libavcodec/tests/
Dfft.c219 av_log(NULL, AV_LOG_INFO, "max:%f e:%g\n", max, sqrt(error / n)); in check_diff()
353 av_log(NULL, AV_LOG_INFO, in help()
458 av_log(NULL, AV_LOG_INFO, "Scale factor is set to %f\n", scale); in main()
460 av_log(NULL, AV_LOG_INFO, "IMDCT"); in main()
462 av_log(NULL, AV_LOG_INFO, "MDCT"); in main()
468 av_log(NULL, AV_LOG_INFO, "IFFT"); in main()
470 av_log(NULL, AV_LOG_INFO, "FFT"); in main()
479 av_log(NULL, AV_LOG_INFO, "IDFT_C2R"); in main()
481 av_log(NULL, AV_LOG_INFO, "DFT_R2C"); in main()
490 av_log(NULL, AV_LOG_INFO, "DCT_III"); in main()
[all …]
Dimgconvert.c38 av_log(NULL, AV_LOG_INFO, "%3d unused pixel format values\n", skip); in main()
41 …av_log(NULL, AV_LOG_INFO, "pix fmt %s yuv_plan:%d avg_bpp:%d\n", desc->name, is_yuv_planar(desc), … in main()
/third_party/ffmpeg/libavutil/tests/
Dlog.c32 ret = av_log_format_line2(NULL, AV_LOG_INFO, fmt, args, buffer, buffer_size, &print_prefix); in call_log_format_line2()
45 av_log(NULL, AV_LOG_INFO, "e "); in main()
47 av_log(NULL, AV_LOG_INFO, "e"); in main()
Dpixdesc.c36 av_log(NULL, AV_LOG_INFO, "%3d unused pixel format values\n", skip); in main()
39 …av_log(NULL, AV_LOG_INFO, "pix fmt %s avg_bpp:%d colortype:%d\n", desc->name, av_get_padded_bits_p… in main()
/third_party/ffmpeg/libavcodec/
Dtrace_headers_bsf.c46 ctx->cbc->trace_level = AV_LOG_INFO; in trace_headers_init()
51 av_log(bsf, AV_LOG_INFO, "Extradata\n"); in trace_headers_init()
96 av_log(bsf, AV_LOG_INFO, "Packet: %d bytes%s.\n", pkt->size, tmp); in trace_headers()
Dsmc.c75 …av_log(s->avctx, AV_LOG_INFO, "warning: block counter just went negative (this should not happen)\…
120 …av_log(s->avctx, AV_LOG_INFO, "warning: MOV chunk size != encoded chunk size (%d != %d); using MOV… in smc_decode_stream()
131 … av_log(s->avctx, AV_LOG_INFO, "SMC decoder just went out of bounds (row ptr = %d, height = %d)\n", in smc_decode_stream()
158 …av_log(s->avctx, AV_LOG_INFO, "encountered repeat block opcode (%02X) but no blocks rendered yet\n… in smc_decode_stream()
192 …av_log(s->avctx, AV_LOG_INFO, "encountered repeat block opcode (%02X) but not enough blocks render… in smc_decode_stream()
Dlibx265.c137 av_log(avctx, AV_LOG_INFO, "Possible presets:"); in libx265_encode_init()
139 av_log(avctx, AV_LOG_INFO, " %s", x265_preset_names[i]); in libx265_encode_init()
141 av_log(avctx, AV_LOG_INFO, "\n"); in libx265_encode_init()
142 av_log(avctx, AV_LOG_INFO, "Possible tunes:"); in libx265_encode_init()
144 av_log(avctx, AV_LOG_INFO, " %s", x265_tune_names[i]); in libx265_encode_init()
146 av_log(avctx, AV_LOG_INFO, "\n"); in libx265_encode_init()
369 av_log(avctx, AV_LOG_INFO, "Possible profiles:"); in libx265_encode_init()
371 av_log(avctx, AV_LOG_INFO, " %s", x265_profile_names[i]); in libx265_encode_init()
372 av_log(avctx, AV_LOG_INFO, "\n"); in libx265_encode_init()
/third_party/ffmpeg/libavresample/tests/
Davresample.c218 av_log(NULL, AV_LOG_INFO, "Usage: avresample-test [<num formats> " in main()
282 … av_log(NULL, AV_LOG_INFO, "%s to %s, %d to %d channels, %d Hz to %d Hz\n", in main()
317 av_log(NULL, AV_LOG_INFO, "Converted %d samples to %d samples\n", in main()
320 av_log(NULL, AV_LOG_INFO, "%d delay samples not converted\n", in main()
323 av_log(NULL, AV_LOG_INFO, "%d samples available for output\n", in main()
325 av_log(NULL, AV_LOG_INFO, "\n"); in main()
/third_party/ffmpeg/libavdevice/
Ddecklink_common.cpp258 av_log(avctx, AV_LOG_INFO, "Found Decklink mode %d x %d with rate %.2f%s\n", in ff_decklink_set_format()
420 av_log(avctx, AV_LOG_INFO, "Blackmagic DeckLink %s devices:\n", in ff_decklink_list_devices_legacy()
423 av_log(avctx, AV_LOG_INFO, "\t'%s'\n", device_list->devices[i]->device_description); in ff_decklink_list_devices_legacy()
456 av_log(avctx, AV_LOG_INFO, "Supported formats for '%s':\n\tformat_code\tdescription", in ff_decklink_list_formats()
462 av_log(avctx, AV_LOG_INFO, "\n\t%.4s\t\t%ldx%ld at %d/%d fps", in ff_decklink_list_formats()
467 av_log(avctx, AV_LOG_INFO, " (interlaced, lower field first)"); break; in ff_decklink_list_formats()
469 av_log(avctx, AV_LOG_INFO, " (interlaced, upper field first)"); break; in ff_decklink_list_formats()
473 av_log(avctx, AV_LOG_INFO, "\n"); in ff_decklink_list_formats()
Ddshow.c285 av_log(avctx, AV_LOG_INFO, " \"%s\"\n", friendly_name); in dshow_cycle_devices()
286 av_log(avctx, AV_LOG_INFO, " Alternative name \"%s\"\n", unique_name); in dshow_cycle_devices()
374 … av_log(avctx, AV_LOG_INFO, " unknown compression type 0x%X", (int) bih->biCompression); in dshow_cycle_formats()
376 av_log(avctx, AV_LOG_INFO, " vcodec=%s", codec->name); in dshow_cycle_formats()
379 av_log(avctx, AV_LOG_INFO, " pixel_format=%s", av_get_pix_fmt_name(pix_fmt)); in dshow_cycle_formats()
381 av_log(avctx, AV_LOG_INFO, " min s=%ldx%ld fps=%g max s=%ldx%ld fps=%g\n", in dshow_cycle_formats()
425 … av_log(avctx, AV_LOG_INFO, " min ch=%lu bits=%lu rate=%6lu max ch=%lu bits=%lu rate=%6lu\n", in dshow_cycle_formats()
594 av_log(avctx, AV_LOG_INFO, "DirectShow %s device options (from %s devices)\n", in dshow_cycle_pins()
632 … av_log(avctx, AV_LOG_INFO, " Pin \"%s\" (alternative pin name \"%s\")\n", name_buf, pin_buf); in dshow_cycle_pins()
770 av_log(avctx, AV_LOG_INFO, "Audio-"); in dshow_open_device()
[all …]
Dcaca.c70 av_log(c->ctx, AV_LOG_INFO, "Available drivers:\n"); in list_drivers()
72 av_log(c->ctx, AV_LOG_INFO, "%s: %s\n", drivers[i], drivers[i + 1]); in list_drivers()
81 av_log(c->ctx, AV_LOG_INFO, "Available %s:\n", thing_str); \
83 av_log(c->ctx, AV_LOG_INFO, "%s: %s\n", thing[i], thing[i + 1]); \
/third_party/ffmpeg/doc/examples/
Davio_list_dir.c84 av_log(NULL, AV_LOG_INFO, "%-9s %12s %30s %10s %s %16s %16s %16s\n", in list_op()
87 … av_log(NULL, AV_LOG_INFO, "%-9s %12"PRId64" %30s %10s %s %16"PRId64" %16"PRId64" %16"PRId64"\n", in list_op()

12345678910