HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 201 - 225 of 826) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.h 68 {"channels", PVMI_KVPTYPE_VALUE, PVMI_KVPVALTYPE_UINT32}
141 uint32 iNumBytesPerFrame; // depends on number of samples/channel and number of channels
  /external/qemu/distrib/sdl-1.2.12/src/audio/ums/
SDL_umsaudio.c 71 static UMSAudioDevice_ReturnCode UADSetChannels(_THIS, long channels );
260 /* sample_bits = spec->size / spec->samples / spec->channels * 8; */
325 this->hidden->bytesPerSample = (bitsPerSample / 8) * spec->channels;
337 rc = UADSetChannels(this, spec->channels); /* functions reduces to mono or stereo */
489 static UMSAudioDevice_ReturnCode UADSetChannels(_THIS, long channels )
495 if ( channels != 1 ) channels = 2;
498 channels );
  /external/srec/srec/EventLog/include/
riff.h 50 * The number of channels.
62 * number of channels * bytes_per_sample
  /external/webkit/WebCore/workers/
Worker.cpp 89 OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(ports, ec); local
92 m_contextProxy->postMessageToWorkerContext(message, channels.release());
  /frameworks/base/awt/org/apache/harmony/awt/gl/color/
ICC_Transform.java 40 * @return Returns the number of input channels.
47 * @return Returns the number of output channels.
NativeImageFormat.java 185 * For hifi colorspaces with 5+ color channels imgData
188 * For common colorspaces with up to 4 color channels it
193 * Color channels are in their natural order (not BGR but RGB).
196 * @param nChannels - number of channels
364 int channels = hasAlpha ? sm.getNumBands()-1 : sm.getNumBands(); local
440 channelsSh(channels) |
491 int channels = hasAlpha ? sm.getNumBands()-1 : sm.getNumBands(); local
571 channelsSh(channels) |
  /frameworks/base/include/media/
IAudioPolicyService.h 54 uint32_t channels = 0,
62 uint32_t channels = 0,
  /frameworks/base/media/libmedia/
IAudioFlingerClient.cpp 56 data.writeInt32(desc->channels);
86 desc.channels = data.readInt32();
  /build/tools/
buildinfo.sh 30 echo "ro.wifi.channels=$PRODUCT_DEFAULT_WIFI_CHANNELS"
  /cts/tools/host/src/com/android/cts/
HostLock.java 23 import java.nio.channels.FileLock;
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
DalvikLogHandler.java 39 * through the conventional channels instead.
  /external/bluetooth/bluez/audio/
gstsbcutil.h 44 const gchar *gst_sbc_get_mode_from_list(const GValue *value, gint channels);
gstsbcparse.c 53 "channels = (int) [ 1, 2 ], "
141 parse->channels = -1;
209 self->channels = -1;
  /external/opencore/codecs_v2/utilities/pv_config_parser/include/
pv_audio_config_parser.h 35 uint16 Channels;
  /external/opencore/protocols/rtp_payload_parser/include/
rtp_payload_parser_include.h 35 uint16 channels; member in struct:AMR_INFO
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h 49 Uint16 channels; /* 1 = mono, 2 = stereo */ member in struct:WaveFMT
  /external/qemu/telephony/
sysdeps.h 35 /** channels
  /external/webkit/WebCore/platform/haiku/
LoggingHaiku.cpp 34 // FIXME: Should read the logging channels from a file.
  /hardware/msm7k/libaudio/
AudioHardware.h 126 uint32_t *channels=0,
134 uint32_t *channels,
171 virtual uint32_t channels() const { return AudioSystem::CHANNEL_OUT_STEREO; } function in class:android::AudioHardware::AudioStreamOutMSM72xx
210 virtual uint32_t channels() const { return mChannels; } function in class:android::AudioHardware::AudioStreamInMSM72xx
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 193 uint32_t *channels=0,
201 uint32_t *channels,
250 virtual uint32_t channels() const { return mChannels; } function in class:android::AudioHardware::AudioStreamOutMSM72xx
292 virtual uint32_t channels() const { return mChannels; } function in class:android::AudioHardware::AudioStreamInMSM72xx
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_omx_config_parser.h 42 OMX_U16 Channels;
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
DatagramChannel.java 18 package java.nio.channels;
24 import java.nio.channels.spi.AbstractSelectableChannel;
25 import java.nio.channels.spi.SelectorProvider;
41 * Datagram channels are thread-safe; only one thread can read or write at the
78 * Gets the valid operations of this channel. Datagram channels support read
82 * @see java.nio.channels.SelectableChannel#validOps()
246 * @see java.nio.channels.ReadableByteChannel#read(java.nio.ByteBuffer)
277 * @see java.nio.channels.ScatteringByteChannel#read(java.nio.ByteBuffer[],
318 * @see java.nio.channels.ScatteringByteChannel#read(java.nio.ByteBuffer[])
350 * @see java.nio.channels.WritableByteChannel#write(java.nio.ByteBuffer
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractSelector.java 18 package java.nio.channels.spi;
21 import java.nio.channels.SelectionKey;
22 import java.nio.channels.Selector;
  /device/htc/dream-sapphire/
media_profiles.xml 38 <!ATTLIST Audio channels (1|2) #REQUIRED>
92 channels="1" />
105 channels="1" />
  /device/htc/passion-common/
media_profiles.xml 38 <!ATTLIST Audio channels (1|2) #REQUIRED>
92 channels="1" />
105 channels="1" />

Completed in 102 milliseconds

1 2 3 4 5 6 7 891011>>