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

<<11121314151617181920>>

  /dalvik/libcore/nio/src/main/java/java/nio/channels/
FileLock.java 18 package java.nio.channels;
64 * channels open on the same file; their locks will also be released. The safe
SelectionKey.java 17 package java.nio.channels;
19 import java.nio.channels.Selector;
  /external/dropbear/
cli-chansession.c 88 dropbear_log(LOG_INFO, "Waiting for other channels to close...");
270 channel = ses.channels[i];
session.h 155 struct Channel ** channels; /* these pointers may be null */ member in struct:sshsession
156 unsigned int chansize; /* the number of Channel*s allocated for channels */
  /external/jpeg/
jpegtran.1 139 This option discards the chrominance channels if the input image is YCbCr
145 of the near-empty chroma channels won't be large; but the decoding time for
  /external/kernel-headers/original/linux/
videodev.h 40 int channels; /* Num channels */ member in struct:video_capability
  /external/opencore/codecs_v2/audio/gsm_amr/common/dec/include/
pvgsmamrdecoderinterface.h 103 * Number of requested output audio channels. This relieves the calling
134 * The number of channels decoded from the bitstream. The output data
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 231 /* Outgoing logical channels */
234 /* Incoming logical channels */
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_component.h 280 // Configuration of outgoing channels
282 // Configuration of incoming channels
  /external/qemu/distrib/sdl-1.2.12/src/audio/arts/
SDL_artsaudio.c 63 static arts_stream_t (*SDL_NAME(arts_play_stream))(int rate, int bits, int channels, const char *name);
314 stream = SDL_NAME(arts_play_stream)(spec->freq, bits, spec->channels, "SDL");
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.c 256 this->hidden->dev = find_device(this, spec->channels);
276 AuMakeElementImportClient(elms, spec->freq, format, spec->channels, AuTrue,
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 28 import java.nio.channels.FileChannel;
29 import java.nio.channels.FileLock;
  /frameworks/base/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 101 * Number of requested output audio channels. This relieves the calling
132 * The number of channels decoded from the bitstream. The output data
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.h 85 * channels available, scan SRV returned TI_NOK, etc)
166 * - verifies the requested channels with the reg doamin
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncn.h 83 * channels available, scan SRV returned TI_NOK, etc)
164 * - verifies the requested channels with the reg doamin
  /external/opencore/codecs_v2/audio/aac/dec/include/
pvmp4audiodecoder_api.h 93 * for the input buffer for 2 audio channels to decode one frame of data,
101 * The constant value is 6144 * 2 channels / 8 bits per byte
221 * If the output is stereo, both left and right channels will be stored
230 * If the output is stereo, both left and right channels will be stored
260 * Number of requested output audio channels. This relieves the calling
300 * The number of channels decoded from the bitstream. The output data
  /external/qemu/
qemu-monitor.hx 403 "path [frequency [bits [channels]]]",
404 "capture audio to a wave file (default frequency=44100 bits=16 channels=2)" },
407 @item wavcapture @var{filename} [@var{frequency} [@var{bits} [@var{channels}]]]
409 bits per sample @var{bits} and number of channels @var{channels}.
415 @item Number of channels = 2 - Stereo
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 127 jint source, jint sampleRateInHertz, jint channels,
131 //LOGV("sampleRate=%d, audioFormat=%d, channels=%x, buffSizeInBytes=%d",
132 // sampleRateInHertz, audioFormat, channels, buffSizeInBytes);
134 if (!AudioSystem::isInputChannel(channels)) {
138 uint32_t nbChannels = AudioSystem::popCount(channels);
188 channels,
  /frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoder_api.h 93 * for the input buffer for 2 audio channels to decode one frame of data,
101 * The constant value is 6144 * 2 channels / 8 bits per byte
221 * If the output is stereo, both left and right channels will be stored
230 * If the output is stereo, both left and right channels will be stored
260 * Number of requested output audio channels. This relieves the calling
300 * The number of channels decoded from the bitstream. The output data
  /frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp 648 int channels = DEFAULT_TTS_NB_CHANNELS; local
649 pSynthData->mNativeSynthInterface->setAudioFormat(encoding, rate, channels);
706 ((unsigned short *)(&header[22]))[0] = channels; // channels
708 ((uint32_t *)(&header[28]))[0] = rate * sampleSizeInByte * channels;// byterate
709 ((unsigned short *)(&header[32]))[0] = sampleSizeInByte * channels; // block align
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MonitorThread.java 28 import java.nio.channels.CancelledKeyException;
29 import java.nio.channels.NotYetBoundException;
30 import java.nio.channels.SelectionKey;
31 import java.nio.channels.Selector;
32 import java.nio.channels.ServerSocketChannel;
33 import java.nio.channels.SocketChannel;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c     [all...]
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 574 /* channels */
597 "Unexpected number of channels");
602 gst_structure_set_value(structure, "channels", value);
698 /* channels */
699 GST_LOG_OBJECT(self, "setting mpeg channels");
722 "Unexpected number of channels");
726 gst_structure_set_value(structure, "channels", value);
    [all...]
liba2dp.c 148 int channels; member in struct:bluetooth_data
377 if (data->channels == 2) {
1102 int a2dp_init(int rate, int channels, a2dpData* dataPtr)
1108 DBG("a2dp_init rate: %d channels: %d", rate, channels);
1122 data->channels = channels;
  /external/bluetooth/bluez/test/
l2test.c 829 uint32_t channels, mask = 0x0000; local
920 printf(" Fixed Channels\n");
953 memcpy(&channels, rsp->data, sizeof(channels));
954 printf("Fixed channels list is 0x%04x\n", btohl(channels));
957 printf("Fixed channels list is not supported\n");

Completed in 192 milliseconds

<<11121314151617181920>>