Home
last modified time | relevance | path

Searched refs:AVTimecode (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dtimecode.h46 } AVTimecode; typedef
83 uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum);
110 char *av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum);
154 * @param tc pointer to an allocated AVTimecode
161 int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx);
168 * @param tc pointer to an allocated AVTimecode
178 int av_timecode_init_from_components(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, int ss, int ff, void *log_ctx);
185 * @param tc pointer to an allocated AVTimecode
190 int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx);
H A Dtimecode.c53 uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum) in av_timecode_get_smpte_from_framenum()
103 char *av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum) in av_timecode_make_string()
192 static int check_timecode(void *log_ctx, AVTimecode *tc) in check_timecode()
221 int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx) in av_timecode_init()
231 int av_timecode_init_from_components(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, int ss, int ff, void *log_ctx) in av_timecode_init_from_components()
252 int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx) in av_timecode_init_from_string()
/third_party/ffmpeg/libavformat/
H A Ddvenc.c57 AVTimecode tc; /* timecode context */
H A Dsegment.c352 AVTimecode tc; in segment_end()
438 AVTimecode st_tc; in segment_end()
H A Dmxfdec.c148 AVTimecode tc;
2167 static int mxf_add_timecode_metadata(AVDictionary **pm, const char *key, AVTimecode *tc) in mxf_add_timecode_metadata()
2310 AVTimecode tc; in mxf_parse_physical_source_package()
2610 AVTimecode tc; in mxf_parse_structural_metadata()
H A Dmovenc.c7087 static int mov_check_timecode_track(AVFormatContext *s, AVTimecode *tc, int src_index, const char *tcstr)
7096 static int mov_create_timecode_track(AVFormatContext *s, int index, int src_index, AVTimecode tc)
7505 AVTimecode tc;
7892 AVTimecode tc;
H A Dmxfenc.c408 AVTimecode tc; ///< timecode context
H A Dmov.c8361 AVTimecode tc;
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp792 static int get_bmd_timecode(AVFormatContext *avctx, AVTimecode *tc, AVRational frame_rate, BMDTimecodeFormat tc_format, IDeckLinkVideoInputFrame *videoFrame) in get_bmd_timecode()
814 static int get_frame_timecode(AVFormatContext *avctx, decklink_ctx *ctx, AVTimecode *tc, IDeckLinkVideoInputFrame *videoFrame) in get_frame_timecode()
918 AVTimecode tcr; in VideoInputFrameArrived()
/third_party/ffmpeg/libavcodec/
H A Dmpeg12enc.c76 AVTimecode tc; ///< timecode context
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c200 AVTimecode tc; ///< timecode context

Completed in 49 milliseconds