Home
last modified time | relevance | path

Searched refs:av_ts2str (Results 1 – 19 of 19) sorted by relevance

/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()
/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/
Dmux.c566av_ts2str(pkt->pts), av_ts2str(pkt->dts), av_ts2str(st->cur_dts), delay, pkt->size, pkt->stream_in…
601 st->index, av_ts2str(st->cur_dts), av_ts2str(pkt->dts));
607 av_ts2str(pkt->pts), av_ts2str(pkt->dts),
614 av_ts2str(pkt->pts), av_ts2str(pkt->dts));
726 av_ts2str(pkt->pts),
737 av_ts2str(pkt->dts),
1139 pkt->size, av_ts2str(pkt->dts), av_ts2str(pkt->pts));
Dutils.c873 pkt->stream_index, av_ts2str(pkt->dts)); in ff_read_packet()
1191av_ts2str(st->first_dts), av_ts2str(pktl->pkt.dts), av_ts2str(pktl->pkt.pts), pktl->pkt.duration); in update_initial_durations()
1195 …av_log(s, AV_LOG_DEBUG, "first_dts %s but no packet with dts in the queue\n", av_ts2str(st->first_… in update_initial_durations()
1335 presentation_delayed, av_ts2str(pkt->pts), av_ts2str(pkt->dts), av_ts2str(st->cur_dts), in compute_pkt_fields()
1404 …presentation_delayed, delay, av_ts2str(pkt->pts), av_ts2str(pkt->dts), av_ts2str(st->cur_dts), st-… in compute_pkt_fields()
1607 av_ts2str(pkt->pts), in read_frame_internal()
1608 av_ts2str(pkt->dts), in read_frame_internal()
1615 av_ts2str(pkt->pts), in read_frame_internal()
1616 av_ts2str(pkt->dts), in read_frame_internal()
1729 av_ts2str(pkt->pts), in read_frame_internal()
[all …]
Dsegment.c897 pkt->stream_index, av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &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()
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()
Davienc.c751 …ff_dlog(s, "dts:%s packet_count:%d stream_index:%d\n", av_ts2str(dts), avist->packet_count, stream… in write_skip_frames()
762 ff_dlog(s, "dup dts:%s packet_count:%d\n", av_ts2str(dts), avist->packet_count); in write_skip_frames()
/third_party/ffmpeg/tests/api/
Dapi-h264-test.c157 av_ts2str(fr->pts), av_ts2str(fr->pkt_dts), fr->pkt_duration, in video_decode_example()
/third_party/ffmpeg/libavutil/
Dtimestamp.h54 #define av_ts2str(ts) av_ts_make_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts) 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()
970 frame ? av_ts2str(frame->pts) : "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 …]
/third_party/ffmpeg/libavfilter/
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()
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()
Dvf_blackdetect.c205 av_ts2str(picref->pts), av_ts2timestr(picref->pts, &s->time_base), in filter_frame()
Df_graphmonitor.c233 snprintf(buffer, sizeof(buffer)-1, " | pts: %s", av_ts2str(l->current_pts_us)); in draw_items()
Dvf_showinfo.c439 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base), frame->pkt_pos, in filter_frame()