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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demufx.c983 struct snd_emu10k1_fx8010_pcm_rec *ipcm)
989 if (ipcm->substream >= EMU10K1_FX8010_PCM_COUNT)
991 if (ipcm->channels > 32)
993 pcm = &emu->fx8010.pcm[ipcm->substream];
1000 if (ipcm->channels == 0) { /* remove */
1003 if (ipcm->channels != 2) {
1009 pcm->channels = ipcm->channels;
1010 pcm->tram_start = ipcm->tram_start;
1011 pcm->buffer_size = ipcm->buffer_size;
1012 pcm->gpr_size = ipcm
982 snd_emu10k1_ipcm_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_pcm_rec *ipcm) argument
1027 snd_emu10k1_ipcm_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_pcm_rec *ipcm) argument
1786 struct snd_emu10k1_fx8010_pcm_rec *ipcm = NULL; local
2454 struct snd_emu10k1_fx8010_pcm_rec *ipcm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddv.c125 uint8_t *pcm, ipcm; local
146 ipcm = (sys->height == 720 && !(frame[1] & 0x0C)) ? 2 : 0;
148 if (ipcm + sys->n_difchan > (quant == 1 ? 2 : 4)) {
155 av_assert0(ipcm<4);
156 pcm = ppcm[ipcm++];
165 av_assert0(ipcm<4);
166 pcm = ppcm[ipcm++];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Ddv.c111 uint8_t *pcm, ipcm; local
132 ipcm = (sys->height == 720 && !(frame[1] & 0x0C)) ? 2 : 0;
137 pcm = ppcm[ipcm++];
146 pcm = ppcm[ipcm++];
/netgear-R7000-V1.0.7.12_1.2.5/src/include/ctf/
H A Dhndctf.h149 ctf_ipc_t *ipcm, bool v6);

Completed in 206 milliseconds