HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 251 - 275 of 1604) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/libmkv/
WebMElement.h 26 char *codecId, double samplingFrequency, unsigned int channels,
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
BoxParser.java 22 import java.nio.channels.ReadableByteChannel;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/container/mp4/
MovieCreator.java 24 import java.nio.channels.ReadableByteChannel;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
ByteBufferByteChannel.java 21 import java.nio.channels.ByteChannel;
  /external/opencv/cxcore/include/
cvwimage.h 50 // 6. Fast pixel access which can take advantage of number of channels
59 // actually has two versions, one when the number of channels is known at
61 // channels specified can provide some compile time optimizations by using the
62 // fact that the number of channels is a constant.
86 // void MySetRand(WImage_b* im) { // Works with any number of channels
90 // for (int ch = 0; ch < im->Channels(); ++ch, ++row) {
198 int Channels() const {return image_->nChannels; }
202 int PixelSize() const {return Channels() * ChannelSize(); }
220 c*Channels();
225 c*Channels();
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_BuildAudioCVT.3 13 \fBsrc_format\fR and \fBdst_format\fR are the source and destination format of the conversion\&. (For information on audio formats see \fI\fB SDL_AudioSpec\fR\fR)\&. \fBsrc_channels\fR and \fBdst_channels\fR are the number of channels in the source and destination formats\&. Finally, \fBsrc_rate\fR and \fBdst_rate\fR are the frequency or samples-per-second of the source and destination formats\&. Once again, see \fI\fBSDL_AudioSpec\fR\fR\&.
SDL_SetGammaRamp.3 11 Sets the gamma lookup tables for the display for each color component\&. Each table is an array of 256 Uint16 values, representing a mapping between the input and output for that channel\&. The input is the index into the array, and the output is the 16-bit gamma value at that index, scaled to the output color precision\&. You may pass NULL to any of the channels to leave them unchanged\&.
  /external/quake/quake/src/QW/client/
sound.h 54 int channels; member in struct:__anon14217
83 int channels; member in struct:__anon14219
108 // picks a channel based on priorities, empty slots, number of channels
131 extern channel_t channels[MAX_CHANNELS];
  /external/quake/quake/src/WinQuake/
sound.h 63 int channels; member in struct:__anon14662
92 int channels; member in struct:__anon14664
117 // picks a channel based on priorities, empty slots, number of channels
140 extern channel_t channels[MAX_CHANNELS];
  /external/smack/src/org/xbill/DNS/
Client.java 7 import java.nio.channels.*;
  /external/smali/
README.md 9 - [#smali on freenode](http://webchat.freenode.net/?channels=smali) - Free free to drop by and ask a question. Don't expect an instant response, but if you hang around someone will respond. Think of it more in terms of.. multi-player notepad.
  /external/webkit/Source/WebCore/platform/brew/
LoggingBrew.cpp 33 // FIXME: Should read the logging channels from a file.
  /frameworks/av/media/libnbaio/
LibsndfileSink.cpp 27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns_param.h 48 Word32 bitRate, Word16 channels, Word16 blockType);
  /frameworks/base/core/java/android/bluetooth/
package.html 19 <li>Establish RFCOMM channels/sockets</li>
  /frameworks/base/graphics/java/android/graphics/
LightingColorFilter.java 27 * Create a colorfilter that multiplies the RGB channels by one color, and then adds a second color,
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 45 // @param num_channels number of interleaved channels in the signal.
53 // The correlation is performed over all channels of a multi-channel signal.
57 // samples / number of channels)
85 // @param num_channels number of channels of the signal to process
  /hardware/libhardware_legacy/audio/
AudioHardwareGeneric.h 52 virtual uint32_t channels() const { return AudioSystem::CHANNEL_OUT_STEREO; } function in class:android_audio_legacy::AudioStreamOutGeneric
86 virtual uint32_t channels() const { return AudioSystem::CHANNEL_IN_MONO; } function in class:android_audio_legacy::AudioStreamInGeneric
121 uint32_t *channels=0,
129 uint32_t *channels,
  /hardware/qcom/bt/libbt-vendor/include/
userial_vendor.h 32 /*BT RIVA-SMD CHANNELS */
  /hardware/ti/omap3/dspbridge/inc/
cfgdefs.h 98 * Info needed by NODE for allocating channels to communicate with RMS:
99 * dwChnlOffset: Offset of RMS channels. Lower channels are
102 * dwNumChnls: Total number of channels (including reserved).
  /libcore/luni/src/main/java/java/nio/channels/
AlreadyConnectedException.java 17 package java.nio.channels;
AsynchronousCloseException.java 17 package java.nio.channels;
CancelledKeyException.java 17 package java.nio.channels;
ClosedByInterruptException.java 17 package java.nio.channels;
ClosedChannelException.java 17 package java.nio.channels;

Completed in 733 milliseconds

<<11121314151617181920>>