Home
last modified time | relevance | path

Searched refs:av_timecode_make_smpte_tc_string2 (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dtimecode.h127 char *av_timecode_make_smpte_tc_string2(char *buf, AVRational rate, uint32_t tcsmpte, int prevent_df, int skip_field);
H A Dtimecode.c138 char *av_timecode_make_smpte_tc_string2(char *buf, AVRational rate, uint32_t tcsmpte, int prevent_df, int skip_field) in av_timecode_make_smpte_tc_string2() function
164 return av_timecode_make_smpte_tc_string2(buf, (AVRational){30, 1}, tcsmpte, prevent_df, 1); in av_timecode_make_smpte_tc_string()
/third_party/ffmpeg/libavformat/
H A Dwsddec.c124 av_timecode_make_smpte_tc_string2(playback_time, (AVRational){1,1}, avio_rb32(pb) & 0x00ffffffU, 1, 1); in wsd_read_header() function
H A Ddv.c329 av_timecode_make_smpte_tc_string2(tc, av_inv_q(c->sys->time_base), AV_RB32(tc_pack + 1), prevent_df, 1); in dv_extract_timecode()
H A Ddump.c426 av_timecode_make_smpte_tc_string2(tcbuf, st->avg_frame_rate, tc[j], 0, 0); in dump_s12m_timecode()
/third_party/ffmpeg/libavcodec/
H A Ddpx.c287 // compatibility with av_timecode_make_smpte_tc_string2 etc in decode_frame()
301 av_timecode_make_smpte_tc_string2(tcbuf, avctx->framerate, in decode_frame()
H A Dh264_slice.c1428 av_timecode_make_smpte_tc_string2(tcbuf, h->avctx->framerate, tc_sd[i + 1], 0, 0); in h264_export_frame_props()
H A Dhevcdec.c2910 av_timecode_make_smpte_tc_string2(tcbuf, s->avctx->framerate, tc_sd[i + 1], 0, 0); in set_side_data()
/third_party/ffmpeg/libavfilter/
H A Dvf_showinfo.c134 av_timecode_make_smpte_tc_string2(tcbuf, frame_rate, tc[j], 0, 0); in dump_s12m_timecode()
/third_party/ffmpeg/fftools/
H A Dffprobe.c2650 av_timecode_make_smpte_tc_string2(tcbuf, stream->avg_frame_rate, tc[j], 0, 0); in show_frame()

Completed in 21 milliseconds