HomeSort by relevance Sort by last modified time
    Searched defs:substream (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_virmidi.h 43 struct snd_rawmidi_substream *substream; member in struct:snd_virmidi
ak4117.h 167 struct snd_pcm_substream *substream; member in struct:ak4117
pcm.h 32 #define snd_pcm_substream_chip(substream) ((substream)->private_data)
62 int (*open)(struct snd_pcm_substream *substream);
63 int (*close)(struct snd_pcm_substream *substream);
64 int (*ioctl)(struct snd_pcm_substream * substream,
66 int (*hw_params)(struct snd_pcm_substream *substream,
68 int (*hw_free)(struct snd_pcm_substream *substream);
69 int (*prepare)(struct snd_pcm_substream *substream);
70 int (*trigger)(struct snd_pcm_substream *substream, int cmd);
71 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);
195 struct snd_pcm_substream *substream; member in struct:snd_pcm_file
404 struct snd_pcm_substream *substream; member in struct:snd_pcm_str
978 struct snd_pcm_substream *substream = (struct snd_pcm_substream *)area->vm_private_data; local
984 struct snd_pcm_substream *substream = (struct snd_pcm_substream *)area->vm_private_data; local
    [all...]
trident.h 331 struct snd_pcm_substream *substream; member in struct:snd_trident_voice
460 struct snd_pcm_substream *substream);
vx_core.h 76 struct snd_pcm_substream *substream; member in struct:vx_pipe
ymfpci.h 270 struct snd_pcm_substream *substream; member in struct:snd_ymfpci_pcm
cs46xx.h 1641 struct snd_pcm_substream *substream; member in struct:snd_cs46xx_pcm
1679 struct snd_pcm_substream *substream; member in struct:snd_cs46xx::__anon25207
    [all...]
emu10k1.h 1303 struct snd_pcm_substream *substream; member in struct:snd_emu10k1_pcm
1972 unsigned int substream; \/* substream number *\/ member in struct:snd_emu10k1_fx8010_pcm_rec
    [all...]
  /frameworks/av/media/libaah_rtp/
aah_rx_player_core.cpp 120 // collection. Failure to clear out a substream can result in its decoder
396 ALOGE("Substream index %d has encountered an unrecoverable"
493 sp<Substream> substream; local
558 sp<Substream> iter = substreams_.valueAt(i);
568 // with one particular substream. Just give it to the command
577 // the substream we belong to and send the packet off to be processed.
578 substream = substreams_.valueFor(ssrc);
579 if (substream == NULL) {
580 substream = new Substream(ssrc, omx_)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 269 unsigned int subdevice; /* subdevice (substream) number */
318 unsigned int substream; /* substream number */ member in struct:__anon22808
320 unsigned int channels; /* 16-bit channels count, zero = remove this substream */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 269 unsigned int subdevice; /* subdevice (substream) number */
318 unsigned int substream; /* substream number */ member in struct:__anon24398
320 unsigned int channels; /* 16-bit channels count, zero = remove this substream */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 269 unsigned int subdevice; /* subdevice (substream) number */
318 unsigned int substream; /* substream number */ member in struct:__anon25910
320 unsigned int channels; /* 16-bit channels count, zero = remove this substream */

Completed in 1214 milliseconds