/external/autotest/client/deps/glbench/src/ |
yuv2rgb_3.glslf | 54 * multiply. It also does the offset of the U and V channels from 58 vec4 channels = vec4(yChannel, uChannel, vChannel, 1.0); 68 gl_FragColor = conversion * channels;
|
yuv2rgb_4.glslf | 52 * multiply. It also does the offset of the U and V channels from 55 vec4 channels = vec4(yChannel, uvChannel, 1.0); 64 gl_FragColor = conversion * channels;
|
/external/autotest/server/cros/ap_configurators/ |
linksyswrt54gl_ap_configurator.py | 25 'channels': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}] 58 channels = ['1 - 2.412GHZ', '2 - 2.417GHZ', '3 - 2.422GHZ', 62 self.select_item_from_popup_by_xpath(channels[position], xpath)
|
/external/brotli/java/org/brotli/wrapper/dec/ |
BrotliInputStream.java | 11 import java.nio.channels.Channels; 30 this.decoder = new Decoder(Channels.newChannel(source), bufferSize);
|
/external/libopus/tests/ |
test_opus_padding.c | 39 #define CHANNELS 2 49 opus_int16 *out = malloc(FRAMESIZE*CHANNELS*sizeof(*out)); 61 decoder = opus_decoder_create(48000, CHANNELS, &error);
|
/external/python/cpython2/Doc/library/ |
sndhdr.rst | 20 sampling_rate, channels, frames, bits_per_sample)``. The value for *type* 24 value or ``0`` if unknown or difficult to decode. Similarly, *channels* will be 25 either the number of channels or ``0`` if it cannot be determined or if the
|
/external/tensorflow/tensorflow/contrib/lite/examples/ios/simple/ |
ios_image_load.mm | 61 const int channels = 4; 63 const int bytes_per_row = (width * channels); 80 *out_channels = channels;
|
/external/tensorflow/tensorflow/contrib/lite/examples/label_image/ |
label_image_test.cc | 31 int height, width, channels; local 35 data = read_bmp(lena_file, &width, &height, &channels, &s); 38 ASSERT_EQ(channels, 3);
|
/external/tensorflow/tensorflow/examples/ios/benchmark/ |
ios_image_load.mm | 67 const int channels = 4; 69 const int bytes_per_row = (width * channels); 85 *out_channels = channels;
|
/external/tensorflow/tensorflow/examples/ios/camera/ |
ios_image_load.mm | 67 const int channels = 4; 69 const int bytes_per_row = (width * channels); 85 *out_channels = channels;
|
/external/tensorflow/tensorflow/examples/ios/simple/ |
ios_image_load.mm | 67 const int channels = 4; 69 const int bytes_per_row = (width * channels); 85 *out_channels = channels;
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
acm_codec_database.cc | 115 // Basic block samples, max number of channels that are supported. 285 // Looks for a matching payload name, frequency, and channels in the 287 // entries with different frequencies and/or channels. 292 codec_inst.channels)); 297 size_t channels) { 303 // Payload name, sampling frequency and number of channels need to match. 308 // The number of channels must match for all codecs but Opus. 310 channels_match = (channels == ci.channels); 312 // For opus we just check that number of channels is valid [all...] |
acm_codec_database.h | 45 // channel_support - number of channels supported to encode; 63 static int CodecId(const char* payload_name, int frequency, size_t channels); 72 // samples, and max number of channels that are supported.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_multi_vector_unittest.cc | 25 // number of channels in the AudioMultiBuffer. Note that it is not possible 28 // this test focuses on testing different number of channels, and keeping the 75 EXPECT_EQ(num_channels_, vec1.Channels()); 81 EXPECT_EQ(num_channels_, vec2.Channels()); 105 ASSERT_EQ(num_channels_, vec.Channels()); 107 ASSERT_EQ(num_channels_, vec_copy.Channels()); 109 for (size_t channel = 0; channel < vec.Channels(); ++channel) { 181 ASSERT_EQ(num_channels_, vec.Channels()); 273 for (size_t channel = 0; channel < vec.Channels(); ++channel) { 304 // channels [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
input_audio_file.cc | 64 size_t channels, 70 for (int j = static_cast<int>(channels - 1); j >= 0; --j) { 71 destination[i * channels + j] = source[i];
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
AudioSource.h | 37 // Note that the "channels" parameter _is_ the number of channels, 43 uint32_t channels,
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
Usb20ACInputTerminal.java | 32 private byte mNumChannels; // 8:1 - Number of logical output channels in the 35 // logical channels. 82 canvas.writeListItem("" + getNumChannels() + " Channels. Config: "
|
/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAStreamOps.cpp | 95 uint32_t *channels, 100 if (channels && *channels != 0) { 101 if (mHandle->channels != popCount(*channels)) 103 } else if (channels) { 105 switch(*channels) { 113 *channels = AUDIO_CHANNEL_OUT_STEREO; 117 switch(*channels) { 128 *channels = AUDIO_CHANNEL_IN_MONO 343 uint32_t ALSAStreamOps::channels() const function in class:android_audio_legacy::ALSAStreamOps [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
AbstractInterruptibleChannelTest.java | 17 package org.apache.harmony.tests.java.nio.channels.spi; 20 import java.nio.channels.AsynchronousCloseException; 21 import java.nio.channels.spi.AbstractInterruptibleChannel;
|
/packages/apps/TV/src/com/android/tv/data/ |
ChannelImpl.java | 47 /** Compares the channel numbers of channels which belong to the same input. */ 61 TvContract.Channels._ID, 62 TvContract.Channels.COLUMN_PACKAGE_NAME, 63 TvContract.Channels.COLUMN_INPUT_ID, 64 TvContract.Channels.COLUMN_TYPE, 65 TvContract.Channels.COLUMN_DISPLAY_NUMBER, 66 TvContract.Channels.COLUMN_DISPLAY_NAME, 67 TvContract.Channels.COLUMN_DESCRIPTION, 68 TvContract.Channels.COLUMN_VIDEO_FORMAT, 69 TvContract.Channels.COLUMN_BROWSABLE [all...] |
GenreItems.java | 24 /** Genre ID indicating all channels. */ 28 null, // All channels 59 /** Returns the number of genres including all channels. */
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
CustomizeChannelListFragment.java | 21 import android.media.tv.TvContract.Channels; 190 ArrayList<Channel> channels = new ArrayList<>(mChannels); local 191 Collections.sort(channels, mChannelComparator); 194 for (Channel channel : channels) { 213 ArrayList<Channel> channels = new ArrayList<>(mChannels); local 215 channels, 231 for (Channel channel : channels) { 253 && (Channels.VIDEO_FORMAT_720P.equals(videoFormat) 254 || Channels.VIDEO_FORMAT_1080I.equals(videoFormat) 255 || Channels.VIDEO_FORMAT_1080P.equals(videoFormat [all...] |
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
RecommenderTest.java | 63 // Add 4 channels in ChannelRecordMap for testing. Store the added channels to 95 // Recommender doesn't recommend any channels because all channels are not recommended. 108 // Recommender recommends every channel because it recommends not-recommended channels too. 164 // Only two channels are recommended because recommender doesn't recommend other channels. 221 // Test with recommending 3 channels. 260 // onRecommendationChanged must be called, because recommend channels are not empty, 280 // After loading channels and watch logs are finished, recommender must be available to use [all...] |
/prebuilts/go/darwin-x86/test/ |
chanlinear.go | 62 panic(fmt.Sprintf("%s: too slow: %d channels: %v; %d channels: %v\n", 72 var a []chan bool // local channels for each goroutine
|
/prebuilts/go/linux-x86/test/ |
chanlinear.go | 62 panic(fmt.Sprintf("%s: too slow: %d channels: %v; %d channels: %v\n", 72 var a []chan bool // local channels for each goroutine
|