Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/tinyalsa/
Dtinyalsasink.c287 int periods_min, periods_max; in gst_tinyalsa_sink_prepare() local
300 periods_min = pcm_params_get_min (params, PCM_PARAM_PERIODS); in gst_tinyalsa_sink_prepare()
308 config.period_count = CLAMP (config.period_count, periods_min, periods_max); in gst_tinyalsa_sink_prepare()
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h310 __le32 periods_min; /* min number of periods */ member
607 __le32 periods_min; /* min number of periods */ member
/third_party/alsa-lib/include/
Dtopology.h993 unsigned int periods_min; /*!< min number of periods */ member
/third_party/alsa-lib/src/topology/
Dpcm.c492 if (parse_unsigned(n, &sc->periods_min)) in tplg_parse_stream_caps()
589 if (err >= 0 && sc->periods_min) in tplg_save_stream_caps()
591 sc->periods_min); in tplg_save_stream_caps()
1737 caps->periods_min = caps_tpl->periods_min; in tplg_add_stream_caps()
2061 cap->periods_min = pcm->caps[i].periods_min; in tplg_decode_pcm()