Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DALSAStreamOps.cpp311 int audioSystemFormat; in format() local
317 audioSystemFormat = AudioSystem::PCM_8_BIT; in format()
327 audioSystemFormat = mHandle->format; in format()
330 audioSystemFormat = AudioSystem::PCM_16_BIT; in format()
334 LOG_FATAL("Unknown AudioSystem bit width %d!", audioSystemFormat); in format()
335 audioSystemFormat = AudioSystem::PCM_16_BIT; in format()
339 ALOGV("ALSAFormat:0x%x,audioSystemFormat:0x%x",ALSAFormat,audioSystemFormat); in format()
340 return audioSystemFormat; in format()