AVTimecode        619 libavcodec/mpegvideo.h     AVTimecode tc;           ///< timecode context
AVTimecode        184 libavfilter/vf_drawtext.c     AVTimecode  tc;                 ///< timecode context
AVTimecode         57 libavformat/dvenc.c     AVTimecode        tc;            /* timecode context */
AVTimecode       3798 libavformat/mov.c     AVTimecode tc;
AVTimecode       4619 libavformat/movenc.c     AVTimecode tc;
AVTimecode        127 libavformat/mxfdec.c     AVTimecode tc;
AVTimecode       1517 libavformat/mxfdec.c static int mxf_add_timecode_metadata(AVDictionary **pm, const char *key, AVTimecode *tc)
AVTimecode       1640 libavformat/mxfdec.c     AVTimecode tc;
AVTimecode       1726 libavformat/mxfdec.c         AVTimecode tc;
AVTimecode        307 libavformat/mxfenc.c     AVTimecode tc;       ///< timecode context
AVTimecode         55 libavutil/timecode.c uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum)
AVTimecode         84 libavutil/timecode.c char *av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum)
AVTimecode        152 libavutil/timecode.c static int check_timecode(void *log_ctx, AVTimecode *tc)
AVTimecode        182 libavutil/timecode.c int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx)
AVTimecode        192 libavutil/timecode.c int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx)
AVTimecode         71 libavutil/timecode.h uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum);
AVTimecode         85 libavutil/timecode.h char *av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum);
AVTimecode        119 libavutil/timecode.h int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx);
AVTimecode        131 libavutil/timecode.h int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx);