Searched refs:constantDuration (Results 1 – 3 of 3) sorted by relevance
277 rtpmp4gdepay->constantDuration = in gst_rtp_mp4g_depay_setcaps()562 if (rtpmp4gdepay->constantDuration != 0) { in gst_rtp_mp4g_depay_process()563 cd = rtpmp4gdepay->constantDuration; in gst_rtp_mp4g_depay_process()576 rtpmp4gdepay->constantDuration = cd; in gst_rtp_mp4g_depay_process()709 if (rtpmp4gdepay->constantDuration != 0) { in gst_rtp_mp4g_depay_process()712 timestamp += (rtpmp4gdepay->constantDuration * GST_SECOND) / in gst_rtp_mp4g_depay_process()
51 gint constantDuration; member
39408 Use constantDuration to calculate the timestamp of non-first AU in the39410 If constantDuration is not present in the MIME parameters, its value104384 mp4gdepay: improve constantDuration guessing104385 When no constantDuration has been given in the caps, try to derive one from the105599 Avoid a division by 0 when no constantDuration was specified and when out two115976 mp4gdepay: guess constantDuration better115977 Do a better job at guessing the constantDuration parameter when it is not