Home
last modified time | relevance | path

Searched refs:AV_LOG_VERBOSE (Results 1 – 25 of 212) sorted by relevance

123456789

/third_party/ffmpeg/libavcodec/
Dcrystalhd.c257 av_log(priv->avctx, AV_LOG_VERBOSE, in opaque_list_pop()
323 av_log(avctx, AV_LOG_VERBOSE, "CrystalHD Init for %s\n", in init()
360 av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: starting up\n"); in init()
364 av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: DtsDeviceOpen failed\n"); in init()
370 av_log(avctx, AV_LOG_VERBOSE, in init()
378 av_log(avctx, AV_LOG_VERBOSE, in init()
411 av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: Init complete.\n"); in init()
458 av_log(avctx, AV_LOG_VERBOSE, "output \"pts\": %"PRIu64"\n", in copy_frame()
471 av_log(avctx, AV_LOG_VERBOSE, "Interlaced state: %d\n", in copy_frame()
503 av_log(priv->avctx, AV_LOG_VERBOSE, "CrystalHD: Copying out frame\n"); in copy_frame()
[all …]
Dqsvenc.c148 av_log(avctx, AV_LOG_VERBOSE, "profile: %s; level: %"PRIu16"\n", in dump_video_param()
151 av_log(avctx, AV_LOG_VERBOSE, "GopPicSize: %"PRIu16"; GopRefDist: %"PRIu16"; GopOptFlag: ", in dump_video_param()
154 av_log(avctx, AV_LOG_VERBOSE, "closed "); in dump_video_param()
156 av_log(avctx, AV_LOG_VERBOSE, "strict "); in dump_video_param()
157 av_log(avctx, AV_LOG_VERBOSE, "; IdrInterval: %"PRIu16"\n", info->IdrInterval); in dump_video_param()
159 av_log(avctx, AV_LOG_VERBOSE, "TargetUsage: %"PRIu16"; RateControlMethod: %s\n", in dump_video_param()
168 av_log(avctx, AV_LOG_VERBOSE, in dump_video_param()
172 av_log(avctx, AV_LOG_VERBOSE, "QPI: %"PRIu16"; QPP: %"PRIu16"; QPB: %"PRIu16"\n", in dump_video_param()
177 av_log(avctx, AV_LOG_VERBOSE, in dump_video_param()
188 av_log(avctx, AV_LOG_VERBOSE, in dump_video_param()
[all …]
Dmf_utils.c445 av_log(log, AV_LOG_VERBOSE, " %s=%d%s\n", name, (int)v, extra); in ff_attributes_dump()
452 av_log(log, AV_LOG_VERBOSE, " %s=%lld%s\n", name, (long long)v, extra); in ff_attributes_dump()
460 av_log(log, AV_LOG_VERBOSE, " %s=%f%s\n", name, (double)v, extra); in ff_attributes_dump()
468 av_log(log, AV_LOG_VERBOSE, " %s='%ls'%s\n", name, s, extra); in ff_attributes_dump()
476 av_log(log, AV_LOG_VERBOSE, " %s=%s%s\n", name, ff_guid_str(&v), extra); in ff_attributes_dump()
501 … av_log(log, AV_LOG_VERBOSE, " %s=<blob size %d: %s>%s\n", name, (int)sz, str, extra); in ff_attributes_dump()
503 av_log(log, AV_LOG_VERBOSE, " %s=<blob size %d>%s\n", name, (int)sz, extra); in ff_attributes_dump()
508 av_log(log, AV_LOG_VERBOSE, " %s=<IUnknown>%s\n", name, extra); in ff_attributes_dump()
512 av_log(log, AV_LOG_VERBOSE, " %s=<unknown type>%s\n", name, extra); in ff_attributes_dump()
521 av_log(log, AV_LOG_VERBOSE, " FF-sample-format=%s\n", fmt); in ff_attributes_dump()
[all …]
Dmfenc.c169 av_log(avctx, AV_LOG_VERBOSE, "MFT_OUTPUT_STREAM_INFO.cbSize set to 0, " in mf_enca_output_type_get()
214 av_log(avctx, AV_LOG_VERBOSE, "final output type:\n"); in mf_output_type_get()
738 av_log(avctx, AV_LOG_VERBOSE, "output types:\n"); in mf_choose_output_type()
747 av_log(avctx, AV_LOG_VERBOSE, "(need to set input type)\n"); in mf_choose_output_type()
757 av_log(avctx, AV_LOG_VERBOSE, "output type %d:\n", n); in mf_choose_output_type()
779 av_log(avctx, AV_LOG_VERBOSE, "picking output type %d.\n", out_type_index); in mf_choose_output_type()
796 av_log(avctx, AV_LOG_VERBOSE, "setting output type:\n"); in mf_choose_output_type()
803 av_log(avctx, AV_LOG_VERBOSE, "rejected - need to set input type\n"); in mf_choose_output_type()
827 av_log(avctx, AV_LOG_VERBOSE, "input types:\n"); in mf_choose_input_type()
836 av_log(avctx, AV_LOG_VERBOSE, "(need to set output type 1)\n"); in mf_choose_input_type()
[all …]
Dvaapi_encode.c1314 av_log(avctx, AV_LOG_VERBOSE, "Input surface format is %s.\n", in vaapi_encode_profile_entrypoint()
1357 av_log(avctx, AV_LOG_VERBOSE, "Compatible profile %s (%d) " in vaapi_encode_profile_entrypoint()
1374 av_log(avctx, AV_LOG_VERBOSE, "Using VAAPI profile %s (%d).\n", in vaapi_encode_profile_entrypoint()
1414 av_log(avctx, AV_LOG_VERBOSE, "Using VAAPI entrypoint %s (%d).\n", in vaapi_encode_profile_entrypoint()
1446 av_log(avctx, AV_LOG_VERBOSE, "RT format config attribute not " in vaapi_encode_profile_entrypoint()
1457 av_log(avctx, AV_LOG_VERBOSE, "Using VAAPI render target " in vaapi_encode_profile_entrypoint()
1519 av_log(avctx, AV_LOG_VERBOSE, "Driver does not report any " in vaapi_encode_init_rate_control()
1739 av_log(avctx, AV_LOG_VERBOSE, "RC mode: %s.\n", rc_mode->name); in vaapi_encode_init_rate_control()
1751 av_log(avctx, AV_LOG_VERBOSE, "RC quality: %d.\n", rc_quality); in vaapi_encode_init_rate_control()
1755 av_log(avctx, AV_LOG_VERBOSE, "RC target: %"PRId64" bps " in vaapi_encode_init_rate_control()
[all …]
Ddxva2.c153 av_log(avctx, AV_LOG_VERBOSE, "No valid decoder configuration available\n"); in dxva_get_decoder_configuration()
221 av_log(avctx, AV_LOG_VERBOSE, "Decoder GUIDs reported as supported:\n"); in dxva_list_guids_debug()
226 av_log(avctx, AV_LOG_VERBOSE, in dxva_list_guids_debug()
241 av_log(avctx, AV_LOG_VERBOSE, " %d", (int)format); in dxva_list_guids_debug()
252 av_log(avctx, AV_LOG_VERBOSE, " %d", i); in dxva_list_guids_debug()
256 av_log(avctx, AV_LOG_VERBOSE, "\n"); in dxva_list_guids_debug()
297 av_log(avctx, AV_LOG_VERBOSE, "No decoder device for codec found\n"); in dxva_get_decoder_guid()
Ddds.c163 av_log(avctx, AV_LOG_VERBOSE, "fourcc %s bpp %d " in parse_pixel_format()
166 av_log(avctx, AV_LOG_VERBOSE, "and GIMP-DDS tag %s\n", av_fourcc2str(gimp_tag)); in parse_pixel_format()
255 av_log(avctx, AV_LOG_VERBOSE, in parse_pixel_format()
261 av_log(avctx, AV_LOG_VERBOSE, "DXGI format %d.\n", dxgi); in parse_pixel_format()
652 av_log(avctx, AV_LOG_VERBOSE, "Found %d mipmaps (ignored).\n", mipmap); in dds_decode()
Dnvdec.c127 av_log(logctx, AV_LOG_VERBOSE, "NVDEC capabilities:\n"); in nvdec_test_capabilities()
128 av_log(logctx, AV_LOG_VERBOSE, "format supported: %s, max_mb_count: %d\n", in nvdec_test_capabilities()
130 av_log(logctx, AV_LOG_VERBOSE, "min_width: %d, max_width: %d\n", in nvdec_test_capabilities()
132 av_log(logctx, AV_LOG_VERBOSE, "min_height: %d, max_height: %d\n", in nvdec_test_capabilities()
716 av_log(avctx, AV_LOG_VERBOSE, "Unsupported chroma format\n"); in ff_nvdec_frame_params()
Dvideotoolbox.c847 av_log(avctx, AV_LOG_VERBOSE, "VideoToolbox session not available.\n"); in videotoolbox_start()
850 av_log(avctx, AV_LOG_VERBOSE, "VideoToolbox does not support this format.\n"); in videotoolbox_start()
853 av_log(avctx, AV_LOG_VERBOSE, "VideoToolbox decoder for this format not found.\n"); in videotoolbox_start()
856 av_log(avctx, AV_LOG_VERBOSE, "VideoToolbox malfunction.\n"); in videotoolbox_start()
859 av_log(avctx, AV_LOG_VERBOSE, "VideoToolbox reported invalid data.\n"); in videotoolbox_start()
864 … av_log(avctx, AV_LOG_VERBOSE, "Unknown VideoToolbox session creation error %d\n", (int)status); in videotoolbox_start()
908 av_log(avctx, AV_LOG_VERBOSE, "VideoToolbox decoder needs reconfig, restarting..\n"); in videotoolbox_common_end_frame()
Dlibopenh264.c35 else if (libopenh264_log_level >= WELS_LOG_INFO) return AV_LOG_VERBOSE; in libopenh264_to_ffmpeg_log_level()
/third_party/ffmpeg/libavfilter/
Daf_hdcd.c1079 av_log(ctx->fctx, AV_LOG_VERBOSE, in hdcd_integrate()
1094 av_log(ctx->fctx, AV_LOG_VERBOSE, in hdcd_integrate()
1354 av_log(ctx->fctx, AV_LOG_VERBOSE, in hdcd_control_stereo()
1662 av_log(ctx, AV_LOG_VERBOSE, "Channel %d: counter A: %d, B: %d, C: %d\n", i, in uninit()
1664 …av_log(ctx, AV_LOG_VERBOSE, "Channel %d: pe: %d, tf: %d, almost_A: %d, checkfail_B: %d, unmatched_… in uninit()
1672 …av_log(ctx, AV_LOG_VERBOSE, "Channel %d: tg %0.1f: %d\n", i, GAINTOFLOAT(j), state->gain_counts[j]… in uninit()
1675 av_log(ctx, AV_LOG_VERBOSE, "Packets: type: %s, total: %d\n", in uninit()
1705 av_log(ctx, AV_LOG_VERBOSE, "Disabling automatic format conversion.\n"); in init()
1716 av_log(ctx, AV_LOG_VERBOSE, "Auto-convert: %s\n", in config_input()
1726 av_log(ctx, AV_LOG_VERBOSE, "Looking for %d-bit HDCD in sample format %s\n", in config_input()
[all …]
Dvf_fps.c102 av_log(ctx, AV_LOG_VERBOSE, "fps=%d/%d\n", s->framerate.num, s->framerate.den); in init()
146 av_log(ctx, AV_LOG_VERBOSE, "%d frames in, %d frames out; %d frames dropped, " in uninit()
172 … av_log(ctx, AV_LOG_VERBOSE, "Set first pts to (in:%"PRId64" out:%"PRId64") from start time %f\n", in config_props()
223 av_log(ctx, AV_LOG_VERBOSE, "Set first pts to %"PRId64"\n", s->next_pts); in write_frame()
Daf_volume.c274 av_log(ctx, AV_LOG_VERBOSE, "n:%f t:%f pts:%f precision:%s ", in set_volume()
281 av_log(ctx, AV_LOG_VERBOSE, "volume_i:%d/255 ", vol->volume_i); in set_volume()
283 av_log(ctx, AV_LOG_VERBOSE, "volume:%f volume_dB:%f\n", in set_volume()
314 av_log(inlink->src, AV_LOG_VERBOSE, "tb:%f sample_rate:%f nb_channels:%f\n", in config_output()
374 av_log(inlink->dst, AV_LOG_VERBOSE, in filter_frame()
Df_sendcmd.c447 av_log(ctx, AV_LOG_VERBOSE, "start_time:%f end_time:%f index:%d\n", in init()
451 av_log(ctx, AV_LOG_VERBOSE, in init()
509 av_log(ctx, AV_LOG_VERBOSE, in filter_frame()
548 av_log(ctx, AV_LOG_VERBOSE, in filter_frame()
555 av_log(ctx, AV_LOG_VERBOSE, in filter_frame()
Df_streamselect.c108 av_log(ctx, AV_LOG_VERBOSE, "config output link %d " in config_output()
225 av_log(ctx, AV_LOG_VERBOSE, "Map input stream %d to output stream %d\n", n, new_nb_map); in parse_mapping()
239 av_log(ctx, AV_LOG_VERBOSE, "%d map set\n", s->nb_map); in parse_mapping()
Davf_concat.c140 av_log(ctx, AV_LOG_VERBOSE, in config_output()
223 av_log(ctx, AV_LOG_VERBOSE, "EOF on %s, %d streams left in segment.\n", in close_input()
288 av_log(ctx, AV_LOG_VERBOSE, "Segment finished at pts=%"PRId64"\n", in flush_segment()
443 av_log(ctx, AV_LOG_VERBOSE, "Command received: next\n"); in process_command()
Df_zmq.c174 av_log(ctx, AV_LOG_VERBOSE, in filter_frame()
187 av_log(ctx, AV_LOG_VERBOSE, in filter_frame()
/third_party/ffmpeg/libavformat/
Dtakdec.c125 av_log(s, AV_LOG_VERBOSE, "MD5="); in tak_read_header()
127 av_log(s, AV_LOG_VERBOSE, "%02x", md5[i]); in tak_read_header()
128 av_log(s, AV_LOG_VERBOSE, "\n"); in tak_read_header()
178 av_log(s, AV_LOG_VERBOSE, "encoder version: %0X\n", in tak_read_header()
Dmxf.h132 av_log(pc, AV_LOG_VERBOSE, \
148 av_log(pc, AV_LOG_VERBOSE, \
Ddata_uri.c58 av_log(h, AV_LOG_VERBOSE, "Content-type: %.*s\n", in data_open()
64 av_log(h, AV_LOG_VERBOSE, "Ignoring option '%.*s'\n", in data_open()
Dnetwork.c431 av_log(h, AV_LOG_VERBOSE, "Starting connection attempt to %s port %s\n", in ff_connect_parallel()
438 av_log(h, AV_LOG_VERBOSE, "Connected attempt failed: %s\n", in ff_connect_parallel()
488 av_log(h, AV_LOG_VERBOSE, "Successfully connected to %s port %s\n", in ff_connect_parallel()
504 av_log(h, AV_LOG_VERBOSE, "Connection attempt to %s port %s " in ff_connect_parallel()
Dfifo.c193 av_log(avf, AV_LOG_VERBOSE, "Keyframe received, recovering...\n"); in fifo_thread_write_packet()
195 av_log(avf, AV_LOG_VERBOSE, "Dropping non-keyframe packet\n"); in fifo_thread_write_packet()
356 av_log(avf, AV_LOG_VERBOSE, "Recovery attempt #%d/%d\n", in fifo_thread_attempt_recovery()
359 av_log(avf, AV_LOG_VERBOSE, "Recovery attempt #%d\n", in fifo_thread_attempt_recovery()
/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.c404 av_log(hwdev, AV_LOG_VERBOSE, "VAAPI driver: %s.\n", vendor_string); in vaapi_device_init()
407 av_log(hwdev, AV_LOG_VERBOSE, "Using quirks set by user (%#x).\n", in vaapi_device_init()
416 av_log(hwdev, AV_LOG_VERBOSE, "Matched driver string " in vaapi_device_init()
427 av_log(hwdev, AV_LOG_VERBOSE, "Driver not found in known " in vaapi_device_init()
431 av_log(hwdev, AV_LOG_VERBOSE, "Driver has no vendor string, " in vaapi_device_init()
1464 av_log(ctx, AV_LOG_VERBOSE, "libva: %s", message); in vaapi_device_log_info()
1488 av_log(ctx, AV_LOG_VERBOSE, "Initialised VAAPI connection: " in vaapi_device_connect()
1534 int loglevel = try_all ? AV_LOG_VERBOSE : AV_LOG_ERROR; in vaapi_device_create()
1554 av_log(ctx, AV_LOG_VERBOSE, "Cannot open " in vaapi_device_create()
1563 av_log(ctx, AV_LOG_VERBOSE, "Ignoring device %d " in vaapi_device_create()
[all …]
Dlog.c66 [AV_LOG_VERBOSE/8] = 10,
98 [AV_LOG_VERBOSE/8] = 40 << 8 | 0x02,
275 case AV_LOG_VERBOSE: in get_level_str()
/third_party/ffmpeg/libavdevice/
Dlibcdio.c69 av_log(ctx, AV_LOG_VERBOSE, "%s\n", err); in read_header()
134 av_log(ctx, AV_LOG_VERBOSE, "%s\n", err); in read_packet()

123456789