/frameworks/base/core/jni/ |
android_media_AudioFormat.h | 75 return AUDIO_FORMAT_DEFAULT; 117 case AUDIO_FORMAT_DEFAULT:
|
android_media_AudioSystem.cpp | 690 if (nAudioPortConfig->format != AUDIO_FORMAT_DEFAULT && [all...] |
/frameworks/av/include/media/ |
AudioIoDescriptor.h | 37 mSamplingRate(0), mFormat(AUDIO_FORMAT_DEFAULT), mChannelMask(AUDIO_CHANNEL_NONE),
|
IAudioPolicyService.h | 57 audio_format_t format = AUDIO_FORMAT_DEFAULT, 67 audio_format_t format = AUDIO_FORMAT_DEFAULT,
|
AudioSystem.h | 211 audio_format_t format = AUDIO_FORMAT_DEFAULT, 221 audio_format_t format = AUDIO_FORMAT_DEFAULT, 382 mInFormat(AUDIO_FORMAT_DEFAULT), mInChannelMask(AUDIO_CHANNEL_NONE) {
|
/frameworks/av/services/audiopolicy/common/include/ |
policy.h | 21 static const audio_format_t gDynamicFormat = AUDIO_FORMAT_DEFAULT;
|
/frameworks/av/services/audioflinger/ |
SpdifStreamOut.cpp | 41 , mApplicationFormat(AUDIO_FORMAT_DEFAULT)
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 47 audio_format_t transferFormat = AUDIO_FORMAT_DEFAULT; 293 if (transferFormat == AUDIO_FORMAT_DEFAULT) { 298 if (transferFormat == AUDIO_FORMAT_DEFAULT) { 303 if (transferFormat == AUDIO_FORMAT_DEFAULT) { 308 if (transferFormat == AUDIO_FORMAT_DEFAULT) { 313 if (transferFormat == AUDIO_FORMAT_DEFAULT) {
|
playbq.cpp | 47 audio_format_t transferFormat = AUDIO_FORMAT_DEFAULT; 293 if (transferFormat == AUDIO_FORMAT_DEFAULT) { 298 if (transferFormat == AUDIO_FORMAT_DEFAULT) { 303 if (transferFormat == AUDIO_FORMAT_DEFAULT) { 308 if (transferFormat == AUDIO_FORMAT_DEFAULT) { 313 if (transferFormat == AUDIO_FORMAT_DEFAULT) {
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioPort.cpp | 234 AUDIO_FORMAT_DEFAULT, 302 format = AUDIO_FORMAT_DEFAULT; 329 if (formatToCompare != AUDIO_FORMAT_DEFAULT && pickedChannelMask != AUDIO_CHANNEL_NONE
|
AudioProfile.cpp | 265 && formatToCompare != AUDIO_FORMAT_DEFAULT
|
/system/media/audio/include/system/ |
audio.h | 303 AUDIO_FORMAT_DEFAULT = 0, [all...] |
/frameworks/wilhelm/tests/examples/ |
slesTestRecBuffQueue.cpp | 41 audio_format_t transferFormat = AUDIO_FORMAT_DEFAULT; 550 if (transferFormat == AUDIO_FORMAT_DEFAULT) {
|
/device/asus/fugu/libaudio/ |
AudioStreamOut.cpp | 87 audio_format_t lFormat = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT; 92 if (lFormat == AUDIO_FORMAT_DEFAULT) lFormat = format();
|
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyService.h | 74 audio_format_t format = AUDIO_FORMAT_DEFAULT, 85 audio_format_t format = AUDIO_FORMAT_DEFAULT,
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
AudioProfile.h | 107 bool hasValidFormat() const { return mFormat != AUDIO_FORMAT_DEFAULT; } 142 // we sort from worst to best, so that AUDIO_FORMAT_DEFAULT is always the first entry.
|
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 652 (format != AUDIO_FORMAT_DEFAULT && format != outputDesc->mFormat) || [all...] |
/hardware/bsp/intel/peripheral/audio/generic/ |
audio_hal.c | 651 if (config->format == AUDIO_FORMAT_DEFAULT) { [all...] |
/hardware/libhardware/modules/usbaudio/ |
audio_hal.c | 594 if (config->format == AUDIO_FORMAT_DEFAULT) { [all...] |
/frameworks/av/media/libmedia/ |
AudioRecord.cpp | 198 if (format == AUDIO_FORMAT_DEFAULT) { [all...] |
AudioSystem.cpp | 464 mInFormat = AUDIO_FORMAT_DEFAULT; [all...] |
AudioTrack.cpp | 379 if (format == AUDIO_FORMAT_DEFAULT) { [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | [all...] |
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.cpp | [all...] |