HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 476 - 500 of 2412) sorted by null

<<11121314151617181920>>

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
MediaDataBox.java 29 import java.nio.channels.FileChannel;
30 import java.nio.channels.ReadableByteChannel;
31 import java.nio.channels.WritableByteChannel;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractBox.java 31 import java.nio.channels.FileChannel;
32 import java.nio.channels.ReadableByteChannel;
33 import java.nio.channels.WritableByteChannel;
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 267 int width, int height, int depth, int channels )
296 channels == 1 ? PNG_COLOR_TYPE_GRAY :
297 channels == 3 ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGBA,
  /external/webrtc/src/common_audio/signal_processing/
splitting_filter.c 170 // Obtain the sum and difference channels out of upper and lower-band channels.
180 // all-pass filter the sum and difference channels
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 204 fprintf(settings_file, " Input channels: %d\n",
206 fprintf(settings_file, " Output channels: %d\n",
208 fprintf(settings_file, " Reverse channels: %d\n",
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 125 unsigned char channels[16]; local
175 channels [nIndex] = (sad[nIndex] & 0x7) + 1;
185 pInfo->AudioBlocksArray[i].nChannels = channels[i];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
MappedByteBufferTest.java 29 import java.nio.channels.FileChannel;
30 import java.nio.channels.NonWritableChannelException;
31 import java.nio.channels.FileChannel.MapMode;
  /libcore/luni/src/main/java/java/nio/channels/
SelectableChannel.java 17 package java.nio.channels;
20 import java.nio.channels.spi.AbstractInterruptibleChannel;
21 import java.nio.channels.spi.SelectorProvider;
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 27 import java.nio.channels.AsynchronousCloseException;
28 import java.nio.channels.ClosedChannelException;
29 import java.nio.channels.SocketChannel;
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
WaveHeader.java 102 * Get the number of channels.
103 * @return number of channels, 1 for mono, 2 for stereo.
110 * Set the number of channels.
  /packages/providers/TvProvider/tests/src/com/android/providers/tv/
EpgDataCleanupServiceTests.java 26 import android.media.tv.TvContract.Channels;
121 values.put(Channels.COLUMN_INPUT_ID, FAKE_INPUT_ID);
122 Uri uri = mResolver.insert(Channels.CONTENT_URI, values);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
audio.h 116 __u8 bNrChannels; /* Number of logical output channels */
198 __u8 bNrChannels; /* physical channels in the stream */
213 __u8 bNrChannels; /* physical channels in the stream */
  /cts/suite/audio_quality/lib/src/audio/
AudioPlaybackLocal.cpp 61 config.channels = 2;
AudioRecordingLocal.cpp 48 config.channels = 2;
  /developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/
AndroidManifest.xml 28 <!-- Inform app distribution channels that NFC is used, though not required. -->
  /developers/samples/android/connectivity/nfc/BeamLargeFiles/Application/src/main/
AndroidManifest.xml 28 <!-- Inform app distribution channels that NFC is used, though not required. -->
  /development/ndk/platforms/android-13/include/android/
tts.h 109 // @param [in] int - The number of channels
227 // @param[inout] channels in: the desired number of audio channels
228 // out: the number of channels used by the TTS engine
  /development/samples/browseable/BeamLargeFiles/
AndroidManifest.xml 28 <!-- Inform app distribution channels that NFC is used, though not required. -->
  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp 198 // Swizzle channels
256 } channels[] = local
303 for (int chanNdx = 0; chanNdx < DE_LENGTH_OF_ARRAY(channels); chanNdx++)
310 string name = string(channels[chanNdx].name) + "_" + swizzles[swzNdx].name;
  /external/flac/libFLAC/include/protected/
stream_encoder.h 93 unsigned channels; member in struct:FLAC__StreamEncoderProtected
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
ChannelInfoMessage.java 41 * Contains information about any extra server channels (if they exist).
  /external/kernel-headers/original/uapi/linux/
capi.h 67 __u16 nbchannel; /* number of B-Channels */
  /external/kernel-headers/original/uapi/xen/
gntalloc.h 54 * mutexes or close notification on communication channels.
  /external/libpng/
pnginfo.h 76 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */ member in struct:png_info_def
136 * only specified for the channels in the pixel data. The contents of
140 png_color_8 sig_bit; /* significant bits in color channels */
  /external/libvorbis/doc/
stereo.html 89 channel encoding, but the channels were encoded entirely separately
90 with no cross-analysis or redundancy elimination between channels.
113 more than a pair of channels; polar mapping is hierarchical such that
114 polar coupling may be extrapolated to an arbitrary number of channels
133 channels usually correlate. This correlation is even stronger if one
143 <p>Because we strive to maximally correlate the left and right channels
147 channels as a side effect of entropy encoding, but a polar
314 <p>Dual stereo refers to stereo encoding where the channels are entirely
321 couple Vorbis channels losslessly, that is, construct a stereo

Completed in 768 milliseconds

<<11121314151617181920>>