Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java151 private final @ChannelMode int mChannelMode; field in BluetoothCodecConfig
166 mChannelMode = channelMode; in BluetoothCodecConfig()
178 mChannelMode = BluetoothCodecConfig.CHANNEL_MODE_NONE; in BluetoothCodecConfig()
193 && other.mChannelMode == mChannelMode in equals()
211 mBitsPerSample, mChannelMode, mCodecSpecific1, in hashCode()
224 && (mChannelMode != CHANNEL_MODE_NONE); in isValid()
282 if (mChannelMode == CHANNEL_MODE_NONE) { in toString()
285 if ((mChannelMode & CHANNEL_MODE_MONO) != 0) { in toString()
288 if ((mChannelMode & CHANNEL_MODE_STEREO) != 0) { in toString()
299 + ",mChannelMode:" + String.format("0x%x", mChannelMode) in toString()
[all …]
/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp130 if (mPresentations[presentationID].mChannelMode == -1 && in parseSubstreamDSI()
132 mPresentations[presentationID].mChannelMode = channel_mode; in parseSubstreamDSI()
392 mPresentations[presentation].mChannelMode = dsi_presentation_ch_mode; in parse()
615 if (mPresentations[presentation].mChannelMode == -1) { in parse()
DAC4Parser.h36 int32_t mChannelMode = -1; member
DMPEG4Extractor.cpp3132 switch (presentation.mChannelMode) { in parseAC4SpecificBox()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java241 private int mChannelMode = 0; field in InformationElementUtil.VhtOperation
259 if (mChannelMode == 0) { in getChannelWidth()
280 if (mCenterFreqIndex1 == 0 || mChannelMode == 0) { in getCenterFreq0()
295 if (mCenterFreqIndex2 == 0 || mChannelMode == 0) { in getCenterFreq1()
314 mChannelMode = ie.bytes[0] & Constants.BYTE_MASK; in from()