/external/webrtc/webrtc/voice_engine/ |
utility.h | 28 // to have its sample rate and channels members set to the desired values.
|
/frameworks/av/cmds/stagefright/ |
audioloop.cpp | 56 static const int channels = 1; // not permitted to be stereo now local 114 channels); 117 source = new SineSource(sampleRate, channels); 131 meta->setInt32("channel-count", channels);
|
/frameworks/av/media/libnbaio/ |
LibsndfileSink.cpp | 27 NBAIO_Sink(Format_from_SR_C(sfinfo.samplerate, sfinfo.channels)),
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
SoftOpus.h | 33 int channels; member in struct:android::OpusHeader
|
/frameworks/base/core/java/android/bluetooth/ |
package.html | 18 <li>Establish RFCOMM channels/sockets.</li>
|
/frameworks/base/core/java/com/android/internal/textservice/ |
ISpellCheckerServiceCallback.aidl | 25 * IPC channels from SpellCheckerService to TextServicesManagerService.
|
/frameworks/base/core/proto/android/app/ |
notification_channel_group.proto | 36 repeated android.app.NotificationChannelProto channels = 5;
|
/frameworks/base/core/res/res/xml/ |
default_zen_mode_config.xml | 28 <!-- whether there are notification channels that can bypass dnd -->
|
/frameworks/base/media/java/android/media/ |
AudioGain.java | 28 * - channel mask: indicates for which channels the gain can be controlled 94 * Indicates for which channels the gain can be controlled 149 * @param channelMask: channels of which the gain should be modified. 150 * @param values: gain values for each channels.
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
l2_normalization.mod.py | 25 input0 = {i1: # input 0 - 1 color, 3 channels
|
l2_normalization_large.mod.py | 25 input0 = {i1: # input 0 - 4 color, 3 channels
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
l2_normalization_large_relaxed.mod.py | 26 input0 = {i1: # input 0 - 4 color, 3 channels
|
l2_normalization_relaxed.mod.py | 26 input0 = {i1: # input 0 - 1 color, 3 channels
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
ipc_helper.h | 138 std::vector<ChannelInfo<FileHandleType>> channels; member in class:android::pdx::uds::RequestHeader 144 file_descriptors, channels, impulse_payload, 154 std::vector<ChannelInfo<FileHandleType>> channels; member in class:android::pdx::uds::ResponseHeader 158 channels);
|
/frameworks/native/services/vr/bufferhubd/ |
consumer_channel.h | 12 // Consumer channels are attached to a Producer channel
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
ApConfigUtil.java | 66 * @param allowed2GChannels list of allowed 2GHz channels 97 /* Pick a random channel from the list of supported channels. */ 102 Log.e(TAG, "No available channels on 5GHz band"); 111 * @param allowed2GChannels list of allowed 2GHz channels
|
/hardware/google/av/media/codecs/opus/ |
C2SoftOpusDec.h | 28 int channels; member in struct:android::OpusHeader
|
/hardware/interfaces/wifi/1.2/ |
IWifiNanIfaceEventCallback.hal | 40 * Asynchronous callback indicating a data-path (NDP) schedule has been updated (e.g. channels
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareGeneric.h | 52 virtual uint32_t channels() const { return AudioSystem::CHANNEL_OUT_STEREO; } function in class:android_audio_legacy::AudioStreamOutGeneric 86 virtual uint32_t channels() const { return AudioSystem::CHANNEL_IN_MONO; } function in class:android_audio_legacy::AudioStreamInGeneric 123 uint32_t *channels=0, 131 uint32_t *channels,
|
/hardware/qcom/bt/msm8960/libbt-vendor/include/ |
userial_vendor.h | 32 /*BT RIVA-SMD CHANNELS */
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
Cancellable.java | 29 * Implemented by asynchronous channels that require notification when an I/O
|
Groupable.java | 29 * Implemented by asynchronous channels that can be associated with an
|
/packages/apps/Dialer/java/com/android/dialer/notification/ |
NotificationChannelId.java | 23 /** Centralized source of all notification channels used by Dialer. */
|
/packages/apps/Settings/res/xml/ |
notification_group_settings.xml | 28 <!-- Channels added here -->
|
/packages/apps/TV/src/com/android/tv/analytics/ |
Tracker.java | 26 * Send the number of channels that doesn't change often. 28 * <p>Because the number of channels does not change often, this method should not be called 31 * @param browsableChannelCount the number of browsable channels. 32 * @param totalChannelCount the number of all channels.
|