Searched refs:AVTimecode (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
D | timecode.h | 46 } AVTimecode; typedef 71 uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum); 85 char *av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum); 119 int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx); 131 int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx);
|