/prebuilts/gradle-plugin/com/android/tools/build/jobb/25.4.0-alpha1/ |
jobb-25.4.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/25.4.0-alpha3/ |
jobb-25.4.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/25.4.0-alpha5/ |
jobb-25.4.0-alpha5.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/25.4.0-alpha6/ |
jobb-25.4.0-alpha6.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/25.4.0-alpha7/ |
jobb-25.4.0-alpha7.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/25.5.0-alpha-preview-01/ |
jobb-25.5.0-alpha-preview-01.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/jobb/25.5.0-alpha-preview-02/ |
jobb-25.5.0-alpha-preview-02.jar | |
/external/aac/libPCMutils/src/ |
pcmdmx_lib.cpp | 182 (256) /* Do not assign normal channels to LFE */ 215 /* 2 channels */ 217 /* 3 channels */ 222 /* 4 channels */ 227 /* 5 channels */ 233 /* 6 channels */ 239 /* 7 channels */ 248 /* 8 channels */ 261 the number of output channels give by the user: */ 265 CH_MODE_2_0_0_0 /* 2 channels */ [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_pack.py | 68 def generate_bitfields(channels, swizzles): 69 for channel in channels: 87 def generate_full_fields(channels, swizzles): 88 for channel in channels: 446 def unpack_from_bitmask(channels, swizzles): 452 src_channel = channels[i] 460 src_channel = channels[i] 489 src_channel = channels[swizzle] 509 def unpack_from_union(channels, swizzles): 516 src_channel = channels[swizzle [all...] |
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_mixer_manager_pulse_linux.cc | 260 // Get the number of channels from the sample specification 270 // Set the same volume for all channels 272 LATE(pa_cvolume_set)(&cVolumes, spec->channels, volume); 797 // The device may have a different number of channels than the stream and 803 // instead we look up the actual number of channels that the device has. 819 // Get the number of channels for this source 827 uint8_t channels = _paChannels; local 829 LATE(pa_cvolume_set)(&cVolumes, channels, volume); 1033 _paChannels = i->channel_map.channels; // Get number of channels [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioUsbALSA.cpp | 91 status_t AudioUsbALSA::getCap(char * type, int &channels, int &sampleRate) 131 channel_start = strstr(str_start, "Channels:"); 133 ALOGE("ERROR: Could not find Channels information"); 148 channels = 1; 150 channels = 2; 152 ALOGD("channels supported by device: %d", lchannelsPlayback); 278 status_t AudioUsbALSA::setHardwareParams(pcm *txHandle, uint32_t sampleRate, uint32_t channels, int periodBytes) 299 ALOGV("Setting period size:%d samplerate:%d, channels: %d",periodBytes,sampleRate, channels); 303 channels - 1 ? 32 : 16) 390 uint32_t channels; local 779 uint32_t channels; local [all...] |
/external/ImageMagick/coders/ |
tga.c | 750 channels; 913 channels=GetPixelChannels(image); 931 if (GetPixelIndex(image,p+(i*channels)) != 932 GetPixelIndex(image,p+((i-1)*channels))) 937 if (GetPixelLuma(image,p+(i*channels)) != 938 GetPixelLuma(image,p+((i-1)*channels))) 943 if ((GetPixelBlue(image,p+(i*channels)) ! 744 channels; local [all...] |
/external/webrtc/webrtc/sound/ |
pulseaudiosoundsystem.cc | 106 for (int i = 0; i < channel_volumes->channels; ++i) { 304 // The device may have a different number of channels than the stream and 310 // the actual number of channels that the device has. 312 uint8_t channels; local 316 data.channels = &channels; 330 if (data.channels) { 339 symbol_table()->pa_cvolume_set()(&channel_volumes, channels, pa_volume); 386 uint8_t* channels; member in struct:rtc::PulseAudioInputStream::GetSourceChannelCountCallbackData 537 data->instance->OnGetSourceChannelCountCallback(info, eol, &data->channels); [all...] |
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/ |
zipfs.jar | |
/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/ |
zipfs.jar | |
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
NetworkScanApiTest.java | 90 null /* channels */), 94 null /* channels */), 98 null /* channels */) 242 null /* channels */); 246 null /* channels */); 250 null /* channels */);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_const.c | 398 unsigned channels) 406 for (j = 0; j < type.length; j += channels) { 407 for( i = 0; i < channels; ++i) { 425 unsigned channels, 431 for (i = 0; i < channels; ++i) { 437 return lp_build_const_mask_aos(gallivm, type, mask_swizzled, channels);
|
/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/tensorflow/tensorflow/core/kernels/ |
cwise_ops_test.cc | 175 Graph* BiasAddGrad(int rows, int cols, int channels, DataType type, 180 lhs_shape = TensorShape({channels, rows, cols}); 182 lhs_shape = TensorShape({rows, cols, channels}); 196 int iters, int arg, int channels) { \ 199 const int64 tot = static_cast<int64>(iters) * rows * cols * channels; \ 202 test::Benchmark(#DEVICE, BiasAddGrad<C_TYPE>(rows, cols, channels, \
|
/external/tinycompress/ |
cplay.c | 209 unsigned int channels, rate, bits; local 221 if (parse_mp3_header(&header, &channels, &rate, &bits) == -1) { 227 codec.ch_in = channels; 228 codec.ch_out = channels; 285 printf("Format %u Channels %u, %u Hz, Bit Rate %d\n", 286 SND_AUDIOCODEC_MP3, channels, rate, bits);
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_receiver_impl.cc | 99 const size_t channels, 108 payload_name, payload_type, frequency, channels, rate, 255 size_t channels = 1; local 286 channels = payload->typeSpecific.Audio.channels; 305 rtp_header.payload_type_frequency, channels, rate)) {
|
/frameworks/av/media/libstagefright/codecs/flac/dec/ |
SoftFlacDecoder.cpp | 173 flacParams->nChannels = mStreamInfo.channels; 211 pcmParams->nChannels = mStreamInfo.channels; 366 if (mStreamInfo.sample_rate && mStreamInfo.channels) { 367 ALOGD("onQueueFilled: initially configuring decoder: %d Hz, %d channels", 368 mStreamInfo.sample_rate, mStreamInfo.channels); 459 info->mDef.nBufferSize = mStreamInfo.max_blocksize * mStreamInfo.channels * 2;
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiScanner.java | 57 /** 5 GHz band excluding DFS channels */ 58 public static final int WIFI_BAND_5_GHZ = 2; /* 5 GHz band without DFS channels */ 59 /** DFS channels from 5 GHz band only */ 60 public static final int WIFI_BAND_5_GHZ_DFS_ONLY = 4; /* 5 GHz band with DFS channels */ 61 /** 5 GHz band including DFS channels */ 62 public static final int WIFI_BAND_5_GHZ_WITH_DFS = 6; /* 5 GHz band with DFS channels */ 63 /** Both 2.4 GHz band and 5 GHz band; no DFS channels */ 64 public static final int WIFI_BAND_BOTH = 3; /* both bands without DFS channels */ 65 /** Both 2.4 GHz band and 5 GHz band; with DFS channels */ 66 public static final int WIFI_BAND_BOTH_WITH_DFS = 7; /* both bands with DFS channels */ 209 public ChannelSpec[] channels; field in class:WifiScanner.ScanSettings [all...] |
/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/ |
ProgramTest.java | 35 import androidx.tvprovider.media.tv.TvContractCompat.Channels; 59 resolver.delete(Channels.CONTENT_URI, null, null); 111 .setType(TvContractCompat.Channels.TYPE_OTHER) 114 Uri channelUri = resolver.insert(Channels.CONTENT_URI, channel.toContentValues()); 133 .setType(TvContractCompat.Channels.TYPE_OTHER) 136 Uri channelUri = resolver.insert(Channels.CONTENT_URI, channel.toContentValues());
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 103 /* Set list of channels */ 154 /* Set list of channels */ 191 static char *wpa_driver_get_country_code(int channels) 195 if (channels == WEXT_NUMBER_SCAN_CHANNELS_ETSI) 197 else if( channels == WEXT_NUMBER_SCAN_CHANNELS_MKK1) 297 } else if( os_strncasecmp(cmd, "SCAN-CHANNELS", 13) == 0 ) {
|