Searched refs:tmbuf (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/src/time/ |
D | getdate.c | 11 static struct tm tmbuf; in getdate() local 33 p = strptime(s, fmt, &tmbuf); in getdate() 35 ret = &tmbuf; in getdate()
|
/third_party/ffmpeg/libavutil/ |
D | parseutils.c | 592 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()
|
D | dict.c | 261 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/ |
D | tsmuxstream.c | 267 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/ |
D | wtvdec.c | 390 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()
|
D | hlsenc.c | 1762 struct tm *p, tmbuf; local 1765 p = localtime_r(&t, &tmbuf); 2772 struct tm *p, tmbuf; local 2773 if (!(p = localtime_r(&t, &tmbuf)))
|
D | asfdec_o.c | 665 struct tm tmbuf; in asf_read_properties() local 673 tm = gmtime_r(&creation_time, &tmbuf); in asf_read_properties()
|
D | mxfenc.c | 2383 struct tm tmbuf; in mxf_parse_timestamp() local 2384 struct tm *time = gmtime_r(×tamp, &tmbuf); in mxf_parse_timestamp()
|
D | dashenc.c | 785 struct tm *ptm, tmbuf; in format_date() local 789 ptm = gmtime_r(&time_s, &tmbuf); in format_date()
|