HomeSort by relevance Sort by last modified time
    Searched defs:Channels (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_multi_vector.h 26 // Creates an empty AudioMultiVector with |N| audio channels. |N| must be
30 // Creates an AudioMultiVector with |N| audio channels, each channel having
45 // number of channels.
50 // an even multiple of this object's number of channels.
52 // number of channels.
75 // returned, i.e., |length| * number of channels. If the AudioMultiVector
108 // Returns the number of channels.
109 virtual size_t Channels() const { return num_channels_; }
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_omx_config_parser.h 42 OMX_U16 Channels;
  /external/chromium_org/media/base/
channel_layout.h 12 // Enumerates the various representations of the ordering of audio channels.
99 // Channels are not explicitly mapped to speakers.
112 enum Channels {
130 MEDIA_EXPORT int ChannelOrder(ChannelLayout layout, Channels channel);
132 // Returns the number of channels in a given ChannelLayout.
135 // Given the number of channels, return the best layout,
137 MEDIA_EXPORT ChannelLayout GuessChannelLayout(int channels);
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 85 VO_CHANNEL_ALL = 0xffff,/*!<[default] include all channels */
95 VO_S32 Channels; /*!< Channel count */
  /libcore/luni/src/main/java/java/nio/channels/
Channels.java 18 package java.nio.channels;
28 import java.nio.channels.spi.AbstractInterruptibleChannel;
35 * This class provides several utilities to get I/O streams from channels.
37 public final class Channels {
39 private Channels() {}
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 16 package org.apache.harmony.tests.java.nio.channels;
29 import java.nio.channels.Channels;
30 import java.nio.channels.ClosedChannelException;
31 import java.nio.channels.IllegalBlockingModeException;
32 import java.nio.channels.ReadableByteChannel;
33 import java.nio.channels.ServerSocketChannel;
34 import java.nio.channels.SocketChannel;
35 import java.nio.channels.WritableByteChannel;
116 ReadableByteChannel rbChannel = Channels.newChannel(this.fins)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java 30 import java.nio.channels.Channels;
51 track.getSampleDescriptionBox().getBox(Channels.newChannel(curBaos));
52 stsd.getBox(Channels.newChannel(refBaos));
139 cur1.getBox(Channels.newChannel(baos1));
140 cur2.getBox(Channels.newChannel(baos2));
  /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/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/
EbmlIDs.h 142 Channels = 0x9F,
  /external/libvpx/libvpx/third_party/libmkv/
EbmlIDs.h 142 Channels = 0x9F,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 142 Channels = 0x9F,
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 123 OMX_U16 Channels = 0;
203 pComponentPrivate->unNumChannels = (OMX_U16)pComponentPrivate->aacParams[OUTPUT_PORT]->nChannels; /*Number of Channels*/
210 /* Remaping Number of channels for SN */
214 Channels=1;
218 Channels=0;
249 arr[9] = Channels; /*Number of Channels*/
287 arr[9] = Channels; /*Number of Channels*/
288 OMX_PRCOMM2(pComponentPrivate->dbg, "arr[9] Channels %d \n",arr[9])
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvContract.java 40 * information. The information is stored in {@link Channels} and {@link Programs} tables.
43 * <li>A row in the {@link Channels} table represents information about a TV channel. The data
61 * ID to filter channels.
89 * browsable-only channels. If set to "true", the rows that contain non-browsable channels are
118 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId);
124 * @param inputId The ID of the pass-through input to build a channels URI for.
133 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
142 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
150 return Uri.withAppendedPath(channelUri, Channels.Logo.CONTENT_DIRECTORY)
    [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java 30 import java.nio.channels.Channels;
31 import java.nio.channels.ReadableByteChannel;
261 initialize(Channels.newReader(src, charsetName));
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h 645 #define cmsMAXCHANNELS 16 // Maximum number of channels in ICC profiles
661 // C: Channels (Samples per pixel)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 1323 milliseconds

1 2