Home
last modified time | relevance | path

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

/third_party/lame/ACM/
DAEncodeProperties.h114 inline const bool GetForceChannelMode() const { return bForceChannel; } in GetForceChannelMode()
166 inline void SetForceChannelMode(const bool bMode) { bForceChannel = bMode; } in SetForceChannelMode()
393 bool bForceChannel; variable
DAEncodeProperties.cpp749 bForceChannel = false; in ParamsRestore()
1253 || (bForceChannel != the_instance.bForceChannel) in operator !=()