Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpchunkstream.c500 guint32 delta_32, abs_32; in gst_rtmp_chunk_stream_parse_header() local
504 abs_32 = meta->ts_delta; in gst_rtmp_chunk_stream_parse_header()
505 delta_32 = abs_32 - dts / GST_MSECOND; in gst_rtmp_chunk_stream_parse_header()
508 abs_32 = delta_32 + dts / GST_MSECOND; in gst_rtmp_chunk_stream_parse_header()
512 G_GUINT32_FORMAT ")", delta_32, abs_32); in gst_rtmp_chunk_stream_parse_header()