Home
last modified time | relevance | path

Searched refs:tmbuf (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/time/
Dgetdate.c11 static struct tm tmbuf; in getdate() local
33 p = strptime(s, fmt, &tmbuf); in getdate()
35 ret = &tmbuf; in getdate()
/third_party/ffmpeg/libavutil/
Dparseutils.c592 struct tm dt = { 0 }, tmbuf; in av_parse_time() local
724 struct tm dt2 = is_utc ? *gmtime_r(&now, &tmbuf) : *localtime_r(&now, &tmbuf); in av_parse_time()
Ddict.c261 struct tm *ptm, tmbuf; in avpriv_dict_set_timestamp() local
262 ptm = gmtime_r(&seconds, &tmbuf); in avpriv_dict_set_timestamp()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.c267 TsMuxStreamBuffer *tmbuf = (TsMuxStreamBuffer *) cur->data; in tsmux_stream_free() local
270 stream->buffer_release (tmbuf->data, tmbuf->user_data); in tsmux_stream_free()
271 g_slice_free (TsMuxStreamBuffer, tmbuf); in tsmux_stream_free()
/third_party/ffmpeg/libavformat/
Dwtvdec.c390 struct tm tmbuf; in filetime_to_iso8601() local
391 struct tm *tm = gmtime_r(&t, &tmbuf); in filetime_to_iso8601()
406 struct tm tmbuf; in crazytime_to_iso8601() local
407 struct tm *tm = gmtime_r(&t, &tmbuf); in crazytime_to_iso8601()
422 struct tm tmbuf; in oledate_to_iso8601() local
423 struct tm *tm= gmtime_r(&t, &tmbuf); in oledate_to_iso8601()
Dhlsenc.c1762 struct tm *p, tmbuf; local
1765 p = localtime_r(&t, &tmbuf);
2772 struct tm *p, tmbuf; local
2773 if (!(p = localtime_r(&t, &tmbuf)))
Dasfdec_o.c665 struct tm tmbuf; in asf_read_properties() local
673 tm = gmtime_r(&creation_time, &tmbuf); in asf_read_properties()
Dmxfenc.c2383 struct tm tmbuf; in mxf_parse_timestamp() local
2384 struct tm *time = gmtime_r(&timestamp, &tmbuf); in mxf_parse_timestamp()
Ddashenc.c785 struct tm *ptm, tmbuf; in format_date() local
789 ptm = gmtime_r(&time_s, &tmbuf); in format_date()