Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DNBAIO_Tee.cpp405 int sf_format; in createInternal() local
411 sf_format = SF_FORMAT_PCM_16; in createInternal()
418 sf_format = SF_FORMAT_PCM_32; in createInternal()
423 sf_format = SF_FORMAT_FLOAT; in createInternal()
444 .format = sf_format | (audio_is_linear_pcm(format) ? SF_FORMAT_WAV : 0 /* RAW */), in createInternal()