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

1 23 4 5 6 7 8 91011

  /external/webrtc/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 11 // Sets up a simple VoiceEngine loopback call with the default audio devices
36 VoEAudioProcessing* audio = VoEAudioProcessing::GetInterface(voe); local
37 ASSERT_TRUE(audio != NULL);
87 // Disable all audio processing.
88 ASSERT_EQ(0, audio->SetAgcStatus(false));
89 ASSERT_EQ(0, audio->SetEcStatus(false));
90 ASSERT_EQ(0, audio->EnableHighPassFilter(false));
91 ASSERT_EQ(0, audio->SetNsStatus(false));
  /hardware/interfaces/audio/common/test/utility/include/utility/
AssertOk.h 26 namespace audio { namespace in namespace:android::hardware
36 using ::android::hardware::audio::V2_0::Result;
114 } // audio
  /packages/apps/TV/src/com/android/tv/tuner/exoplayer/audio/
AudioClock.java 17 package com.android.tv.tuner.exoplayer.audio;
MpegTsMediaCodecAudioTrackRenderer.java 17 package com.android.tv.tuner.exoplayer.audio;
27 * MPEG-2 TS audio track renderer.
29 * <p>Since the audio output from {@link android.media.MediaExtractor} contains extra samples at the
30 * beginning, using original {@link MediaCodecAudioTrackRenderer} as audio renderer causes
31 * asynchronous Audio/Video outputs. This class calculates the offset of audio data and adjust the
32 * presentation times to avoid the asynchronous Audio/Video problem.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioBandSpecs.java 17 package com.android.cts.verifier.audio;
AudioInputDeviceNotificationsActivity.java 17 package com.android.cts.verifier.audio;
36 * Tests Audio Device Connection events for output by prompting the user to insert/remove a
AudioOutputDeviceNotificationsActivity.java 17 package com.android.cts.verifier.audio;
36 * Tests Audio Device Connection events for output devices by prompting the user to
SoundGenerator.java 1 package com.android.cts.verifier.audio;
TrivialRecorder.java 17 package com.android.cts.verifier.audio;
56 // setup audio data (silence will suffice)
USBAudioPeripheralAttributesActivity.java 17 package com.android.cts.verifier.audio;
25 import com.android.cts.verifier.audio.peripheralprofile.ListsHelper;
26 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;
USBAudioPeripheralButtonsActivity.java 17 package com.android.cts.verifier.audio;
25 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;
26 import com.android.cts.verifier.audio.peripheralprofile.ProfileButtonAttributes;
USBAudioPeripheralPlayActivity.java 17 package com.android.cts.verifier.audio;
24 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;
AudioInputRoutingNotificationsActivity.java 17 package com.android.cts.verifier.audio;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
WaveTableFloatFiller.java 17 package com.android.cts.verifier.audio.audiolib;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspFftServer.java 17 package com.android.cts.verifier.audio.wavelib;
  /external/webrtc/webrtc/modules/audio_coding/test/
opus_test.cc 212 const size_t kBufferSizeSamples = 480 * 12 * 2; // 120 ms stereo audio.
213 int16_t audio[kBufferSizeSamples]; local
246 // Get 10 msec of audio.
259 // If input audio is sampled at 32 kHz, resampling to 48 kHz is required.
266 &audio[written_samples]));
269 // Sometimes we need to loop over the audio vector to produce the right
281 &audio[read_samples], frame_length, kMaxBytes, bitstream);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 37 * audio - True for a audio version of the RTP/RTCP module
59 bool audio; member in struct:webrtc::RtpRtcp::Configuration
286 * Used by the codec module to deliver a video or audio frame for
551 * Audio
556 * set audio packet size, used to determine when it's time to send a DTMF
573 * Set payload type for Redundant Audio Data RFC 2198
580 * Get payload type for Redundant Audio Data RFC 2198
592 * Store the audio level in dBov for header-extension-for-audio-level
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioEventLogger.java 17 package com.android.server.audio;
110 pw.println("Audio event log: " + mTitle);
AudioServiceEvents.java 17 package com.android.server.audio;
22 import com.android.server.audio.AudioService.WiredDeviceConnectionState;
RotationHelper.java 17 package com.android.server.audio;
29 * to the audio HALs through AudioSystem.
36 * query the display rotation so audio stays in sync with video/dialogs. This is
82 // use display rotation so audio stays in sync with video/dialogs
  /hardware/interfaces/audio/2.0/default/
ParametersUtil.cpp 21 namespace audio { namespace in namespace:android::hardware
154 } // namespace audio
Stream.h 22 #include <android/hardware/audio/2.0/IStream.h>
23 #include <hardware/audio.h>
32 namespace audio { namespace in namespace:android::hardware
36 using ::android::hardware::audio::common::V2_0::AudioChannelMask;
37 using ::android::hardware::audio::common::V2_0::AudioDevice;
38 using ::android::hardware::audio::common::V2_0::AudioFormat;
39 using ::android::hardware::audio::V2_0::DeviceAddress;
40 using ::android::hardware::audio::V2_0::IStream;
41 using ::android::hardware::audio::V2_0::ParameterValue;
42 using ::android::hardware::audio::V2_0::Result
    [all...]
StreamIn.h 23 #include <android/hardware/audio/2.0/IStreamIn.h>
35 namespace audio { namespace in namespace:android::hardware
39 using ::android::hardware::audio::common::V2_0::AudioChannelMask;
40 using ::android::hardware::audio::common::V2_0::AudioDevice;
41 using ::android::hardware::audio::common::V2_0::AudioFormat;
42 using ::android::hardware::audio::common::V2_0::AudioSource;
43 using ::android::hardware::audio::V2_0::DeviceAddress;
44 using ::android::hardware::audio::V2_0::IStream;
45 using ::android::hardware::audio::V2_0::IStreamIn;
46 using ::android::hardware::audio::V2_0::ParameterValue
    [all...]
StreamOut.h 23 #include <android/hardware/audio/2.0/IStreamOut.h>
35 namespace audio { namespace in namespace:android::hardware
39 using ::android::hardware::audio::common::V2_0::AudioChannelMask;
40 using ::android::hardware::audio::common::V2_0::AudioDevice;
41 using ::android::hardware::audio::common::V2_0::AudioFormat;
42 using ::android::hardware::audio::V2_0::AudioDrain;
43 using ::android::hardware::audio::V2_0::DeviceAddress;
44 using ::android::hardware::audio::V2_0::IStream;
45 using ::android::hardware::audio::V2_0::IStreamOut;
46 using ::android::hardware::audio::V2_0::IStreamOutCallback
    [all...]
  /hardware/interfaces/audio/effect/2.0/default/
EffectsFactory.cpp 51 namespace audio { namespace in namespace:android::hardware
86 // Methods from ::android::hardware::audio::effect::V2_0::IEffectsFactory follow.
203 } // namespace audio

Completed in 1247 milliseconds

1 23 4 5 6 7 8 91011