/external/skia/include/effects/ |
SkColorMatrixFilter.h | 24 * Create a colorfilter that multiplies the RGB channels by one color, and
|
/external/skia/src/core/ |
SkColorMatrixFilterRowMajor255.h | 17 /** Creates a color matrix filter that returns the same value in all four channels. */
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
audio_decoder_ilbc.h | 27 size_t Channels() const override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
audio_decoder_pcm16b.h | 24 size_t Channels() const override;
|
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
mock_audio_decoder.h | 34 MOCK_CONST_METHOD0(Channels, size_t());
|
/external/webrtc/webrtc/modules/audio_processing/ |
noise_suppression_impl.cc | 55 void NoiseSuppressionImpl::Initialize(size_t channels, int sample_rate_hz) { 57 channels_ = channels; 61 new_suppressors.resize(channels); 62 for (size_t i = 0; i < channels; i++) {
|
/external/webrtc/webrtc/voice_engine/ |
channel_manager.h | 31 // Shared-pointer implementation for keeping track of Channels. The underlying 61 // count and destroying ChannelOwners decrease references. Channels are 79 // to the Channels, they will remain valid even if they are removed from the 108 void GetAllChannels(std::vector<ChannelOwner>* channels);
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
voe_cmd_test.cc | 105 codec_params->channels = 2; 107 codec_params->channels = 1; 118 codec_params.plname, codec_params.plfreq, codec_params.channels); 316 std::vector<int> channels(kMaxNumChannels); 320 channels[i] = base1->CreateChannel(); 323 voice_channel_transports[i] = new VoiceChannelTransport(netw, channels[i]); 329 res = codec->SetSendCodec(channels[i], cinst); 736 res = base1->StartReceive(channels[channel_index]); 738 res = base1->StartPlayout(channels[channel_index]); 740 res = base1->StartSend(channels[channel_index]) [all...] |
/frameworks/av/services/audioflinger/ |
AudioResamplerDyn.cpp | 82 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) 85 size_t stateCount = halfNumCoefs * CHANNELS * 2 * kStateSizeMultipleOfFilterLength; 90 && mRingFull-mState == (ssize_t) (mStateCount-halfNumCoefs*CHANNELS)) { 101 TI* srcLo = mImpulse - halfNumCoefs*CHANNELS; 102 TI* srcHi = mImpulse + halfNumCoefs*CHANNELS; 119 mImpulse = state + halfNumCoefs*CHANNELS; // actually one sample greater than needed 120 mRingFull = state + mStateCount - halfNumCoefs*CHANNELS; 125 template<int CHANNELS> 129 TI* head = impulse + halfNumCoefs*CHANNELS; 130 for (size_t i=0 ; i<CHANNELS ; i++) [all...] |
AudioResamplerSinc.h | 49 template<int CHANNELS> 53 template<int CHANNELS> 57 template<int CHANNELS> 63 template<int CHANNELS>
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
PresetKnownBandsChannelHelper.java | 20 * KnownBandsChannelHelper that uses a supplied list of band to channels mappings.
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareStub.h | 35 virtual uint32_t channels() const { return AudioSystem::CHANNEL_OUT_STEREO; } function in class:android_audio_legacy::AudioStreamOutStub 52 virtual uint32_t channels() const { return AudioSystem::CHANNEL_IN_MONO; } function in class:android_audio_legacy::AudioStreamInStub 82 uint32_t *channels=0, 90 uint32_t *channels,
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
ChannelInputStream.java | 31 import java.nio.channels.*; 32 import java.nio.channels.spi.*; 36 * This class is defined here rather than in java.nio.channels.Channels
|
/packages/apps/TV/res/values-en-rAU-v23/ |
strings.xml | 20 <string name="menu_title_channels" msgid="9156522770456418301">"Channels"</string>
|
/packages/apps/TV/res/values-en-rGB-v23/ |
strings.xml | 20 <string name="menu_title_channels" msgid="9156522770456418301">"Channels"</string>
|
/packages/apps/TV/res/values-en-rIN-v23/ |
strings.xml | 20 <string name="menu_title_channels" msgid="9156522770456418301">"Channels"</string>
|
/packages/apps/TV/src/com/android/tv/data/ |
GenreItems.java | 28 * Genre ID indicating all channels. 33 null, // All channels 49 null, // All channels 95 * Returns the number of genres including all channels.
|
/packages/apps/TV/src/com/android/tv/menu/ |
ChannelsPosterPrefetcher.java | 37 * A poster image prefetcher to show the program poster art in the Channels row faster. 78 * When a user browse channels, this method could be called many times. We don't need to 79 * prefetch the intermediate channels. So ignore previous schedule. 119 + "channels " + channelList);
|
/packages/apps/TV/src/com/android/tv/util/ |
OnboardingUtils.java | 23 import android.media.tv.TvContract.Channels; 92 * Checks if there are any available tuner channels. 102 try (Cursor c = resolver.query(Channels.CONTENT_URI, new String[] {Channels._ID}, null,
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
ChannelDataManagerTest.java | 26 import android.media.tv.TvContract.Channels; 67 // TODO: Use Channels.COLUMN_BROWSABLE and Channels.COLUMN_LOCKED instead. 79 assertTrue("More than 2 channels to test", Constants.UNIT_TEST_CHANNEL_COUNT > 2); 186 // Test if all channels are browsable 263 // Test if all channels aren't locked at the first time. 288 * Test ChannelDataManager when channels in TvContract are updated, removed, or added. 389 * This assumes that {@link ChannelDataManager} queries channels 390 * with empty {@code selection}. (i.e. channels are always queries for all) 407 * This assumes that {@link ChannelDataManager} update channels [all...] |
/prebuilts/go/darwin-x86/test/chan/ |
select6.go | 9 // if there are multiple waiters on those channels and the
|
/prebuilts/go/darwin-x86/test/ |
chancap.go | 7 // Test the cap predeclared function applied to channels.
|
/prebuilts/go/linux-x86/test/chan/ |
select6.go | 9 // if there are multiple waiters on those channels and the
|
/prebuilts/go/linux-x86/test/ |
chancap.go | 7 // Test the cap predeclared function applied to channels.
|
/external/libopus/include/ |
opus.h | 61 * @li Support for multichannel (up to 255 channels) 86 * enc = opus_encoder_create(Fs, channels, application, &error); 100 * size = opus_encoder_get_size(channels); 102 * error = opus_encoder_init(enc, Fs, channels, application); 167 * @param[in] channels <tt>int</tt>: Number of channels. 171 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_encoder_get_size(int channels); 200 * @param [in] channels <tt>int</tt>: Number of channels (1 or 2) in input signal 203 * @note Regardless of the sampling rate and number channels selected, the Opus encode [all...] |