Home
last modified time | relevance | path

Searched refs:ff_dlog (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
Dvorbisdec.c249 ff_dlog(NULL, " Codebooks: %d \n", vc->codebook_count); in vorbis_parse_setup_hdr_codebooks()
265 ff_dlog(NULL, " %u. Codebook\n", cb); in vorbis_parse_setup_hdr_codebooks()
293 ff_dlog(NULL, " codebook_dimensions %d, codebook_entries %u\n", in vorbis_parse_setup_hdr_codebooks()
300 ff_dlog(NULL, " not ordered \n"); in vorbis_parse_setup_hdr_codebooks()
303 ff_dlog(NULL, " sparse \n"); in vorbis_parse_setup_hdr_codebooks()
315 ff_dlog(NULL, " not sparse \n"); in vorbis_parse_setup_hdr_codebooks()
325 ff_dlog(NULL, " ordered, current length: %u\n", current_length); //FIXME in vorbis_parse_setup_hdr_codebooks()
331 ff_dlog(NULL, " number bits: %u ", ilog(entries - current_entry)); in vorbis_parse_setup_hdr_codebooks()
335 ff_dlog(NULL, " number: %u\n", number); in vorbis_parse_setup_hdr_codebooks()
352 ff_dlog(NULL, " lookup type: %d : %s \n", codebook_setup->lookup_type, in vorbis_parse_setup_hdr_codebooks()
[all …]
Ddvbsub_parser.c54 ff_dlog(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n", in dvbsub_parse()
59 ff_dlog(avctx, "%02x ", buf[i]); in dvbsub_parse()
61 ff_dlog(avctx, "\n"); in dvbsub_parse()
65 ff_dlog(avctx, "\n"); in dvbsub_parse()
76 ff_dlog(avctx, "Discarding %d bytes\n", in dvbsub_parse()
84 ff_dlog(avctx, "Bad packet header\n"); in dvbsub_parse()
141 ff_dlog(avctx, "Junk at end of packet\n"); in dvbsub_parse()
Dmpegaudiodecheader.c104 ff_dlog(NULL, "layer%d, %d Hz, %d kbits/s, ", in avpriv_mpegaudio_decode_header()
109 ff_dlog(NULL, "ms-"); in avpriv_mpegaudio_decode_header()
111 ff_dlog(NULL, "i-"); in avpriv_mpegaudio_decode_header()
113 ff_dlog(NULL, "stereo"); in avpriv_mpegaudio_decode_header()
115 ff_dlog(NULL, "mono"); in avpriv_mpegaudio_decode_header()
117 ff_dlog(NULL, "\n"); in avpriv_mpegaudio_decode_header()
Ddvbsubdec.c886 ff_dlog(avctx, "DVB pixel block size %d, %s field:\n", buf_size, in dvbsub_parse_pixel_data_block()
891 ff_dlog(avctx, "0x%8p: ", buf+i); in dvbsub_parse_pixel_data_block()
893 ff_dlog(avctx, "%02x ", buf[i]); in dvbsub_parse_pixel_data_block()
895 ff_dlog(avctx, "\n"); in dvbsub_parse_pixel_data_block()
899 ff_dlog(avctx, "\n"); in dvbsub_parse_pixel_data_block()
1062 ff_dlog(avctx, "DVB clut packet:\n"); in dvbsub_parse_clut_segment()
1065 ff_dlog(avctx, "%02x ", buf[i]); in dvbsub_parse_clut_segment()
1067 ff_dlog(avctx, "\n"); in dvbsub_parse_clut_segment()
1071 ff_dlog(avctx, "\n"); in dvbsub_parse_clut_segment()
1128 ff_dlog(avctx, "clut %d := (%d,%d,%d,%d)\n", entry_id, r, g, b, alpha); in dvbsub_parse_clut_segment()
[all …]
Dac3enc.c1788 ff_dlog(avctx, "bitstream_id: %s (%d)\n", strbuf, s->bitstream_id); in dprint_options()
1789 ff_dlog(avctx, "sample_fmt: %s\n", av_get_sample_fmt_name(avctx->sample_fmt)); in dprint_options()
1791 ff_dlog(avctx, "channel_layout: %s\n", strbuf); in dprint_options()
1792 ff_dlog(avctx, "sample_rate: %d\n", s->sample_rate); in dprint_options()
1793 ff_dlog(avctx, "bit_rate: %d\n", s->bit_rate); in dprint_options()
1794 ff_dlog(avctx, "blocks/frame: %d (code=%d)\n", s->num_blocks, s->num_blks_code); in dprint_options()
1796 ff_dlog(avctx, "cutoff: %d\n", s->cutoff); in dprint_options()
1798 ff_dlog(avctx, "per_frame_metadata: %s\n", in dprint_options()
1801 ff_dlog(avctx, "center_mixlev: %0.3f (%d)\n", opt->center_mix_level, in dprint_options()
1804 ff_dlog(avctx, "center_mixlev: {not written}\n"); in dprint_options()
[all …]
Dpgssubdec.c216 ff_dlog(avctx, "Pixel Count = %d, Area = %d\n", pixel_count, rect->w * rect->h); in decode_rle()
369 ff_dlog(avctx, "Color %d := (%d,%d,%d,%d)\n", color_id, r, g, b, alpha); in parse_palette_segment()
402 ff_dlog(avctx, "Video Dimensions %dx%d\n", in parse_presentation_segment()
468 ff_dlog(avctx, "Subtitle Placement x=%d, y=%d\n", in parse_presentation_segment()
628 ff_dlog(avctx, "PGS sub packet:\n"); in decode()
631 ff_dlog(avctx, "%02x ", buf[i]); in decode()
633 ff_dlog(avctx, "\n"); in decode()
637 ff_dlog(avctx, "\n"); in decode()
652 ff_dlog(avctx, "Segment Length %d, Segment Type %x\n", segment_length, segment_type); in decode()
Dgifdec.c151 ff_dlog(s->avctx, "image x=%d y=%d w=%d h=%d\n", left, top, width, height); in gif_read_image()
327 ff_dlog(s->avctx, "ext_code=0x%x len=%d\n", ext_code, ext_len); in gif_read_extension()
348 ff_dlog(s->avctx, "gce_flags=%x tcolor=%d disposal=%d\n", in gif_read_extension()
354ff_dlog(s->avctx, "invalid value in gce_disposal (%d). Using default value of 0.\n", ext_len); in gif_read_extension()
371 ff_dlog(s->avctx, "ext_len1=%d\n", ext_len); in gif_read_extension()
407 ff_dlog(s->avctx, "screen_w=%d screen_h=%d bpp=%d global_palette=%d\n", in gif_read_header1()
Ddvdsubdec.c260 ff_dlog(NULL, "cmd_pos=0x%04x next=0x%04x date=%d\n", in decode_dvd_subtitles()
268 ff_dlog(NULL, "cmd=%02x\n", cmd); in decode_dvd_subtitles()
301 ff_dlog(NULL, "alpha=%x%x%x%x\n", alpha[0],alpha[1],alpha[2],alpha[3]); in decode_dvd_subtitles()
313 ff_dlog(NULL, "x1=%d x2=%d y1=%d y2=%d\n", x1, x2, y1, y2); in decode_dvd_subtitles()
321 ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); in decode_dvd_subtitles()
329 ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); in decode_dvd_subtitles()
352 ff_dlog(NULL, "unrecognised subpicture command 0x%x\n", cmd); in decode_dvd_subtitles()
615 ff_dlog(NULL, "start=%d ms end =%d ms\n", in dvdsub_decode()
Dparser.c242 ff_dlog(NULL, "overread %d, state:%"PRIX32" next:%d index:%d o_index:%d\n", in ff_combine_frame()
244 ff_dlog(NULL, "%X %X %X %X\n", in ff_combine_frame()
314 ff_dlog(NULL, "overread %d, state:%"PRIX32" next:%d index:%d o_index:%d\n", in ff_combine_frame()
316 ff_dlog(NULL, "%X %X %X %X\n", in ff_combine_frame()
Ddvdec.c224 ff_dlog(NULL, "%2d: bits=%04"PRIx32" index=%u\n", in dv_decode_ac()
247 ff_dlog(NULL, "run=%d level=%d\n", run, level); in dv_decode_ac()
400 ff_dlog(avctx, "MB block: %d, %d ", mb_index, j); in dv_decode_video_segment()
418 ff_dlog(avctx, "***pass 2 size=%d MB#=%d\n", put_bits_count(&pb), mb_index); in dv_decode_video_segment()
441 ff_dlog(avctx, "***pass 3 size=%d\n", put_bits_count(&vs_pb)); in dv_decode_video_segment()
450 ff_dlog(avctx, "start %d:%d\n", mb_index, j); in dv_decode_video_segment()
Dpcm-bluray.c69 ff_dlog(avctx, "pcm_bluray_parse_header: header = %02x%02x%02x%02x\n", in pcm_bluray_parse_header()
119 ff_dlog(avctx, in pcm_bluray_parse_header()
299 ff_dlog(avctx, "pcm_bluray_decode_frame: decoded %d -> %d bytes\n", in pcm_bluray_decode_frame()
Dccaption_dec.c740 ff_dlog(ctx, "(%c,%c)\n", hi, lo); in handle_char()
742 ff_dlog(ctx, "(%c)\n", hi); in handle_char()
794 ff_dlog(ctx, "carriage return\n"); in process_cc608()
811 ff_dlog(ctx, "handle_eoc\n"); in process_cc608()
815 ff_dlog(ctx, "Unknown command 0x%hhx 0x%hhx\n", hi, lo); in process_cc608()
833 ff_dlog(ctx, "Unknown command 0x%hhx 0x%hhx\n", hi, lo); in process_cc608()
878 ff_dlog(ctx, "cdp writing data (%s)\n", ctx->buffer[bidx].str); in decode()
Dsvq1dec.c199 ff_dlog(NULL, in svq1_decode_block_intra()
263 ff_dlog(NULL, in svq1_decode_block_non_intra()
486 ff_dlog(avctx, "Error in svq1_motion_inter_block %i\n", result); in svq1_decode_delta_block()
497 ff_dlog(avctx, "Error in svq1_motion_inter_4v_block %i\n", result); in svq1_decode_delta_block()
559 ff_dlog(avctx, "%s checksum (%02x) for packet data\n", in svq1_decode_frame_header()
669 ff_dlog(avctx, "Error in svq1_decode_frame_header %i\n", result); in svq1_decode_frame()
739 ff_dlog(avctx, in svq1_decode_frame()
Dalsdec.c268 ff_dlog(avctx, "resolution = %i\n", sconf->resolution); in dprint_specific_config()
269 ff_dlog(avctx, "floating = %i\n", sconf->floating); in dprint_specific_config()
270 ff_dlog(avctx, "frame_length = %i\n", sconf->frame_length); in dprint_specific_config()
271 ff_dlog(avctx, "ra_distance = %i\n", sconf->ra_distance); in dprint_specific_config()
272 ff_dlog(avctx, "ra_flag = %i\n", sconf->ra_flag); in dprint_specific_config()
273 ff_dlog(avctx, "adapt_order = %i\n", sconf->adapt_order); in dprint_specific_config()
274 ff_dlog(avctx, "coef_table = %i\n", sconf->coef_table); in dprint_specific_config()
275 ff_dlog(avctx, "long_term_prediction = %i\n", sconf->long_term_prediction); in dprint_specific_config()
276 ff_dlog(avctx, "max_order = %i\n", sconf->max_order); in dprint_specific_config()
277 ff_dlog(avctx, "block_switching = %i\n", sconf->block_switching); in dprint_specific_config()
[all …]
Dwmaprodec.c722 ff_dlog(s->avctx, "frame[%"PRIu32"] channel[%i] subframe[%i]" in decode_tilehdr()
922 ff_dlog(s->avctx, "decode coefficients for channel %i\n", c); in decode_coeffs()
1210 ff_dlog(s->avctx, in decode_subframe()
1237 ff_dlog(s->avctx, "subframe is part of %i channels\n", in decode_subframe()
1356 ff_dlog(s->avctx, "BITSTREAM: subframe header length was %i\n", in decode_subframe()
1370 ff_dlog(s->avctx, "BITSTREAM: subframe length was %i\n", in decode_subframe()
1437 ff_dlog(s->avctx, "decoding frame with length %x\n", len); in decode_frame()
1456 ff_dlog(s->avctx, "drc_gain %i\n", s->drc_gain); in decode_frame()
1467 ff_dlog(s->avctx, "start skip: %i\n", skip); in decode_frame()
1473 ff_dlog(s->avctx, "end skip: %i\n", skip); in decode_frame()
[all …]
Dbitstream.c201 ff_dlog(NULL, "new table index=%d size=%d\n", table_index, table_size); in build_table()
211 ff_dlog(NULL, "i=%d n=%d code=0x%"PRIx32"\n", i, n, code); in build_table()
224 ff_dlog(NULL, "%4x: code=%d n=%d\n", j, i, n); in build_table()
254 ff_dlog(NULL, "%4x: n=%d (subtable)\n", in build_table()
Dwma.c183 ff_dlog(s->avctx, "flags2=0x%x\n", flags2); in ff_wma_init()
184 ff_dlog(s->avctx, "version=%d channels=%d sample_rate=%d bitrate=%"PRId64" block_align=%d\n", in ff_wma_init()
187 ff_dlog(s->avctx, "bps=%f bps1=%f high_freq=%f bitoffset=%d\n", in ff_wma_init()
189 ff_dlog(s->avctx, "use_noise_coding=%d use_exp_vlc=%d nb_block_sizes=%d\n", in ff_wma_init()
Dlibopencore-amr.c106 ff_dlog(avctx, "amr_decode_frame buf=%p buf_size=%d frame_count=%d!!\n", in amr_nb_decode_frame()
123 ff_dlog(avctx, "packet_size=%d buf= 0x%"PRIx8" %"PRIx8" %"PRIx8" %"PRIx8"\n", in amr_nb_decode_frame()
275 ff_dlog(avctx, "amr_nb_encode_frame encoded %u bytes, bitrate %u, first byte was %#02x\n", in amr_nb_encode_frame()
Drscc.c197 ff_dlog(avctx, "packed tiles of size %lu.\n", packed_tiles_size); in rscc_decode_frame()
245 ff_dlog(avctx, "tile %d orig(%d,%d) %dx%d.\n", i, in rscc_decode_frame()
280 ff_dlog(avctx, "pixel_size %d packed_size %d.\n", pixel_size, packed_size); in rscc_decode_frame()
Dflashsvenc.c183 ff_dlog(s->avctx, "buf_pos = %d\n", buf_pos); in encode_bitstream()
255 ff_dlog(avctx, "Inserting keyframe at frame %d\n", avctx->frame_number); in flashsv_encode_frame()
Dtableprint_vlc.h29 #define ff_dlog(a, ...) while(0) macro
/third_party/ffmpeg/libavformat/
Dty.c187 ff_dlog(s, "probe: chunk has %d recs\n", num_recs); in analyze_chunk()
216 ff_dlog(s, "probe: chunk has %d 0x6e0 recs, %d 0xbe0 recs.\n", in analyze_chunk()
221 ff_dlog(s, "detected Series 1 Tivo\n"); in analyze_chunk()
225 ff_dlog(s, "detected Series 2 Tivo\n"); in analyze_chunk()
230 ff_dlog(s, "detected AC-3 Audio (DTivo)\n"); in analyze_chunk()
237 ff_dlog(s, "detected MPEG Audio\n"); in analyze_chunk()
258 ff_dlog(s, "detected Stand-Alone Tivo\n"); in analyze_chunk()
263 ff_dlog(s, "detected DirecTV Tivo\n"); in analyze_chunk()
340 ff_dlog(s, "parsing ty chunk #%d\n", ty->cur_chunk); in get_chunk()
371 ff_dlog(s, "chunk has %d records\n", num_recs); in get_chunk()
[all …]
Dftp.c212 ff_dlog(s, "%s", command); in ftp_send_command()
301 ff_dlog(s, "Server data port: %d\n", s->server_data_port); in ftp_passive_mode_epsv()
347 ff_dlog(s, "Server data port: %d\n", s->server_data_port); in ftp_passive_mode()
735 ff_dlog(h, "ftp protocol open\n"); in ftp_open()
762 ff_dlog(h, "ftp protocol seek %"PRId64" %d\n", pos, whence); in ftp_seek()
803 ff_dlog(h, "ftp protocol read %d bytes\n", size); in ftp_read()
859 ff_dlog(h, "ftp protocol write %d bytes\n", size); in ftp_write()
886 ff_dlog(h, "ftp protocol close\n"); in ftp_close()
902 ff_dlog(h, "ftp protocol get_file_handle\n"); in ftp_get_file_handle()
914 ff_dlog(h, "ftp protocol shutdown\n"); in ftp_shutdown()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_framerate.c70 ff_dlog(ctx, "get_scene_score()\n"); in get_scene_score()
77 ff_dlog(ctx, "get_scene_score() process\n"); in get_scene_score()
85 ff_dlog(ctx, "get_scene_score() result is:%f\n", ret); in get_scene_score()
131 ff_dlog(ctx, "blend_frames() interpolate scene score:%f\n", interpolate_scene_score); in blend_frames()
148 ff_dlog(ctx, "blend_frames() INTERPOLATE to create work frame\n"); in blend_frames()
182 ff_dlog(ctx, "process_work_frame() interpolate: %"PRId64"/256\n", interpolate8); in process_work_frame()
387 ff_dlog(ctx, "config_output()\n"); in config_output()
389 ff_dlog(ctx, in config_output()
412 ff_dlog(ctx, in config_output()
/third_party/ffmpeg/libavutil/
Dinternal.h197 # define ff_dlog(ctx, ...) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__) macro
199 # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) macro

1234