Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpjpegdepay.c134 depay->frate_num = 0; in gst_rtp_jpeg_depay_reset()
451 rtpjpegdepay->frate_num = 0; in gst_rtp_jpeg_depay_setcaps()
485 rtpjpegdepay->frate_num = gst_value_get_fraction_numerator (&dest); in gst_rtp_jpeg_depay_setcaps()
634 "framerate", GST_TYPE_FRACTION, rtpjpegdepay->frate_num, in gst_rtp_jpeg_depay_process()
Dgstrtpjpegdepay.h52 gint frate_num; member