/third_party/ffmpeg/doc/examples/ |
D | remuxing.c | 40 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()
|
D | muxing.c | 75 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/ |
D | seek_print.c | 87 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/ |
D | mux.c | 566 …av_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));
|
D | utils.c | 873 pkt->stream_index, av_ts2str(pkt->dts)); in ff_read_packet() 1191 … av_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 …]
|
D | segment.c | 897 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()
|
D | concatdec.c | 615 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()
|
D | avienc.c | 751 …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/ |
D | api-h264-test.c | 157 av_ts2str(fr->pts), av_ts2str(fr->pkt_dts), fr->pkt_duration, in video_decode_example()
|
/third_party/ffmpeg/libavutil/ |
D | timestamp.h | 54 #define av_ts2str(ts) av_ts_make_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts) macro
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 860 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/ |
D | f_metadata.c | 334 … 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()
|
D | vf_bbox.c | 100 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); in filter_frame()
|
D | vf_mpdecimate.c | 218 av_ts2str(cur->pts), av_ts2timestr(cur->pts, &inlink->time_base), in filter_frame()
|
D | af_ashowinfo.c | 210 av_ts2str(buf->pts), av_ts2timestr(buf->pts, &inlink->time_base), in filter_frame()
|
D | src_movie.c | 414 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()
|
D | vf_blackdetect.c | 205 av_ts2str(picref->pts), av_ts2timestr(picref->pts, &s->time_base), in filter_frame()
|
D | f_graphmonitor.c | 233 snprintf(buffer, sizeof(buffer)-1, " | pts: %s", av_ts2str(l->current_pts_us)); in draw_items()
|
D | vf_showinfo.c | 439 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base), frame->pkt_pos, in filter_frame()
|