HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_FORMAT_IEC61937 (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/jni/
android_media_AudioFormat.h 73 return AUDIO_FORMAT_IEC61937;
113 case AUDIO_FORMAT_IEC61937:
  /frameworks/av/services/audioflinger/
AudioStreamOut.cpp 120 audio_output_flags_t customFlags = (config->format == AUDIO_FORMAT_IEC61937)
141 // Some HALs may not recognize AUDIO_FORMAT_IEC61937. But if we declare
143 if (status != NO_ERROR && config->format == AUDIO_FORMAT_IEC61937) {
AudioFlinger.cpp 134 case AUDIO_FORMAT_IEC61937: return "iec61937";
    [all...]
  /device/asus/fugu/libaudio/
alsa_utils.cpp 283 fmts.append("|AUDIO_FORMAT_IEC61937");
378 case AUDIO_FORMAT_IEC61937:
420 case AUDIO_FORMAT_IEC61937:
AudioOutput.cpp 435 case AUDIO_FORMAT_IEC61937:
  /system/media/audio/include/system/
audio.h 318 AUDIO_FORMAT_IEC61937 = 0x0D000000UL,
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
TypeConverter.cpp 144 MAKE_STRING_FROM_ENUM(AUDIO_FORMAT_IEC61937),
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 381 } else if (format == AUDIO_FORMAT_IEC61937) { // HDMI pass-through?
    [all...]

Completed in 60 milliseconds