Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvrawpay.c134 rtpvrawpay->chunks_per_frame = DEFAULT_CHUNKS_PER_FRAME; in gst_rtp_vraw_pay_init()
326 lines_delay = GST_ROUND_UP_4 (height / rtpvrawpay->chunks_per_frame); in gst_rtp_vraw_pay_handle_buffer()
331 packlines_per_list = height / (yinc * rtpvrawpay->chunks_per_frame); in gst_rtp_vraw_pay_handle_buffer()
336 (rtpvrawpay->chunks_per_frame < (height / yinc)); in gst_rtp_vraw_pay_handle_buffer()
637 rtpvrawpay->chunks_per_frame = g_value_get_int (value); in gst_rtp_vraw_pay_set_property()
655 g_value_set_int (value, rtpvrawpay->chunks_per_frame); in gst_rtp_vraw_pay_get_property()
Dgstrtpvrawpay.h53 guint chunks_per_frame; member