Home
last modified time | relevance | path

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

/frameworks/av/media/libmediametrics/include/
DMediaMetricsConstants.h124 #define AMEDIAMETRICS_PROP_CHANNELCOUNT "channelCount" // int32 macro
/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp125 .set(AMEDIAMETRICS_PROP_CHANNELCOUNT, (int32_t)getSamplesPerFrame()) in logOpen()
/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp1289 key, AMEDIAMETRICS_PROP_CHANNELCOUNT, &channelCount); in endAAudioStream()
/frameworks/av/services/audioflinger/
DThreads.cpp3324 .set(AMEDIAMETRICS_PROP_CHANNELCOUNT, (int32_t)mChannelCount) in readOutputParameters_l()
3329 .set(AMEDIAMETRICS_PROP_PREFIX_HAPTIC AMEDIAMETRICS_PROP_CHANNELCOUNT, in readOutputParameters_l()
9775 .set(AMEDIAMETRICS_PROP_CHANNELCOUNT, (int32_t)mChannelCount) in readInputParameters_l()
10530 .set(AMEDIAMETRICS_PROP_CHANNELCOUNT, (int32_t)mChannelCount) in readHalParameters_l()