/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
audio_decoder_pcm.cc | 19 size_t AudioDecoderPcmU::Channels() const { 38 return static_cast<int>(encoded_len / Channels()); 43 size_t AudioDecoderPcmA::Channels() const { 62 return static_cast<int>(encoded_len / Channels());
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
audio_decoder_pcm16b.cc | 25 size_t AudioDecoderPcm16B::Channels() const { 45 return static_cast<int>(encoded_len / (2 * Channels()));
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
image_util_bitmap_impl.py | 10 def Channels(bitmap):
|
image_util_numpy_impl.py | 16 def Channels(image):
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
audio_decoder_ilbc.cc | 52 size_t AudioDecoderIlbc::Channels() const {
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
audio_decoder_isac_t_impl.h | 98 size_t AudioDecoderIsacT<T>::Channels() const {
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
audio_decoder_opus.cc | 90 size_t AudioDecoderOpus::Channels() const {
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_decoder_impl.cc | 64 size_t AudioDecoderCng::Channels() const {
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
ti_omx_config_parser.h | 42 OMX_U16 Channels;
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
image_util.py | 28 def Channels(image): 29 """Number of color channels in the image.""" 30 return impl.Channels(image)
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
audio_decoder_g722.cc | 53 return static_cast<int>(2 * encoded_len / Channels()); 56 size_t AudioDecoderG722::Channels() const { 103 size_t AudioDecoderG722Stereo::Channels() const {
|
/external/dng_sdk/source/ |
dng_color_spec.h | 87 /// Number of channels used for this color transform. Three 90 uint32 Channels () const
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
Channels.java | 27 package java.nio.channels; 41 import java.nio.channels.spi.AbstractInterruptibleChannel; 49 * Utility methods for channels and streams. 62 public final class Channels { 64 private Channels() { } // No instantiation 106 // -- Byte streams from channels -- 175 Channels.writeFully(ch, bb); 184 // -- Channels from streams -- 321 // -- Character streams from channels -- 364 * Channels.newReader(ch, csname)</pre></blockquote [all...] |
/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/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/opencv3/modules/core/include/opencv2/core/ |
wimage.hpp | 122 -# Fast pixel access which can take advantage of number of channels if known at compile time. 128 memory management. Each class actually has two versions, one when the number of channels is known 129 at compile time and one when it isn't. Using the one with the number of channels specified can 130 provide some compile time optimizations by using the fact that the number of channels is a 155 void MySetRand(WImage_b* im) { // Works with any number of channels 159 for (int ch = 0; ch < im->Channels(); ++ch, ++row) { 194 int Channels() const {return image_->nChannels; } 198 int PixelSize() const {return Channels() * ChannelSize(); } 216 c*Channels(); 221 c*Channels(); [all...] |
/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 | 43 * information. The information is stored in {@link Channels} and {@link Programs} tables. 46 * <li>A row in the {@link Channels} table represents information about a TV channel. The data 72 * ID to filter channels. 100 * browsable-only channels. If set to "true", the rows that contain non-browsable channels are 129 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId); 135 * @param inputId The ID of the pass-through input to build a channels URI for. 144 * Builds a URI that points to a channel logo. See {@link Channels.Logo}. 153 * Builds a URI that points to a channel logo. See {@link Channels.Logo}. 161 return Uri.withAppendedPath(channelUri, Channels.Logo.CONTENT_DIRECTORY) [all...] |
/external/pdfium/third_party/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...] |
/prebuilts/sdk/22/ |
android.jar | |
/prebuilts/sdk/24/ |
android.jar | |