Searched refs:AVTimecode (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | timecode.h | 46 } 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 D | timecode.c | 53 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 D | dvenc.c | 57 AVTimecode tc; /* timecode context */
|
H A D | segment.c | 352 AVTimecode tc; in segment_end() 438 AVTimecode st_tc; in segment_end()
|
H A D | mxfdec.c | 148 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 D | movenc.c | 7087 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 D | mxfenc.c | 408 AVTimecode tc; ///< timecode context
|
H A D | mov.c | 8361 AVTimecode tc;
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 792 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 D | mpeg12enc.c | 76 AVTimecode tc; ///< timecode context
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 200 AVTimecode tc; ///< timecode context
|
Completed in 49 milliseconds