Home | History | Annotate | Download | only in audio

Lines Matching defs:SET

635 	/* Set device name */
671 /* Set this thread's name */
745 /* Set testname */
1344 const char * const typename[] = { "CLASS", "ENUM", "SET", "VALUE" };
2274 /* Set pause not to play noise */
2541 /* Set pause */
3093 /* Set pause and hiwat */
3100 /* Get the set hiwat again */
3163 /* and also set encoding */
3182 /* Anyway, set the parameters */
3191 /* Get the set parameters again */
3207 /* At this time, POLLOUT should not be set because buffer is full */
3236 * Since POLLOUT is set, it should be writable.
3306 /* Anyway, set the parameters */
3342 /* POLLOUT should not be set, because fdA is buffer full */
3570 * Check whether the specified filter can be set.
3571 * Any filters can always be set, even if pointless combination.
3572 * For example, EVFILT_READ can be set on O_WRONLY descriptor
3581 /* If the filter can be set, try kevent(poll) */
3760 /* Set pause and hiwat */
3767 /* Get the set parameters again */
3838 /* and also set encoding */
3857 /* Anyway, set the parameters */
3866 /* Get the set parameters again */
3983 /* Anyway, set the parameters to both */
4528 * When trying to set to full-duplex,
4572 * When trying to set to half-duplex,
4641 * When trying to set to full-duplex,
4671 * When trying to set to half-duplex,
4815 * Check relationship between openmode and mode set by AUDIO_SETINFO.
5029 * Check whether encoding params can be set.
5189 * Check whether the number of channels can be set.
5304 * Check whether the sample rate can be set.
5435 /* Set pause */
5460 /* Set unpause (?) */
5503 * Check whether gain can be obtained/set.
5590 * If any gain can be set, it is set to gain[0].
5591 * If another gain can be set, it is set to gain[1], otherwise gain[1] = -1.
5606 /* Try to set the maximum gain */
5611 /* Get again. The value you set is not always used as is. */
5644 DPRINTF(" > %s.gain cannot be set\n", dir);
5648 DPRINTF(" > %s.gain can only be set %d\n", dir, gain[0]);
5652 DPRINTF(" > %s.gain can be set %d, %d\n",
5659 * If any balance value can be set, it is set to balance[0].
5660 * If another balance value can be set, it is set to balance[1],
5681 /* Get again. The value you set is not always used as is. */
5702 DPRINTF(" > %s.balance can only be set %d\n",
5707 DPRINTF(" > %s.balance can be set %d, %d\n",
5713 * Check whether gain and balance can be set at the same time.
5809 * it should be able to set both at the same time.
5831 * it should be able to set both at the same time.
5948 r = IOCTL(fd, AUDIO_SETINFO, &ai, "set pause");
6025 /* Other bits should not be set */
6042 #define SET(x) do { \
6053 SET(expected[AUDIO_ENCODING_SLINEAR_LE][p8]);
6054 SET(expected[AUDIO_ENCODING_SLINEAR_BE][p8]);
6057 SET(expected[AUDIO_ENCODING_ULINEAR_LE][p8]);
6058 SET(expected[AUDIO_ENCODING_ULINEAR_BE][p8]);
6059 SET(expected[AUDIO_ENCODING_PCM8][p8]);
6060 SET(expected[AUDIO_ENCODING_PCM16][p8]);
6068 SET(expected[AUDIO_ENCODING_SLINEAR][p]);
6069 SET(expected[AUDIO_ENCODING_PCM16][p]);
6072 SET(expected[AUDIO_ENCODING_ULINEAR][p]);
6082 SET(expected[AUDIO_ENCODING_PCM8][p8]);
6083 SET(expected[AUDIO_ENCODING_PCM16][p8]);
6084 SET(expected[AUDIO_ENCODING_SLINEAR_LE][p8]);
6085 SET(expected[AUDIO_ENCODING_SLINEAR_BE][p8]);
6086 SET(expected[AUDIO_ENCODING_ULINEAR_LE][p8]);
6087 SET(expected[AUDIO_ENCODING_ULINEAR_BE][p8]);
6088 SET(expected[AUDIO_ENCODING_SLINEAR][p8]);
6089 SET(expected[AUDIO_ENCODING_ULINEAR][p8]);
6095 #undef SET
6165 * Check whether encoding+precision obtained by AUDIO_GETENC can be set.
6202 /* Whether obtained encodings can be actually set */
6318 /* ai.blocksize is shared by play and record, so set both the same. */
6407 /* ai.blocksize is shared by play and record, so set both the same. */
6531 * If it cannot be set, use common format instead.