/packages/apps/TV/res/values-en-rIN/ |
strings.xml | 23 <string name="menu_title_channels" msgid="1801845517674690003">"Recent channels"</string> 33 <string name="channels_item_setup" msgid="6557412175737379022">"New channels available"</string> 42 <string name="options_item_more_channels" msgid="971040969622943300">"Get more channels"</string> 76 <string name="multi_audio_channel_suffix" msgid="4443825738196093772">"%d channels"</string> 92 <item quantity="other">%1$d channels added</item> 95 <string name="msg_no_channel_added" msgid="2882586037409921925">"No channels added"</string> 100 <string name="option_channels_locked" msgid="5797855082297549907">"Channels blocked"</string> 103 <string name="option_channels_subheader_hidden" msgid="4669425935426972078">"Hidden channels"</string> 140 <string name="settings_channel_source_item_customize_channels_description" msgid="8966243790328235580">"Choose channels for your programme guide"</string> 142 <string name="settings_channel_source_item_setup_new_inputs" msgid="4845822152617430787">"New channels available"</string [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_pxm.cpp | 381 int channels = _channels > 1 ? 3 : 1; local 382 int fileStep = width*channels*(depth/8); 394 lineLength = channels * width * depth / 8; 396 lineLength = (6 * channels + (channels > 1 ? 2 : 0)) * width + 32; 410 '2' + (channels > 1 ? 1 : 0) + (isBinary ? 3 : 0), 434 for( x = 0; x < width*channels*2; x += 2 ) 441 m_strm.PutBytes( (channels > 1 || depth > 8) ? buffer : (char*)data, fileStep ); 447 if( channels > 1 ) 451 for( x = 0; x < width*channels; x += channels [all...] |
/external/opencv3/modules/cudaarithm/test/ |
test_core.cpp | 52 PARAM_TEST_CASE(Merge, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi) 57 int channels; local 65 channels = GET_PARAM(3); 75 src.reserve(channels); 76 for (int i = 0; i < channels; ++i) 80 for (int i = 0; i < channels; ++i) 117 PARAM_TEST_CASE(Split, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi) 122 int channels; local 132 channels = GET_PARAM(3); 137 type = CV_MAKE_TYPE(depth, channels); [all...] |
/external/speex/libspeex/ |
scal.c | 59 int channels; member in struct:SpeexDecorrState_ 81 EXPORT SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size) 86 st->channels = channels; 96 st->buff = speex_alloc(channels*2*frame_size*sizeof(float)); 97 st->ringID = speex_alloc(channels*sizeof(int)); 98 st->order = speex_alloc(channels*sizeof(int)); 99 st->alpha = speex_alloc(channels*sizeof(float)); 100 st->ring = speex_alloc(channels*ALLPASS_ORDER*sizeof(float)); 108 for (ch=0;ch<channels;ch++ [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
NoBandChannelHelperTest.java | 69 * check a settings object with a few channels 112 * Test that getting the channels for each band results in the expected empty list 118 WifiScanner.ChannelSpec[] channels = local 120 assertEquals("expected zero channels", 0, channels.length); 143 * check a settings object with no channels 156 * check a settings object with some channels 287 * Add a multiple channels to the collection 345 * Add a band that should contain all channels 365 * Add enough channels on a single band that the max channels is exceede [all...] |
/packages/apps/TV/res/values/ |
strings.xml | 54 <!-- Mark indicating that the current program has two audio channels (stereo). 57 <!-- Mark indicating that the current program has 5.1 surround audio channels. --> 59 <!-- Mark indicating that the current program has 7.1 surround audio channels. --> 65 <!-- Title of the channels row in the main menu. [CHAR LIMIT=NONE] --> 66 <string name="menu_title_channels">Recent channels</string> 91 <string name="channels_item_setup">New channels available</string> 115 <!-- Label of "Get more channels" item in the TV option row. [CHAR LIMIT=17] --> 116 <string name="options_item_more_channels">Get more channels</string> 124 After swapping, the main window and PIP window will show the channels of each other. [CHAR LIMIT=17] --> 206 <!-- Label of audio track with two audio channels [CHAR LIMIT=30] -- [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
mbo.c | 165 /* Add non-preferred channels attribute */ 193 * non-preferred channels list during association, if the AP supports 248 * wpa_non_pref_chan_cmp - Compare two channels for sorting 250 * In MBO IE non-preferred channel subelement we can put many channels in an 253 * build the IE attributes and WNM Request subelements, save the channels sorted 278 wpa_printf(MSG_DEBUG, "MBO: Update non-preferred channels, non_pref_chan=%s", 399 if (mode->channels[i].chan == chan) 404 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)) 408 *flags = mode->channels[i].flag; 424 * In 80 MHz, the bandwidth "spans" 12 channels (e.g., 36-48) 559 u8 channels[] = { 42, 58, 106, 122, 138, 155 }; local [all...] |
/frameworks/wilhelm/tests/examples/ |
slesTestFeedback.cpp | 40 static SLuint32 channels = 1; // -c# variable 182 memset(buffer, 0, bufSizeInFrames * channels * sizeof(short)); 192 for (unsigned k = 0; k < channels; k++) { 193 ((short *)buffer)[(i+j)*channels+k] = j < 4 ? 0x7FFF : 0x8000; 288 channels = atoi(&arg[2]); 289 if (channels < 1 || channels > 2) { 291 (unsigned) channels); 292 channels = 2; 341 bufSizeInBytes = channels * bufSizeInFrames * sizeof(short) [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
dtmf_tone_generator_unittest.cc | 31 void TestAllTones(int fs_hz, int channels) { 32 AudioMultiVector signal(channels); 52 for (int channel = 0; channel < channels; ++channel) { 62 void TestAmplitudes(int fs_hz, int channels) { 63 AudioMultiVector signal(channels); 64 AudioMultiVector ref_signal(channels); 84 for (int channel = 0; channel < channels; ++channel) {
|
expand_unittest.cc | 29 size_t channels = 1; local 30 BackgroundNoise bgn(channels); 34 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); 39 size_t channels = 1; local 40 BackgroundNoise bgn(channels); 46 &statistics, fs, channels); 98 ASSERT_EQ(1u, num_channels_) << "Fix: Must populate all channels.";
|
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_manager.cc | 178 jint channels, 189 env, sample_rate, channels, hardware_aec, hardware_agc, hardware_ns, 195 jint channels, 208 ALOGD("channels: %d", channels); 217 playout_parameters_.reset(sample_rate, static_cast<size_t>(channels), 219 record_parameters_.reset(sample_rate, static_cast<size_t>(channels),
|
/external/webrtc/webrtc/modules/audio_processing/ |
audio_buffer.h | 50 // Returns a pointer array to the full-band channels. 52 // channels()[channel][sample]. 56 int16_t* const* channels(); 73 // Returns a pointer array to the channels for a specific band. 129 // format (samples per channel and number of channels). 137 // per channels and the current number of channels. This last one can be
|
/frameworks/av/services/audioflinger/ |
AudioResamplerSinc.cpp | 293 template<int CHANNELS> 298 const size_t headOffset = c.halfNumCoefs*CHANNELS; 319 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex); 322 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex); 328 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex); 337 for (size_t i=0 ; i<CHANNELS ; i++) { 338 head[i] = in[inputIndex*CHANNELS + i]; 343 filterCoefficient<CHANNELS>(&out[outputIndex], phaseFraction, impulse, vRL); 353 read<CHANNELS>(impulse, phaseFraction, in, inputIndex); 368 return outputIndex / CHANNELS; [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
FileChannelLockingTest.java | 17 package org.apache.harmony.tests.java.nio.channels; 25 import java.nio.channels.FileChannel; 26 import java.nio.channels.FileLock; 27 import java.nio.channels.NonReadableChannelException; 28 import java.nio.channels.NonWritableChannelException; 29 import java.nio.channels.OverlappingFileLockException; 62 // Open read, write, and read/write channels on the temp files.
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
ServerSocketChannelTest.java | 17 package libcore.java.nio.channels; 26 import java.nio.channels.AlreadyBoundException; 27 import java.nio.channels.ClosedChannelException; 28 import java.nio.channels.ServerSocketChannel; 29 import java.nio.channels.SocketChannel; 30 import java.nio.channels.UnresolvedAddressException; 31 import java.nio.channels.UnsupportedAddressTypeException;
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
AbstractPollSelectorImpl.java | 29 import java.nio.channels.*; 30 import java.nio.channels.spi.*; 55 // The number of valid channels in this Selector's poll array 64 AbstractPollSelectorImpl(SelectorProvider sp, int channels, int offset) { 66 this.totalChannels = channels; 90 // Deregister channels 113 * of the corresponding Channels. Add the ready keys to the
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_histogram.cpp | 72 std::vector<int> channels; local 104 channels.clear(); 115 channels.push_back(randomInt(0, cn) + totalChannels); 125 cv::calcHist(images_roi, channels, noArray(), tmpHist, hist_size, ranges); 205 OCL_OFF(cv::calcBackProject(images_roi, channels, hist_roi, dst_roi, ranges, scale)); 206 OCL_ON(cv::calcBackProject(uimages_roi, channels, uhist_roi, udst_roi, ranges, scale)); 253 const std::vector<int> channels(1, 0); 263 OCL_OFF(cv::calcHist(std::vector<Mat>(1, src_roi), channels, noArray(), hist_roi, histSize, ranges, false)); 264 OCL_ON(cv::calcHist(std::vector<UMat>(1, usrc_roi), channels, noArray(), uhist_roi, histSize, ranges, false));
|
/external/opencv3/samples/cpp/tutorial_code/core/how_to_scan_images/ |
how_to_scan_images.cpp | 139 int channels = I.channels(); local 142 int nCols = I.cols * channels; 170 const int channels = I.channels(); local 171 switch(channels) 202 const int channels = I.channels(); local 203 switch(channels)
|
/external/tinyalsa/ |
tinyplay.c | 63 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels, 187 int sample_is_playable(unsigned int card, unsigned int device, unsigned int channels, 201 can_play &= check_param(params, PCM_PARAM_CHANNELS, channels, "Sample", " channels"); 211 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels, 222 config.channels = channels; 234 if (!sample_is_playable(card, device, channels, rate, bits, period_size, period_count)) { 254 printf("Playing sample: %u ch, %u hz, %u bit\n", channels, rate, bits);
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareStub.cpp | 46 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) 49 status_t lStatus = out->set(format, channels, sampleRate); 65 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, 74 status_t lStatus = in->set(format, channels, sampleRate, acoustics); 122 if (pChannels) *pChannels = channels(); 132 audio_channel_count_from_out_mask(channels()) / sampleRate()); 149 snprintf(buffer, SIZE, "\tchannels: %d\n", channels()); 179 audio_channel_count_from_in_mask(channels()) / sampleRate()); 195 snprintf(buffer, SIZE, "\tchannels: %d\n", channels());
|
/external/libopus/src/ |
opus_encoder.c | 66 int channels; member in struct:OpusEncoder 148 int opus_encoder_get_size(int channels) 152 if (channels<1 || channels > 2) 158 celtEncSizeBytes = celt_encoder_get_size(channels); 162 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application) 169 if((Fs!=48000&&Fs!=24000&&Fs!=16000&&Fs!=12000&&Fs!=8000)||(channels!=1&&channels!=2)|| 174 OPUS_CLEAR((char*)st, opus_encoder_get_size(channels)); 185 st->stream_channels = st->channels = channels [all...] |
/external/autotest/client/deps/glbench/src/ |
yuv2rgb_2.glslf | 63 * multiply. It also does the offset of the U and V channels from 66 vec4 channels = vec4(yChannel, uChannel, vChannel, 1.0); 74 gl_FragColor = conversion * channels;
|
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)
|