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

1 2 3 45 6 7 8 91011

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
StreamRecorder.java 17 package com.android.cts.verifier.audio.audiolib;
26 * Records audio data to a stream.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
PeripheralProfile.java 17 package com.android.cts.verifier.audio.peripheralprofile;
22 import com.android.cts.verifier.audio.peripheralprofile.ListsHelper;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
VectorAverage.java 17 package com.android.cts.verifier.audio.wavelib;
  /external/vboot_reference/firmware/lib/
vboot_api_kernel.c 233 VbAudioContext *audio = 0; local
250 /* Get audio/delay context */
251 audio = VbAudioOpen(cparams);
259 VbAudioClose(audio);
279 VbAudioClose(audio);
323 audio = VbAudioOpen(cparams);
334 VbAudioClose(audio);
395 VbAudioClose(audio);
423 } while(VbAudioLooping(audio));
441 VbAudioClose(audio);
    [all...]
  /external/webrtc/talk/media/base/
streamparams.h 204 // A collection of audio and video and data streams. Most of the
222 const std::vector<StreamParams>& audio() const { return audio_; } function in struct:cricket::MediaStreams
  /external/webrtc/webrtc/modules/audio_coding/test/
target_delay_unittest.cc 42 rtp_info_.type.Audio.channel = 1;
43 rtp_info_.type.Audio.isCNG = false;
46 int16_t audio[kFrameSizeSamples]; local
49 audio[n] = (rand() & kRange) - kRange / 2;
50 WebRtcPcm16b_Encode(audio, kFrameSizeSamples, payload_);
149 // Pull audio equivalent to the amount of audio in one RTP packet.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry_unittest.cc 43 bool audio = true; local
46 audio,
47 {// Initialize the audio struct in this case.
96 // This creates an audio RTP payload strategy.
111 EXPECT_TRUE(retrieved_payload->audio);
  /external/webrtc/webrtc/video/
stream_synchronization_unittest.cc 86 // the audio and video delays needed to get the two streams in sync.
89 // |current_audio_delay_ms| is the number of milliseconds which audio is
102 StreamSynchronization::Measurements audio; local
105 audio.rtcp.push_front(send_time_->GenerateRtcp(audio_frequency,
113 audio.rtcp.push_front(send_time_->GenerateRtcp(audio_frequency,
122 // Capture an audio and a video frame at the same time.
123 audio.latest_timestamp = send_time_->NowRtp(audio_frequency,
129 // Audio later than video.
133 audio.latest_receive_time_ms = receive_time_->time_now_ms();
135 // Video later than audio
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 147 sp<MetaData> NuPlayer::HTTPLiveSource::getFormatMeta(bool audio) {
151 audio ? LiveSession::STREAMTYPE_AUDIO
159 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) {
164 audio ? LiveSession::STREAMTYPE_AUDIO
187 bool audio, sp<ABuffer> *accessUnit) {
189 audio ? LiveSession::STREAMTYPE_AUDIO
357 sp<AMessage> format = getFormat(false /* audio */);
400 bool audio = changedMask & LiveSession::STREAMTYPE_AUDIO; local
408 notify->setInt32("audio", audio);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioManagerTest.java 17 package com.android.mediaframeworktest.functional.audio;
155 // the audio focus request is async, so wait a bit to verify it had the expected effect
173 //Test case 1: test audio focus listener loses audio focus:
184 //Test case 2: test audio focus listener loses audio focus:
196 //Test case 3: test audio focus listener loses audio focus:
208 //Test case 4: test audio focus registering and use over 3000 iterations
218 assertTrue("audio focus request was not granted"
    [all...]
MediaBassBoostTest.java 17 package com.android.mediaframeworktest.functional.audio;
MediaEqualizerTest.java 17 package com.android.mediaframeworktest.functional.audio;
MediaVirtualizerTest.java 17 package com.android.mediaframeworktest.functional.audio;
  /frameworks/base/services/core/java/com/android/server/audio/
RecordingActivityMonitor.java 17 package com.android.server.audio;
  /hardware/interfaces/audio/2.0/default/
Device.cpp 35 namespace audio { namespace in namespace:android::hardware
45 ALOGW_IF(status, "Error closing audio hw device %p: %s", mDevice,
86 // Methods from ::android::hardware::audio::V2_0::IDevice follow.
317 } // namespace audio
PrimaryDevice.cpp 24 namespace audio { namespace in namespace:android::hardware
34 // Methods from ::android::hardware::audio::V2_0::IDevice follow.
129 // Methods from ::android::hardware::audio::V2_0::IPrimaryDevice follow.
208 } // namespace audio
Stream.cpp 21 #include <hardware/audio.h>
34 namespace audio { namespace in namespace:android::hardware
81 // Methods from ::android::hardware::audio::V2_0::IStream follow.
276 } // namespace audio
  /hardware/interfaces/audio/effect/2.0/default/
AutomaticGainControlEffect.cpp 24 namespace audio { namespace in namespace:android::hardware
51 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
192 // Methods from ::android::hardware::audio::effect::V2_0::IAutomaticGainControlEffect follow.
235 } // namespace audio
BassBoostEffect.cpp 25 namespace audio { namespace in namespace:android::hardware
36 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
177 // Methods from ::android::hardware::audio::effect::V2_0::IBassBoostEffect follow.
193 } // namespace audio
DownmixEffect.cpp 25 namespace audio { namespace in namespace:android::hardware
36 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
177 // Methods from ::android::hardware::audio::effect::V2_0::IDownmixEffect follow.
192 } // namespace audio
LoudnessEnhancerEffect.cpp 27 namespace audio { namespace in namespace:android::hardware
38 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
179 // Methods from ::android::hardware::audio::effect::V2_0::ILoudnessEnhancerEffect follow.
202 } // namespace audio
NoiseSuppressionEffect.cpp 24 namespace audio { namespace in namespace:android::hardware
49 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
190 // Methods from ::android::hardware::audio::effect::V2_0::INoiseSuppressionEffect follow.
232 } // namespace audio
PresetReverbEffect.cpp 25 namespace audio { namespace in namespace:android::hardware
36 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
177 // Methods from ::android::hardware::audio::effect::V2_0::IPresetReverbEffect follow.
192 } // namespace audio
VirtualizerEffect.cpp 27 namespace audio { namespace in namespace:android::hardware
48 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
189 // Methods from ::android::hardware::audio::effect::V2_0::IVirtualizerEffect follow.
246 } // namespace audio
VisualizerEffect.cpp 25 namespace audio { namespace in namespace:android::hardware
36 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
177 // Methods from ::android::hardware::audio::effect::V2_0::IVisualizerEffect follow.
266 } // namespace audio

Completed in 2401 milliseconds

1 2 3 45 6 7 8 91011