Home
last modified time | relevance | path

Searched refs:prevent_df (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dtimecode.h121 * @param prevent_df prevent the use of a drop flag when it is known the DF bit
127 char *av_timecode_make_smpte_tc_string2(char *buf, AVRational rate, uint32_t tcsmpte, int prevent_df, int skip_field);
134 * @param prevent_df prevent the use of a drop flag when it is known the DF bit
138 char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df);
H A Dtimecode.c138 char *av_timecode_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
144 unsigned drop = tcsmpte & 1<<30 && !prevent_df; // 1-bit drop if not arbitrary bit in av_timecode_make_smpte_tc_string2()
162 char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df) in av_timecode_make_smpte_tc_string() argument
164 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/
H A Ddv.c324 int prevent_df = c->sys->ltc_divisor == 25 || c->sys->ltc_divisor == 50; in dv_extract_timecode() local
329 av_timecode_make_smpte_tc_string2(tc, av_inv_q(c->sys->time_base), AV_RB32(tc_pack + 1), prevent_df, 1); in dv_extract_timecode()

Completed in 3 milliseconds