Lines Matching refs:periods

43 generated in continuous time periods.</P>
70 recorded at boundaries of continuous time periods.</P>
78 The modern audio chips allow to program the transfer time periods.
143 specified time periods. You may see the #SND_PCM_ASYNC
918 snd_interval_copy(&params->intervals[SND_PCM_HW_PARAM_PERIODS - SND_PCM_HW_PARAM_FIRST_INTERVAL], &pcm->periods);
5532 * \brief Extract periods from a configuration space
5534 * \param val approximate periods per buffer
5550 * \brief Extract minimum periods count from a configuration space
5552 * \param val approximate minimum periods per buffer
5568 * \brief Extract maximum periods count from a configuration space
5570 * \param val approximate maximum periods per buffer
5586 * \brief Verify if a periods count is available inside a configuration space for a PCM
5589 * \param val approximate periods per buffer
5601 * \brief Restrict a configuration space to contain only one periods count
5604 * \param val approximate periods per buffer
5616 * \brief Restrict a configuration space with a minimum periods count
5619 * \param val approximate minimum periods per buffer (on return filled with actual minimum)
5631 * \brief Restrict a configuration space with a maximum periods count
5634 * \param val approximate maximum periods per buffer (on return filled with actual maximum)
5646 * \brief Restrict a configuration space to have periods counts in a given range
5649 * \param min approximate minimum periods per buffer (on return filled with actual minimum)
5651 * \param max approximate maximum periods per buffer (on return filled with actual maximum)
5663 * \brief Restrict a configuration space to have periods count nearest to a target
5666 * \param val approximate target periods per buffer / returned chosen approximate target periods per buffer
5682 * \brief Restrict a configuration space to contain only its minimum periods count
5685 * \param val Returned approximate minimum periods per buffer
5701 * \brief Restrict a configuration space to contain only its maximum periods count
5704 * \param val Returned approximate maximum periods per buffer
5720 * \brief Restrict a configuration space to contain only integer periods counts
7777 [SND_PCM_HW_PARAM_PERIODS] = "periods"
8889 /* standard configuration buffer_time -> periods */