Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Davf_aphasemeter.c188 add_metadata(insamples, "mono_start", av_ts2timestr(s->mono_idx[0], &s->time_base)); in update_mono_detection()
189 … av_log(s, AV_LOG_INFO, "mono_start: %s\n", av_ts2timestr(s->mono_idx[0], &s->time_base)); in update_mono_detection()
198 add_metadata(insamples, "mono_end", av_ts2timestr(s->mono_idx[1], &s->time_base)); in update_mono_detection()
199 … add_metadata(insamples, "mono_duration", av_ts2timestr(mono_duration, &s->time_base)); in update_mono_detection()
201 …OG_INFO, "mono_end: %s | mono_duration: %s\n", av_ts2timestr(s->mono_idx[1], &s->time_base), av_ts… in update_mono_detection()
219 … add_metadata(insamples, "out_phase_start", av_ts2timestr(s->out_phase_idx[0], &s->time_base)); in update_out_phase_detection()
220 …av_log(s, AV_LOG_INFO, "out_phase_start: %s\n", av_ts2timestr(s->out_phase_idx[0], &s->time_base)); in update_out_phase_detection()
229 … add_metadata(insamples, "out_phase_end", av_ts2timestr(s->out_phase_idx[1], &s->time_base)); in update_out_phase_detection()
230 … add_metadata(insamples, "out_phase_duration", av_ts2timestr(out_phase_duration, &s->time_base)); in update_out_phase_detection()
232 …_phase_end: %s | out_phase_duration: %s\n", av_ts2timestr(s->out_phase_idx[1], &s->time_base), av_… in update_out_phase_detection()
Dvf_blackdetect.c131 av_ts2timestr(s->black_min_duration, &s->time_base), in config_input()
144 av_ts2timestr(s->black_start, &s->time_base), in check_black_end()
145 av_ts2timestr(s->black_end, &s->time_base), in check_black_end()
146 av_ts2timestr(s->black_end - s->black_start, &s->time_base)); in check_black_end()
205 av_ts2str(picref->pts), av_ts2timestr(picref->pts, &s->time_base), in filter_frame()
214 av_ts2timestr(s->black_start, &s->time_base), 0); in filter_frame()
222 av_ts2timestr(s->black_end, &s->time_base), 0); in filter_frame()
Daf_silencedetect.c90 av_ts2timestr(s->start[channel], &time_base)); in update()
94 av_ts2timestr(s->start[channel], &time_base)); in update()
105 av_ts2timestr(end_pts, &time_base)); in update()
107 av_ts2timestr(duration_ts, &time_base)); in update()
112 av_ts2timestr(end_pts, &time_base), in update()
113 av_ts2timestr(duration_ts, &time_base)); in update()
Dvf_freezedetect.c181 …set_meta(s, frame, "lavfi.freezedetect.freeze_start", av_ts2timestr(s->reference_frame->pts, &inli… in activate()
183 …set_meta(s, frame, "lavfi.freezedetect.freeze_duration", av_ts2timestr(duration, &AV_TIME_BASE_Q)); in activate()
184 …set_meta(s, frame, "lavfi.freezedetect.freeze_end", av_ts2timestr(frame->pts, &inlink->time_base)); in activate()
Dvf_scdet.c177 s->scene_score, av_ts2timestr(frame->pts, &inlink->time_base)); in activate()
179 av_ts2timestr(frame->pts, &inlink->time_base)); in activate()
Df_metadata.c334 … inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); in filter_frame()
341 … inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); in filter_frame()
Dvf_bbox.c100 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); in filter_frame()
Dbuffersrc.c73 … c->w, c->h, c->pix_fmt, width, height, format, av_ts2timestr(pts, &s->outputs[0]->time_base));\
82 …av_get_sample_fmt_name(format), srate, ch_layout, ch_count, av_ts2timestr(pts, &s->outputs[0]->tim…
Dvf_mpdecimate.c218 av_ts2str(cur->pts), av_ts2timestr(cur->pts, &inlink->time_base), in filter_frame()
Daf_ashowinfo.c210 av_ts2str(buf->pts), av_ts2timestr(buf->pts, &inlink->time_base), in filter_frame()
Dsrc_movie.c414 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &link->time_base), in describe_frame_to_str()
422 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &link->time_base), in describe_frame_to_str()
Df_ebur128.c860 av_ts2timestr(pts, &outlink->time_base), in filter_frame()
865 av_ts2timestr(pts, &outlink->time_base), in filter_frame()
Df_graphmonitor.c238 …snprintf(buffer, sizeof(buffer)-1, " | time: %s", av_ts2timestr(l->current_pts_us, &AV_TIME_BASE_Q… in draw_items()
Dvf_showinfo.c439 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base), frame->pkt_pos, in filter_frame()
Dvf_fieldmatch.c818 outlink->frame_count_in, av_ts2timestr(in->pts, &inlink->time_base)); in filter_frame()
/third_party/ffmpeg/doc/examples/
Dremuxing.c40 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, time_base), in log_packet()
41 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, time_base), in log_packet()
42 av_ts2str(pkt->duration), av_ts2timestr(pkt->duration, time_base), in log_packet()
Dmuxing.c75 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, time_base), in log_packet()
76 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, time_base), in log_packet()
77 av_ts2str(pkt->duration), av_ts2timestr(pkt->duration, time_base), in log_packet()
Ddemuxing_decoding.c94 av_ts2timestr(frame->pts, &audio_dec_ctx->time_base)); in output_audio_frame()
/third_party/ffmpeg/tools/
Dseek_print.c87 av_ts2str(packet.dts), av_ts2timestr(packet.dts, tb), in main()
88 av_ts2str(packet.pts), av_ts2timestr(packet.pts, tb)); in main()
/third_party/ffmpeg/libavformat/
Dsegment.c897 pkt->stream_index, av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &st->time_base), in seg_write_packet()
898 av_ts2timestr(pkt->duration, &st->time_base), in seg_write_packet()
939 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &st->time_base), seg->frame_count); in seg_write_packet()
944 av_ts2timestr(seg->cur_entry.start_pts, &AV_TIME_BASE_Q), in seg_write_packet()
945 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &st->time_base), in seg_write_packet()
946 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &st->time_base)); in seg_write_packet()
957 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &st->time_base), in seg_write_packet()
958 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &st->time_base)); in seg_write_packet()
Dconcatdec.c615 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &st->time_base), in concat_read_packet()
616 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &st->time_base)); in concat_read_packet()
626 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &st->time_base), in concat_read_packet()
627 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &st->time_base)); in concat_read_packet()
Dutils.c2991 av_ts2timestr(st->start_time, &st->time_base),
2992 av_ts2timestr(st->duration, &st->time_base));
2996 av_ts2timestr(ic->start_time, &AV_TIME_BASE_Q),
2997 av_ts2timestr(ic->duration, &AV_TIME_BASE_Q),
/third_party/ffmpeg/libavutil/
Dtimestamp.h76 #define av_ts2timestr(ts, tb) av_ts_make_time_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts, tb) macro
/third_party/ffmpeg/fftools/
Dffmpeg.c860 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &ost->st->time_base), in write_packet()
861 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &ost->st->time_base), in write_packet()
971 frame ? av_ts2timestr(frame->pts, &enc->time_base) : "NULL", in adjust_frame_pts_to_encoder_tb()
1026 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &enc->time_base), in do_audio_out()
1049 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &enc->time_base), in do_audio_out()
1050 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &enc->time_base)); in do_audio_out()
1361 av_ts2str(in_picture->pts), av_ts2timestr(in_picture->pts, &enc->time_base), in do_video_out()
1385 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &enc->time_base), in do_video_out()
1386 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &enc->time_base)); in do_video_out()
1397 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &ost->mux_timebase), in do_video_out()
[all …]
Dffprobe.c2434 av_ts2timestr(interval->start, &AV_TIME_BASE_Q)); in log_read_interval()
2444 av_log(log_ctx, log_level, "%s", av_ts2timestr(interval->end, &AV_TIME_BASE_Q)); in log_read_interval()
2481 av_ts2timestr(target, &AV_TIME_BASE_Q)); in read_interval_packets()