/hardware/libhardware_legacy/audio/ |
AudioHardwareGeneric.cpp | 68 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) 82 status_t lStatus = out->set(this, mFd, devices, format, channels, sampleRate); 102 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, 122 status_t lStatus = in->set(this, mFd, devices, format, channels, sampleRate, acoustics); 206 if (lChannels == 0) lChannels = channels(); 211 (lChannels != channels()) || 214 if (pChannels) *pChannels = channels(); 256 snprintf(buffer, SIZE, "\tchannels: %d\n", channels()); 324 (*pChannels != channels()) || 328 *pChannels = channels(); [all...] |
/compatibility/cdd/5_multimedia/ |
5_5_audio-playback.md | 14 * **Channels**: Mono, Stereo, valid multichannel configurations 15 with up to 8 channels
|
/external/autotest/server/cros/ap_configurators/ |
linksyswrt160_ap_configurator.py | 33 channels = ['Auto', '1', '2', '3', '4', '5', '6', '7', '8', 35 self.select_item_from_popup_by_xpath(channels[position], xpath)
|
/external/brotli/java/org/brotli/wrapper/enc/ |
BrotliEncoderChannel.java | 11 import java.nio.channels.ClosedChannelException; 12 import java.nio.channels.WritableByteChannel;
|
/external/guava/guava/src/com/google/common/io/ |
InputSupplier.java | 40 * get independent channels to the same underlying resource. 44 * channels returned by other calls.
|
OutputSupplier.java | 40 * get independent channels to the same underlying resource. 44 * channels returned by other calls.
|
/external/kernel-headers/original/uapi/linux/hsi/ |
hsi_char.h | 55 __u32 channels; member in struct:hsc_rx_config 60 __u32 channels; member in struct:hsc_tx_config
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_DepthwiseConv2dNativeBackpropFilter.pbtxt | 54 [batch, height, width, channels]. 56 [batch, channels, height, width].
|
api_def_ExpandDims.pbtxt | 28 channels]`, you can make it a batch of 1 image with `expand_dims(image, 0)`, 29 which will make the shape `[1, height, width, channels]`.
|
/frameworks/av/media/libmedia/ |
TypeConverter.cpp | 412 audio_channel_mask_t channels; local 413 if (!OutputChannelConverter::fromString(literalChannels, channels) && 414 !InputChannelConverter::fromString(literalChannels, channels)) { 417 return channels; 421 const std::string &channels, const char *del) 424 OutputChannelConverter::collectionFromString(channels, channelMaskCollection, del); 425 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del); 426 ChannelIndexConverter::collectionFromString(channels, channelMaskCollection, del);
|
/frameworks/base/core/java/android/se/omapi/ |
ISecureElementReader.aidl | 41 * @return a Session object to be used to create Channels. 46 * Close all the sessions opened on this reader. All the channels opened by
|
ISecureElementSession.aidl | 39 * channels opened by this application with this Secure Element. 60 * Logical channels cannot be opened with this connection.
|
/frameworks/base/media/java/android/media/ |
AudioGainConfig.java | 21 * controller. It contains a valid configuration (value, channels...) for a gain controller 62 * Indicates for which channels the gain is set.
|
/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/ |
ChannelTest.java | 33 import androidx.tvprovider.media.tv.TvContractCompat.Channels; 40 * Tests that channels can be created using the Builder pattern and correctly obtain 53 resolver.delete(Channels.CONTENT_URI, null, null); 103 Uri channelUri = resolver.insert(Channels.CONTENT_URI, contentValues); 119 Uri channelUri = resolver.insert(Channels.CONTENT_URI, contentValues); 184 .setType(TvContractCompat.Channels.TYPE_PREVIEW) 185 .setServiceType(TvContractCompat.Channels.SERVICE_TYPE_AUDIO_VIDEO) 186 .setVideoFormat(TvContractCompat.Channels.VIDEO_FORMAT_240P)
|
/libcore/ojluni/src/main/java/java/nio/file/ |
OpenOption.java | 34 * java.nio.channels.FileChannel#open FileChannel.open}, and {@link 35 * java.nio.channels.AsynchronousFileChannel#open AsynchronousFileChannel.open}
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
PollSelectorProvider.java | 29 import java.nio.channels.*; 30 import java.nio.channels.spi.*;
|
SelectorProviderImpl.java | 33 import java.nio.channels.*; 34 import java.nio.channels.spi.*;
|
/packages/apps/TV/src/com/android/tv/menu/ |
ChannelsRow.java | 28 /** Minimum count for recent channels. */ 30 /** Maximum count for recent channels. */
|
/system/media/audio_utils/tests/ |
fifo_tests.cpp | 98 size_t frameSize = sizeof(int16_t) * sfinfoin.channels; 99 int16_t *inputBuffer = new int16_t[sfinfoin.frames * sfinfoin.channels]; 108 int16_t *outputBuffer = new int16_t[sfinfoin.frames * sfinfoin.channels]; 111 int16_t *fifoBuffer = new int16_t[frameCount * sfinfoin.channels]; 129 &inputBuffer[framesWritten * sfinfoin.channels], framesToWrite); 164 &outputBuffer[framesRead * sfinfoin.channels], framesToRead); 225 sfinfoout.channels = sfinfoin.channels;
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_go_neg.c | 41 u8 channels; local 44 ch = &dev->channels; 64 channels = *pos++; 65 if (channels > end - pos) { 69 cl->channels = channels > P2P_MAX_REG_CLASS_CHANNELS ? 70 P2P_MAX_REG_CLASS_CHANNELS : channels; 71 os_memcpy(cl->channel, pos, cl->channels); 72 pos += channels; 78 p2p_channels_intersect(own, &dev->channels, &intersection) [all...] |
/frameworks/av/media/libaudioprocessing/ |
AudioResamplerFirProcessNeon.h | 73 template <int CHANNELS, int STRIDE, bool FIXED> 86 static_assert(CHANNELS == 1 || CHANNELS == 2, "CHANNELS must be 1 or 2"); 88 sP -= CHANNELS*((STRIDE>>1)-1); 103 if (CHANNELS == 2) { 127 switch (CHANNELS) { 168 if (CHANNELS == 1) { 171 } else if (CHANNELS == 2) { 181 template <int CHANNELS, int STRIDE, bool FIXED [all...] |
/developers/samples/android/notification/NotificationChannels/ |
template-params.xml | 33 Demonstration of using channels to categorize notifications by topic. This feature was added in 93 Demonstration of using channels to categorize notifications by topic. This feature was 103 Android O introduces notification channels to provide a unified system to help users 105 notification channels to display notifications to your users. 108 to send. You can also create notification channels to reflect choices made by users of 109 your app. For example, you might setup separate notification channels for each
|
/external/autotest/server/site_tests/brillo_PlaybackAudioTest/ |
brillo_PlaybackAudioTest.py | 19 # Number of channels to generate. 78 @param num_channels: Number of channels to test playback with. 103 @param num_channels: Number of channels to test playback with. 147 @param num_channels_arr: Array of number of channels to test playback 163 logging.info('Number of channels: %d', num_channels) 184 logging.error('Sample rate: %i, Sample width: %i, Num Channels '
|
/external/speex/include/speex/ |
speex_echo.h | 82 * @param nb_mic Number of microphone channels 83 * @param nb_speakers Number of speaker channels 144 * @param channels Number of channels (it's a bit pointless if you don't have at least 2) 147 SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size); 149 /** Remove correlation between the channels by modifying the phase and possibly
|
/external/tensorflow/tensorflow/contrib/image/kernels/ |
adjust_hsv_in_yiq_op.cc | 67 auto channels = input.dim_size(input.dims() - 1); variable 69 context, channels == kChannelSize, 70 errors::InvalidArgument("input must have 3 channels but instead has ", 71 channels, " channels.")); 78 const int64 channel_count = input.NumElements() / channels;
|