Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpsbcpay.c232 (available > (sbcpay->min_frames * sbcpay->frame_length))) in gst_rtp_sbc_pay_handle_buffer()
338 sbcpay->min_frames = g_value_get_int (value); in gst_rtp_sbc_pay_set_property()
356 g_value_set_int (value, sbcpay->min_frames); in gst_rtp_sbc_pay_get_property()
371 self->min_frames = DEFAULT_MIN_FRAMES; in gst_rtp_sbc_pay_init()
Dgstrtpsbcpay.h54 guint min_frames; member
/third_party/alsa-lib/src/pcm/
Dpcm_share.c142 snd_pcm_sframes_t min_frames, max_frames; in _snd_pcm_share_slave_forward() local
147 min_frames = slave_avail; in _snd_pcm_share_slave_forward()
168 if (frames < min_frames) in _snd_pcm_share_slave_forward()
169 min_frames = frames; in _snd_pcm_share_slave_forward()
173 frames = min_frames; in _snd_pcm_share_slave_forward()