Searched refs:prevent_df (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | timecode.h | 127 …ake_smpte_tc_string2(char *buf, AVRational rate, uint32_t tcsmpte, int prevent_df, int skip_field); 138 char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df);
|
D | timecode.c | 136 …make_smpte_tc_string2(char *buf, AVRational rate, uint32_t tcsmpte, int prevent_df, int skip_field) in av_timecode_make_smpte_tc_string2() argument 142 unsigned drop = tcsmpte & 1<<30 && !prevent_df; // 1-bit drop if not arbitrary bit in av_timecode_make_smpte_tc_string2() 160 char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df) in av_timecode_make_smpte_tc_string() argument 162 return av_timecode_make_smpte_tc_string2(buf, (AVRational){30, 1}, tcsmpte, prevent_df, 1); in av_timecode_make_smpte_tc_string()
|
/third_party/ffmpeg/libavformat/ |
D | dv.c | 312 int prevent_df = c->sys->ltc_divisor == 25 || c->sys->ltc_divisor == 50; in dv_extract_timecode() local 317 …mecode_make_smpte_tc_string2(tc, av_inv_q(c->sys->time_base), AV_RB32(tc_pack + 1), prevent_df, 1); in dv_extract_timecode()
|