Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DNBAIO_Tee.cpp403 int sf_format; in createInternal() local
408 sf_format = SF_FORMAT_PCM_16; in createInternal()
415 sf_format = SF_FORMAT_PCM_32; in createInternal()
420 sf_format = SF_FORMAT_FLOAT; in createInternal()
442 .format = SF_FORMAT_WAV | sf_format, in createInternal()