/external/skqp/src/core/ |
SkColorSpace_XYZ.cpp | 30 SkASSERT(!fGammas || 3 == fGammas->channels()); 32 for (int i = 0; i < fGammas->channels(); ++i) {
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_FractionalMaxPool.pbtxt | 6 4-D with shape `[batch, height, width, channels]`. 33 must be 1.0 because we don't allow pooling on batch and channels
|
/external/tensorflow/tensorflow/core/kernels/ |
mfcc_mel_filterbank_test.cc | 38 input.size(), 22050 /* sample rate */, kChannelCount /* channels */, 67 20 /* channels */, 20.0 /* lower frequency limit */,
|
resize_bilinear_op_test.cc | 70 const int channels = images.dimension(3); local 73 ASSERT_EQ(channels, output.dimension(3)); 94 for (int c = 0; c < channels; ++c) { 112 int channels, int output_width, int output_height) { 113 const TensorShape shape({batch_size, input_width, input_height, channels}); 121 TensorShape({batch_size, output_width, output_height, channels}))); 127 void RunManyRandomTests(int channels) { 133 TestResize(batch_size, in_w, in_h, channels, target_width,
|
/external/tensorflow/tensorflow/core/lib/png/ |
png_io.cc | 54 // height*width*channels*(8bit?1:2) which is therefore only constrained to < 200 context->channels = desired_channels; 235 if (context->channels == 0) { // Autodetect number of channels 236 context->channels = png_get_channels(context->png_ptr, context->info_ptr); 241 if ((context->channels & 1) == 0) { // We desire alpha 274 const bool want_gray = (context->channels < 3); 323 Convert8to16(bit_cast<uint8*>(data), context->channels, row_bytes,
|
/external/webrtc/webrtc/common_audio/ |
lapped_transform.h | 72 // Get the number of input channels. 80 // Get the number of output channels.
|
wav_header_unittest.cc | 112 17, 0, // channels: 17 133 17, 0, // channels: 17 154 17, 0, // channels: 17 175 17, 0, // channels: 17 197 17, 0, // channels: 17 220 17, 0, // channels: 17 259 17, 0, // channels: 17 297 17, 0, // channels: 17
|
/external/webrtc/webrtc/common_audio/resampler/ |
resampler_unittest.cc | 79 << ", channels: " << kNumChannels[k]; 91 // with number of channels and ResamplerType as input.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
audio_decoder.h | 40 // channels. If the decoder produced comfort noise, |speech_type| 101 virtual size_t Channels() const = 0;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
opus_unittest.cc | 58 void CheckAudioBounded(const int16_t* audio, size_t samples, size_t channels, 104 size_t channels, uint16_t bound) const { 106 for (size_t c = 0; c < channels; ++c) { 107 ASSERT_GE(audio[i * channels + c], -bound); 108 ASSERT_LE(audio[i * channels + c], bound); 347 // Check number of channels for decoder. 555 // Check number of channels for decoder. 634 // Check number of channels for decoder.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
sync_buffer.h | 22 SyncBuffer(size_t channels, size_t length) 23 : AudioMultiVector(channels, length),
|
/external/webrtc/webrtc/modules/audio_device/android/ |
opensles_player.cc | 55 pcm_format_ = CreatePCMConfiguration(audio_parameters_.channels(), 182 const size_t channels = audio_parameters_.channels(); local 183 ALOGD("SetPlayoutChannels(%" PRIuS ")", channels); 184 audio_device_buffer_->SetPlayoutChannels(channels); 190 size_t channels, 197 format.numChannels = static_cast<SLuint32>(channels); 229 RTC_CHECK(false) << "Unsupported number of channels: "
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
nonlinear_beamformer_test.cc | 73 in_buf.num_channels(), in_buf.channels()); 77 Interleave(out_buf.channels(), out_buf.num_frames(),
|
/external/webrtc/webrtc/sound/ |
soundsysteminterface.h | 52 // Number of channels in the PCM stream. 53 unsigned int channels; member in struct:rtc::SoundSystemInterface::OpenParams
|
/external/webrtc/webrtc/voice_engine/ |
voe_base_impl.h | 121 // demultiplex the data to specific voe channels, encode and send to the 123 // data to all the existing VoE channels.
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer_SetTimeConstant.c | 28 /* given time constant, sample rate and num channels */ 38 /* NumChannels - Number of channels in Audio Stream 1=Mono, 2=Stereo */
|
LVC_Mixer_VarSlope_SetTimeConstant.c | 29 /* given time constant, sample rate and num channels */ 39 /* NumChannels - Number of channels in Audio Stream 1=Mono, 2=Stereo */
|
/frameworks/av/media/libstagefright/codecs/mp3dec/test/ |
mp3dec_test.cpp | 77 sfInfo.channels = mp3Reader.getNumChannels(); 120 config.outputFrameSize / sfInfo.channels);
|
/frameworks/base/core/java/android/service/notification/ |
NotificationRankingUpdate.java | 44 Bundle channels, Bundle overridePeople, Bundle snoozeCriteria, 53 mChannels = channels;
|
/frameworks/native/services/vr/bufferhubd/ |
buffer_hub.cpp | 40 auto channels = GetChannels<BufferHubChannel>(); local 42 std::sort(channels.begin(), channels.end(), 69 for (const auto& channel : channels) { 154 for (const auto& channel : channels) { 187 for (const auto& channel : channels) { 205 for (const auto& channel : channels) { 263 // all associated consumer channels). Note that this has to be done after
|
/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/ |
ChannelLogoUtilsTest.java | 60 .setType(TvContractCompat.Channels.TYPE_OTHER).build().toContentValues(); 61 mChannelUri = mContentResolver.insert(TvContract.Channels.CONTENT_URI, contentValues);
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.cpp | 254 switch (sfinfo.channels) { 259 fprintf(stderr, "unsupported channel count %d\n", sfinfo.channels); 311 sfframesize = sfinfo.channels * sizeof(float); 315 sfframesize = sfinfo.channels * sizeof(int); 319 sfframesize = sfinfo.channels * sizeof(int); // use int size 323 sfframesize = sfinfo.channels * sizeof(short); 327 sfframesize = sfinfo.channels * sizeof(short); // use short size 377 format_pcm.numChannels = sfinfo.channels;
|
/hardware/interfaces/audio/effect/2.0/ |
types.hal | 222 * samples for all channels at a given time. Frame size for unspecified format 245 CHANNELS = 0x0004, // channels 248 ALL = BUFFER | SMP_RATE | CHANNELS | FORMAT | ACC_MODE 258 AudioChannelMask channels; 271 AUX_CHANNELS, // supports auxiliary channels 277 AudioChannelMask mainChannels; // channel mask for main channels 278 AudioChannelMask auxChannels; // channel mask for auxiliary channels
|
/hardware/interfaces/wifi/1.2/ |
types.hal | 90 * Updates to the operational channels are provided using the |eventDataPathScheduleUpdate| 98 * Event indication is received by all NDP owners whenever the channels on which the NDP operates
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareInterface.cpp | 155 uint32_t *channels, 159 return openOutputStream(devices, format, channels, sampleRate, status);
|