HomeSort by relevance Sort by last modified time
    Searched defs:audio (Results 126 - 150 of 265) sorted by null

1 2 3 4 56 7 8 91011

  /hardware/interfaces/audio/effect/2.0/vts/functional/
VtsHalAudioEffectV2_0TargetTest.cpp 19 #include <system/audio.h>
21 #include <android/hardware/audio/effect/2.0/IEffect.h>
22 #include <android/hardware/audio/effect/2.0/IEffectsFactory.h>
23 #include <android/hardware/audio/effect/2.0/IEqualizerEffect.h>
24 #include <android/hardware/audio/effect/2.0/ILoudnessEnhancerEffect.h>
25 #include <android/hardware/audio/effect/2.0/types.h>
31 using android::hardware::audio::common::V2_0::AudioDevice;
32 using android::hardware::audio::common::V2_0::AudioHandleConsts;
33 using android::hardware::audio::common::V2_0::AudioMode;
34 using android::hardware::audio::common::V2_0::AudioSource
327 namespace audio { namespace in namespace:android::hardware
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
StorageItemPreferenceControllerTest.java 278 StorageItemPreference audio = new StorageItemPreference(mContext); local
287 eq(StorageItemPreferenceController.AUDIO_KEY))).thenReturn(audio);
311 MEGABYTE_IN_BYTES * 100, // audio
319 assertThat(audio.getSummary().toString()).isEqualTo("0.14 GB");
329 StorageItemPreference audio = spy(new StorageItemPreference(mContext)); local
330 audio.setIcon(R.drawable.ic_media_stream);
345 eq(StorageItemPreferenceController.AUDIO_KEY))).thenReturn(audio);
362 verify(audio, times(2)).setIcon(nullable(Drawable.class));
373 StorageItemPreference audio = new StorageItemPreference(mContext); local
381 .thenReturn(audio);
402 StorageItemPreference audio = new StorageItemPreference(mContext); local
431 StorageItemPreference audio = new StorageItemPreference(mContext); local
459 StorageItemPreference audio = new StorageItemPreference(mContext); local
491 StorageItemPreference audio = new StorageItemPreference(mContext); local
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/exoplayer/audio/
AudioTrackMonitor.java 17 package com.android.tv.tuner.exoplayer.audio;
35 // For fetched audio samples
76 * Adds an audio sample information for monitoring.
AudioTrackWrapper.java 17 package com.android.tv.tuner.exoplayer.audio;
22 import com.google.android.exoplayer.audio.AudioTrack;
89 // In the case of not playing actual audio data, Audio track is always ready.
MediaCodecAudioDecoder.java 17 package com.android.tv.tuner.exoplayer.audio;
33 /** A decoder to use MediaCodec for decoding audio stream. */
51 /** Creates a MediaCodec based audio decoder. */
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
AudioPlayer.java 17 package com.google.android.car.kitchensink.audio;
53 Log.i(TAG, "audio focus change " + focusChange);
126 Log.i(TAG, "doStart audio");
132 Log.e(TAG, "audio error what " + what + " extra " + extra);
196 Log.i(TAG, "doStop audio");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
SoundPlayerObject.java 17 package com.android.cts.verifier.audio;
28 import com.android.cts.verifier.audio.wavelib.PipeShort;
HifiUltrasoundTestActivity.java 17 package com.android.cts.verifier.audio;
HifiUltrasoundSpeakerTestActivity.java 17 package com.android.cts.verifier.audio;
  /external/libvorbis/doc/
01-introduction.tex 16 Vorbis is a general purpose perceptual audio CODEC intended to allow
51 against errors; it is solely a method of accepting input audio,
54 packets in sequence, decodes them, synthesizes audio frames from
56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no
90 as it would be with MPEG audio layers, to embed a simple frame type
91 flag in each audio packet, or begin decode at any frame in the stream
147 Global codec configuration consists of a few audio related fields
202 vector is a low-resolution representation of the audio spectrum for
231 The spectral residue is the fine structure of the audio spectrum
267 specification. Once set up, decode may begin at any audio packe
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 111 bitrate_logger_("WebRTC.Audio.TargetBitrateInKbps"),
153 input_data.audio, input_data.audio_channel *
273 // Add 10MS of raw (PCM) audio data to the encoder.
286 "Cannot Add 10 ms audio, payload length is zero");
293 "Cannot Add 10 ms audio, input frequency not valid");
301 "Cannot Add 10 ms audio, input frequency and length doesn't"
308 "Cannot Add 10 ms audio, invalid number of channels.");
342 // When adding data to encoders this pointer is pointing to an audio buffer
351 input_data->audio = ptr_audio;
361 // |*ptr_out| will point to the pre-processed audio-frame. If no pre-processin
398 int16_t audio[WEBRTC_10MS_PCM_AUDIO]; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 17 package com.android.mediaframeworktest.functional.audio;
210 // creating a volume controller on output mix ensures that ro.audio.silent mutes
211 // audio after the effects and not before
281 // creating a volume controller on output mix ensures that ro.audio.silent mutes
282 // audio after the effects and not before
MediaAudioTrackTest.java 17 package com.android.mediaframeworktest.functional.audio;
    [all...]
MediaEnvReverbTest.java 17 package com.android.mediaframeworktest.functional.audio;
365 // creating a volume controller on output mix ensures that ro.audio.silent mutes
366 // audio after the effects and not before
438 // creating a volume controller on output mix ensures that ro.audio.silent mutes
439 // audio after the effects and not before
MediaVisualizerTest.java 17 package com.android.mediaframeworktest.functional.audio;
242 // creating a volume controller on output mix ensures that ro.audio.silent mutes
243 // audio after the effects and not before
321 // creating a volume controller on output mix ensures that ro.audio.silent mutes
322 // audio after the effects and not before
454 // creating a volume controller on output mix ensures that ro.audio.silent mutes
455 // audio after the effects and not before
  /frameworks/base/services/core/java/com/android/server/audio/
FocusRequester.java 17 package com.android.server.audio;
28 import com.android.server.audio.MediaFocusControl.AudioFocusDeathHandler;
34 * Class to handle all the information about a user of audio focus. The lifecycle of each
35 * instance is managed by android.media.MediaFocusControl, from its addition to the audio focus
54 * the audio focus gain request that caused the addition of this object in the focus stack.
63 * the audio focus loss received my mFocusDispatcher, is AudioManager.AUDIOFOCUS_NONE if
72 * the audio attributes associated with the focus request
261 * For a given audio focus gain request, return the audio focus loss type that will result
264 * @return the audio focus loss type that matches the gain reques
    [all...]
  /hardware/interfaces/audio/2.0/default/
StreamIn.cpp 22 #include <hardware/audio.h>
29 using ::android::hardware::audio::V2_0::MessageQueueFlagBits;
33 namespace audio { namespace in namespace:android::hardware
37 using ::android::hardware::audio::common::V2_0::ThreadInfo;
173 // Methods from ::android::hardware::audio::V2_0::IStream follow.
301 // Methods from ::android::hardware::audio::V2_0::IStreamIn follow.
440 } // namespace audio
StreamOut.cpp 24 #include <hardware/audio.h>
32 namespace audio { namespace in namespace:android::hardware
36 using ::android::hardware::audio::common::V2_0::ThreadInfo;
170 // Methods from ::android::hardware::audio::V2_0::IStream follow.
280 // Methods from ::android::hardware::audio::V2_0::IStreamOut follow.
486 // to return it sometimes. EAGAIN may be returned by A2DP audio HAL
532 } // namespace audio
  /hardware/interfaces/audio/effect/2.0/default/
EnvironmentalReverbEffect.cpp 24 namespace audio { namespace in namespace:android::hardware
65 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
206 // Methods from ::android::hardware::audio::effect::V2_0::IEnvironmentalReverbEffect follow.
314 } // namespace audio
EqualizerEffect.cpp 26 namespace audio { namespace in namespace:android::hardware
61 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
202 // Methods from ::android::hardware::audio::effect::V2_0::IEqualizerEffect follow.
309 } // namespace audio
Effect.cpp 32 namespace audio { namespace in namespace:android::hardware
37 using ::android::hardware::audio::common::V2_0::AudioChannelMask;
38 using ::android::hardware::audio::common::V2_0::AudioFormat;
39 using ::android::hardware::audio::effect::V2_0::MessageQueueFlagBits;
508 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
764 } // namespace audio
  /hardware/libhardware/modules/radio/
radio_hw.c 94 bool audio; member in struct:stub_radio_tuner
661 bool audio,
697 rdev->tuner->audio = audio;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 55 return property_get_bool("media.stagefright.audio.deep", false /* default_value */);
141 mIsAudio ? "audio" : "video", cbID, mPaused);
189 mIsAudio ? "audio" : "video", err);
218 ALOGE("Renderer reported 0x%x when changing audio output format", err);
289 mIsAudio = !strncasecmp("audio/", mime.c_str(), 6);
749 ALOGI("[%s] saw output EOS", mIsAudio ? "audio" : "video");
796 bool hasVideo = (mSource->getFormat(false /* audio */) != NULL);
871 mIsAudio ? "audio" : "video", formatChange, timeChange);
958 mIsAudio ? "audio" : "video",
1233 bool audio = !strncasecmp(oldMime.c_str(), "audio\/", strlen("audio\/")); local
    [all...]
RTSPSource.cpp 172 sp<MetaData> NuPlayer::RTSPSource::getFormatMeta(bool audio) {
173 sp<AnotherPacketSource> source = getSource(audio);
201 ALOGV("audio track doesn't have enough data yet. (%.2f secs buffered)",
219 bool audio, sp<ABuffer> *accessUnit) {
224 sp<AnotherPacketSource> source = getSource(audio);
235 if (sourceReachedEOS(!audio)) {
244 int64_t eosTimeout = audio ? mEOSTimeoutAudio : mEOSTimeoutVideo;
246 setEOSTimeout(audio, ALooper::GetNowUs());
248 setEOSTimeout(audio, 0);
254 if (!sourceNearEOS(!audio)) {
424 const bool audio = true; local
468 const bool audio = true; local
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRouteStateMachine.java 50 * is a combination of one of the four audio routes (earpiece, wired headset, bluetooth, and
51 * speakerphone) and audio focus status (active or quiescent).
60 * mAvailableRoutes: A bitmask describing which audio routes are available
63 * mIsMuted: a boolean indicating whether the audio is muted
69 /** Direct the audio stream through the device's earpiece. */
72 /** Direct the audio stream through Bluetooth. */
75 /** Direct the audio stream through a wired headset. */
78 /** Direct the audio stream through the device's speakerphone. */
428 // No change in audio route required
614 // No change in audio route require
1321 IAudioService audio = mAudioServiceFactory.getAudioService(); local
    [all...]

Completed in 2967 milliseconds

1 2 3 4 56 7 8 91011