Home
last modified time | relevance | path

Searched refs:av_timecode_init_from_components (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dtimecode.h178 int av_timecode_init_from_components(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, in…
Dtimecode.c229 int av_timecode_init_from_components(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, in… in av_timecode_init_from_components() function
262 return av_timecode_init_from_components(tc, rate, flags, hh, mm, ss, ff, log_ctx); in av_timecode_init_from_string()
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp808 ret = av_timecode_init_from_components(tc, frame_rate, flags, hh, mm, ss, ff, avctx); in get_bmd_timecode()
/third_party/ffmpeg/doc/
DAPIchanges94 Add av_timecode_init_from_components.