Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
DNBAIO.cpp27 return Format_channelCount(format) * sizeof(short); in Format_frameSize()
33 return Format_channelCount(format); in Format_frameBitShift()
81 unsigned Format_channelCount(NBAIO_Format format) in Format_channelCount() function
/frameworks/av/include/media/nbaio/
DNBAIO.h73 unsigned Format_channelCount(NBAIO_Format format);
/frameworks/av/services/audioflinger/
DFastMixer.cpp237 ALOG_ASSERT(Format_channelCount(format) == FCC_2); in threadLoop()
DAudioFlinger.cpp2481 unsigned channelCount = Format_channelCount(format); in dumpTee()