Home
last modified time | relevance | path

Searched refs:AV_TIMECODE_STR_SIZE (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dtimecode.c123 snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%0*d", in av_timecode_make_string()
156 snprintf(buf, AV_TIMECODE_STR_SIZE, "%02u:%02u:%02u%c%02u", in av_timecode_make_smpte_tc_string2()
169 snprintf(buf, AV_TIMECODE_STR_SIZE, in av_timecode_make_mpeg_tc_string()
H A Dtimecode.h33 #define AV_TIMECODE_STR_SIZE 23 macro
101 * @param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long
118 * @param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long
132 * @param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long
143 * @param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long
/third_party/ffmpeg/libavfilter/
H A Dvf_readvitc.c50 char tcbuf[AV_TIMECODE_STR_SIZE];
153 snprintf(buf, AV_TIMECODE_STR_SIZE, "%02u:%02u:%02u%c%02u", in make_vitc_tc_string()
H A Dvf_showinfo.c133 char tcbuf[AV_TIMECODE_STR_SIZE]; in dump_s12m_timecode()
793 char tcbuf[AV_TIMECODE_STR_SIZE]; in filter_frame()
H A Dvf_drawtext.c1430 char tcbuf[AV_TIMECODE_STR_SIZE]; in draw_text()
/third_party/ffmpeg/libavformat/
H A Dwsddec.c103 char playback_time[AV_TIMECODE_STR_SIZE]; in wsd_read_header()
H A Dsegment.c355 char buf[AV_TIMECODE_STR_SIZE]; in segment_end()
437 char st_buf[AV_TIMECODE_STR_SIZE]; in segment_end()
H A Ddv.c480 char timecode[AV_TIMECODE_STR_SIZE]; in dv_read_timecode()
H A Ddump.c425 char tcbuf[AV_TIMECODE_STR_SIZE]; in dump_s12m_timecode()
H A Dmov.c8362 char buf[AV_TIMECODE_STR_SIZE];
8376 char buf[AV_TIMECODE_STR_SIZE];
8390 snprintf(buf, AV_TIMECODE_STR_SIZE, "%02d:%02d:%02d%c%02d",
H A Dmxfdec.c2169 char buf[AV_TIMECODE_STR_SIZE]; in mxf_add_timecode_metadata()
/third_party/ffmpeg/libavcodec/
H A Ddpx.c283 char tcbuf[AV_TIMECODE_STR_SIZE]; in decode_frame()
H A Dmpeg12dec.c2425 char tcbuf[AV_TIMECODE_STR_SIZE]; in mpeg_decode_gop()
2829 char tcbuf[AV_TIMECODE_STR_SIZE]; in mpeg_decode_frame()
H A Dh264_slice.c1409 char tcbuf[AV_TIMECODE_STR_SIZE]; in h264_export_frame_props()
H A Dhevcdec.c2893 char tcbuf[AV_TIMECODE_STR_SIZE]; in set_side_data()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp920 char tcstr[AV_TIMECODE_STR_SIZE]; in VideoInputFrameArrived()
/third_party/ffmpeg/fftools/
H A Dffprobe.c2641 char tcbuf[AV_TIMECODE_STR_SIZE]; in show_frame()
2649 char tcbuf[AV_TIMECODE_STR_SIZE]; in show_frame()

Completed in 50 milliseconds