Searched refs:getput_idx (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_alaw.c52 unsigned int getput_idx; member in struct:__anon1456
323 alaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16);
326 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, alaw->sformat);
331 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format);
334 alaw->getput_idx = snd_pcm_linear_get_index(alaw->sformat, SND_PCM_FORMAT_S16);
356 alaw->getput_idx);
376 alaw->getput_idx);
H A Dpcm_mulaw.c52 unsigned int getput_idx; member in struct:__anon1490
338 mulaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16);
341 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, mulaw->sformat);
346 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format);
349 mulaw->getput_idx = snd_pcm_linear_get_index(mulaw->sformat, SND_PCM_FORMAT_S16);
371 mulaw->getput_idx);
391 mulaw->getput_idx);
H A Dpcm_adpcm.c83 unsigned int getput_idx; member in struct:__anon1455
427 adpcm->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16);
430 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, adpcm->sformat);
435 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format);
438 adpcm->getput_idx = snd_pcm_linear_get_index(adpcm->sformat, SND_PCM_FORMAT_S16);
483 adpcm->getput_idx, adpcm->states);
503 adpcm->getput_idx, adpcm->states);
H A Dpcm_iec958.c57 unsigned int getput_idx; member in struct:snd_pcm_iec958
154 void *put = put32_labels[iec->getput_idx];
191 void *get = get32_labels[iec->getput_idx];
335 iec->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32);
339 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, iec->sformat);
346 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format);
350 iec->getput_idx = snd_pcm_linear_get_index(iec->sformat, SND_PCM_FORMAT_S32);

Completed in 123 milliseconds