Home
last modified time | relevance | path

Searched refs:audioSystemFormat (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/alsa_sound/
DALSAStreamOps.cpp321 int audioSystemFormat; in format() local
327 audioSystemFormat = AudioSystem::PCM_8_BIT; in format()
337 audioSystemFormat = mHandle->format; in format()
340 audioSystemFormat = AudioSystem::PCM_16_BIT; in format()
344 LOG_FATAL("Unknown AudioSystem bit width %d!", audioSystemFormat); in format()
345 audioSystemFormat = AudioSystem::PCM_16_BIT; in format()
349 ALOGV("ALSAFormat:0x%x,audioSystemFormat:0x%x",ALSAFormat,audioSystemFormat); in format()
350 return audioSystemFormat; in format()