Searched refs:audio (Results 126 - 150 of 178) sorted by relevance

12345678

/frameworks/av/include/media/
H A DIAudioFlinger.h30 #include <system/audio.h>
60 /* create an audio track and registers it with AudioFlinger.
101 /* query the audio hardware state. This state never changes,
111 /* set/get the audio hardware state. This will probably be used by
131 // set audio mode
143 // Register an object to receive audio input/output change and track notifications.
148 // retrieve the audio recording buffer size
224 /* List available audio ports and their attributes */
228 /* Get attributes for a given audio port */
231 /* Create an audio patc
[all...]
H A DAudioSystem.h25 #include <system/audio.h>
55 // mute/unmute audio outputs
69 // set audio mode in audio hardware
83 // set/get audio hardware parameters. The function accepts a list of parameters
115 // returns the number of frames per audio HAL write buffer. Corresponds to
119 // returns the audio output latency in ms. Corresponds to
131 // return the number of audio frames written by AudioFlinger to audio HAL and
132 // audio ds
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp35 #include <system/audio.h>
H A DStagefrightRecorder.h25 #include <system/audio.h>
H A DMediaPlayerService.h33 #include <system/audio.h>
234 // a temp variable to store the duration(ms) of audio codecs
235 // when we start a audio codec, we minus the system time from audioLastTime
238 // if multiple audio streams are played (or recorded), then audioLastTime
241 // when all the audio streams are being paused, we assign audioLastTime to
259 int refCount; // how many audio streams are being played
262 // totalTime[]: total time of audio output devices usage
266 // This varialble is used to record the usage of audio output device
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DConfigParsingUtils.h22 #include <system/audio.h>
41 // TODO: move to a separate file. Should be in sync with audio.h.
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp22 #include <hardware/audio.h>
H A DHwModule.cpp25 #include <hardware/audio.h>
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEqualizerTest.java17 package com.android.mediaframeworktest.functional.audio;
H A DMediaPresetReverbTest.java17 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
H A DMediaEnvReverbTest.java17 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
/frameworks/base/services/core/java/com/android/server/audio/
H A DPlayerRecord.java17 package com.android.server.audio;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h47 #include <system/audio.h>
48 #include <hardware/audio.h>
86 // This is typically due to audio mixer and resampler limitations.
92 // Max shared memory size for audio tracks and audio records per client process
242 /* List available audio ports and their attributes */
246 /* Get attributes for a given audio port */
249 /* Create an audio patch between several source and sink ports */
253 /* Release an audio patch */
256 /* List existing audio patche
[all...]
H A DAudioMixer.h28 #include <system/audio.h>
226 * 2) mReformatBufferProvider: If not NULL, performs the audio reformat to
H A DFastMixer.cpp33 #include <system/audio.h>
/frameworks/wilhelm/src/
H A DAndroid.mk171 $(call include-path-for, audio-effects)
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk334 $(call include-path-for, audio-utils)
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImplLegacy.cpp41 #include <system/audio.h>
H A DAudioPolicyEffects.cpp25 #include <system/audio.h>
42 // load automatic audio effect modules
54 // release audio input processing resources
66 // release audio output processing resources
86 // create audio pre processors according to input source
228 // create audio processors according to stream
H A DAudioPolicyInterfaceImplLegacy.cpp24 #include <system/audio.h>
161 // create audio processors according to stream
198 // release audio processors from the stream
277 // create audio pre processors according to input source
322 // release audio processors from the input
404 //audio policy: use audio_device_t appropriately
/frameworks/native/include/media/openmax/
H A DOMX_Component.h96 OMX_AUDIO_PORTDEFINITIONTYPE audio; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1343
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp23 #include <system/audio.h>
182 SL_LOGE("Cannot create audio recorder: unsupported byte order %u",
193 SL_LOGE("Cannot create audio recorder: unsupported container size %u bits for "
/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp34 #include <system/audio.h>
82 SLint8* pDataBase; // Base address of local audio data storage
83 SLint8* pData; // Current address of local audio data storage
159 /* Record to an audio path by opening a file descriptor on that path */
191 /* Objects this application uses: one audio recorder */
194 /* Interfaces for the audio recorder */
199 /* Source of audio data for the recording */
203 /* Data sink for recorded audio */
295 /* Create the audio recorder */
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp45 return property_get_bool("media.stagefright.audio.deep", false /* default_value */);
118 mIsAudio ? "audio" : "video", cbID, mPaused);
166 mIsAudio ? "audio" : "video", err);
247 mIsAudio = !strncasecmp("audio/", mime.c_str(), 6);
581 ALOGI("[%s] saw output EOS", mIsAudio ? "audio" : "video");
628 bool hasVideo = (mSource->getFormat(false /* audio */) != NULL);
704 mIsAudio ? "audio" : "video", formatChange, timeChange);
758 mIsAudio ? "audio" : "video",
1012 bool audio = !strncasecmp(oldMime.c_str(), "audio/", strle local
[all...]
/frameworks/base/core/jni/
H A DAndroid.mk206 $(call include-path-for, audio-utils) \

Completed in 393 milliseconds

12345678