/prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0-beta1/ |
inspector-25.2.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0-beta2/ |
inspector-25.2.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0-beta3/ |
inspector-25.2.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0-rc1/ |
inspector-25.2.0-rc1.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.0-rc2/ |
inspector-25.2.0-rc2.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.2.1/ |
inspector-25.2.1.jar | |
/prebuilts/misc/windows/sdl2/test/ |
testresample.c | 49 if (SDL_BuildAudioCVT(&cvt, spec.format, spec.channels, spec.freq, 50 spec.format, spec.channels, cvtfreq) == -1) { 86 blockalign = (bitsize / 8) * spec.channels; 95 SDL_WriteLE16(io, spec.channels); /* channels */
|
/system/media/audio_utils/ |
tinysndfile.c | 184 unsigned channels = little2u(&fmt[2]); local 185 if ((channels < 1) || (channels > FCC_8)) { 187 fprintf(stderr, "unsupported channels %u\n", channels); 208 unsigned bytesPerFrame = (bitsPerSample >> 3) * channels; 211 handle->info.channels = channels; 302 (info->channels > 0 && info->channels <= FCC_8) & [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.cpp | 723 uint32_t *channels, 728 ALOGV("openOutputStream: devices 0x%x channels %d sampleRate %d", 729 devices, *channels, *sampleRate); 781 alsa_handle.channels = VOIP_DEFAULT_CHANNEL_MODE; 828 err = out->set(format, channels, sampleRate, devices); 852 if (0 == *channels) { 853 alsa_handle.channels = info.AudioBlocksArray[info.nAudioBlocks-1].nChannels; 854 if (alsa_handle.channels > 6) { 855 alsa_handle.channels = 6; 857 *channels = audio_channel_out_mask_from_count(alsa_handle.channels) [all...] |
/external/libvorbis/lib/ |
mapping0.c | 81 oggpack_write(opb,info->coupling_mag[i],ilog(vi->channels)); 82 oggpack_write(opb,info->coupling_ang[i],ilog(vi->channels)); 91 for(i=0;i<vi->channels;i++) 122 int testM=info->coupling_mag[i]=oggpack_read(opb,ilog(vi->channels)); 123 int testA=info->coupling_ang[i]=oggpack_read(opb,ilog(vi->channels)); 128 testM>=vi->channels || 129 testA>=vi->channels) goto err_out; 137 for(i=0;i<vi->channels;i++){ 247 int *nonzero = alloca(sizeof(*nonzero)*vi->channels); 248 float **gmdct = _vorbis_block_alloc(vb,vi->channels*sizeof(*gmdct)) [all...] |
/external/opencv3/modules/cudastereo/src/cuda/ |
disparity_bilateral_filter.cu | 54 template <int channels> 75 template <int channels, typename T> 104 const uchar* ic = img + y * img_step + channels * x; 112 const uchar* in = img + yi * img_step + channels * xi; 114 uchar dist_rgb = DistRgbMax<channels>::calc(in, ic); 163 void disp_bilateral_filter(PtrStepSz<T> disp, PtrStepSzb img, int channels, int iters, const float *table_color, const float* table_space, size_t table_step, int radius, short edge_disc, short max_disc, cudaStream_t stream) 170 switch (channels) 193 CV_Error(cv::Error::BadNumChannels, "Unsupported channels count"); 200 template void disp_bilateral_filter<uchar>(PtrStepSz<uchar> disp, PtrStepSzb img, int channels, int iters, const float *table_color, const float *table_space, size_t table_step, int radius, short, short, cudaStream_t stream); 201 template void disp_bilateral_filter<short>(PtrStepSz<short> disp, PtrStepSzb img, int channels, int iters, const float *table_color, const float *table_space, size_t table_step, int radius, sho (…) [all...] |
stereocsbp.cu | 61 template <int channels> static float __device__ pixeldiff(const uchar* left, const uchar* right, float max_data_term); 178 template <typename T, int channels> 208 const uchar* lle = cleft + yi * cimg_step + xi * channels; 209 const uchar* lri = cright + yi * cimg_step + xr * channels; 211 val += data_weight * pixeldiff<channels>(lle, lri, max_data_term); 220 template <typename T, int winsz, int channels> 245 const uchar* lle = cleft + y0 * cimg_step + channels * (x0 + tid ); 246 const uchar* lri = cright + y0 * cimg_step + channels * (x0 + tid - d); 250 val += data_weight * pixeldiff<channels>(lle, lri, max_data_term); 271 void init_data_cost_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, int /*rows*/, int /*cols*/, int h, int w, int level, int ndisp, int channels, float data_weight, float max_data_term, int min_disp, size_t msg_step, size_t disp_step, cudaStre (…) [all...] |
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
java.nio.channels.ServerSocketChannel.html | 10 java.nio.channels.ServerSocketChannel 74 Class java.nio.channels.<A HREF="../../../../reference/java/nio/channels/ServerSocketChannel.html" target="_top"><font size="+2"><code>ServerSocketChannel</code></font></A> 76 <p><font xsize="+1">Added interface <code>java.nio.channels.NetworkChannel</code>.<br></font> 87 <A NAME="java.nio.channels.ServerSocketChannel.bind_added(java.net.SocketAddress, int)"></A> 88 <nobr><code>ServerSocketChannel</code> <A HREF="../../../../reference/java/nio/channels/ServerSocketChannel.html#bind(java.net.SocketAddress, int)" target="_top"><code>bind</code></A>(<code>SocketAddress,</nobr> int<nobr><nobr></code>)</nobr> 94 <A NAME="java.nio.channels.ServerSocketChannel.bind_added(java.net.SocketAddress)"></A> 95 <nobr><code>ServerSocketChannel</code> <A HREF="../../../../reference/java/nio/channels/ServerSocketChannel.html#bind(java.net.SocketAddress)" target="_top"><code>bind</code></A>(<code>SocketAddress</code>)</nobr> 101 <A NAME="java.nio.channels.ServerSocketChannel.setOption_added(java.net.SocketOption<T>, T)"></A> 102 <nobr><code>ServerSocketChannel</code> <A HREF="../../../../reference/java/nio/channels/ServerSocketChannel.html#setOption(java.net.SocketOption<T>, T)" target="_top"><code>setOption</co (…) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
AbstractSelectableChannelTest.java | 17 package org.apache.harmony.tests.java.nio.channels.spi; 20 import java.nio.channels.ClosedChannelException; 21 import java.nio.channels.IllegalBlockingModeException; 22 import java.nio.channels.IllegalSelectorException; 23 import java.nio.channels.SelectableChannel; 24 import java.nio.channels.SelectionKey; 25 import java.nio.channels.Selector; 26 import java.nio.channels.SocketChannel; 27 import java.nio.channels.spi.AbstractSelectableChannel; 28 import java.nio.channels.spi.SelectorProvider [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
SourceChannelTest.java | 17 package org.apache.harmony.tests.java.nio.channels; 21 import java.nio.channels.ClosedChannelException; 22 import java.nio.channels.Pipe; 23 import java.nio.channels.SelectionKey; 28 * Tests for java.nio.channels.Pipe.SourceChannel 57 * @tests java.nio.channels.Pipe.SourceChannel#validOps() 64 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer) 74 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer) 87 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer) 105 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer [all...] |
/packages/apps/TV/res/values-en-rAU/ |
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...] |
/packages/apps/TV/res/values-en-rGB/ |
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...] |
/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...] |
/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) {
|