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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dtimecode.h92 * @param prevent_df prevent the use of a drop flag when it is known the DF bit
96 char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df);
H A Dtimecode.c118 char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df) argument
124 unsigned drop = tcsmpte & 1<<30 && !prevent_df; // 1-bit drop if not arbitrary bit
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddv.c317 int prevent_df = c->sys->ltc_divisor == 25 || c->sys->ltc_divisor == 50; local
322 av_timecode_make_smpte_tc_string(tc, AV_RB32(tc_pack + 1), prevent_df);

Completed in 31 milliseconds