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

1 2 3

  /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()));
  /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);
333 // -- Channels from streams --
470 // -- Character streams from channels --
513 * Channels.newReader(ch, csname)</pre></blockquote
    [all...]
  /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 {
  /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
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImageDecoder.h 86 // Channels Number of channels in the PNG image
91 UINT16 Channels;
WiFi.h 215 /// Specifies a list of channels that are examined when scanning for a BSS. If set to
216 /// NULL, all valid channels will be scanned.
260 /// Indicates the number of channels in the subband.
631 /// The first channel number in a subband of supported channels.
635 /// The number of channels in a subband of supported channels.
649 /// Indicates one or more tuples of (first channel, number of channels).
676 /// Indicates a list of channels in which the STA is capable of operating.
678 EFI_80211_ELEMENT_SUPP_CHANNEL *Channels;
    [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/ojluni/src/main/java/sun/nio/fs/
UnixFileStore.java 30 import java.nio.channels.*;
259 result.load(Channels.newReader(rbc, "UTF-8"));
  /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...]
  /frameworks/base/media/java/android/media/tv/
TvContract.java 52 * information. The information is stored in {@link Channels} and {@link Programs} tables.
55 * <li>A row in the {@link Channels} table represents information about a TV channel. The data
84 * is only relevant to channels with {@link Channels#TYPE_PREVIEW} type.
88 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
102 * This is only relevant to channels with {@link Channels#TYPE_PREVIEW} type. Use
107 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
161 * to initialize its channels and programs to the system content provider.
279 * preview programs/channels and watch next programs belonging to this package in the conten
    [all...]
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
TvContractCompat.java 56 * information. The information is stored in {@link Channels} and {@link Programs} tables.
59 * <li>A row in the {@link Channels} table represents information about a TV channel. The data
89 * is only relevant to channels with {@link Channels#TYPE_PREVIEW} type.
93 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
106 * This is only relevant to channels with {@link Channels#TYPE_PREVIEW} type. Use
111 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
161 * to initialize its channels and programs to the system content provider.
291 * ID to filter channels
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h 646 #define cmsMAXCHANNELS 16 // Maximum number of channels in ICC profiles
662 // C: Channels (Samples per pixel)
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 
  /prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/
google-api-services-storage-v1-rev82-1.22.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 

Completed in 435 milliseconds

1 2 3