HomeSort by relevance Sort by last modified time
    Searched refs:schannels (Results 1 - 5 of 5) sorted by null

  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_route.c 103 int schannels; member in struct:__anon1476
557 if (route->schannels >= 0) {
559 (unsigned int) route->schannels, 0);
580 if (route->schannels < 0)
604 if (route->schannels < 0)
839 * \param schannels Slave channels
852 snd_pcm_format_t sformat, int schannels,
871 route->schannels = schannels;
966 * \param schannels Slave channel
1090 int schannels = -1; local
    [all...]
pcm_plug.c 51 int schannels; member in struct:__anon1469
715 if (plug->schannels > 0)
717 plug->schannels, 0);
789 if (plug->schannels == -2 || (pcm->mode & SND_PCM_NO_AUTO_CHANNELS))
880 if (plug->schannels == -2 || (pcm->mode & SND_PCM_NO_AUTO_CHANNELS))
1083 snd_pcm_format_t sformat, int schannels, int srate,
1100 plug->schannels = schannels;
1205 int schannels = -1, srate = -1; local
    [all...]
pcm_share.c 1611 int schannels = -1; local
    [all...]
pcm_multi.c 819 * \param schannels Array with slave channels
830 int *sidxs, unsigned int *schannels,
842 assert(channels_count > 0 && sidxs && schannels);
876 assert(schannels[i] < schannels_count[sidxs[i]]);
878 bind->slave_channel = schannels[i];
881 assert(!slave_map[sidxs[i]][schannels[i]]);
882 slave_map[sidxs[i]][schannels[i]] = 1;
    [all...]
  /device/samsung/crespo/alsa-lib/include/
pcm_plugin.h 141 int schannels);
146 snd_pcm_format_t sformat, int schannels,

Completed in 263 milliseconds