Searched refs:MOV_TIMESCALE (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | movenc.h | 32 #define MOV_TIMESCALE 1000 macro
|
D | movenc.c | 3044 MOV_TIMESCALE, track->timescale, in mov_write_tkhd_tag() 3193 MOV_TIMESCALE, track->timescale, in mov_write_edts_tag() 3212 delay = av_rescale_rnd(start_dts + start_ct, MOV_TIMESCALE, in mov_write_edts_tag() 3248 av_assert0(av_rescale_rnd(start_dts, MOV_TIMESCALE, track->timescale, AV_ROUND_DOWN) <= 0); in mov_write_edts_tag() 3482 MOV_TIMESCALE, in mov_write_mvhd_tag() 3511 avio_wb32(pb, MOV_TIMESCALE); in mov_write_mvhd_tag() 6120 track->timescale = MOV_TIMESCALE; in mov_create_chapter_track() 6184 int64_t end = av_rescale_q(c->end, c->time_base, (AVRational){1,MOV_TIMESCALE}); in mov_create_chapter_track() 6185 pkt->pts = pkt->dts = av_rescale_q(c->start, c->time_base, (AVRational){1,MOV_TIMESCALE}); in mov_create_chapter_track() 6742 track->timescale = MOV_TIMESCALE; in mov_init()
|