Searched refs:mChannelMode (Results 1 – 5 of 5) sorted by relevance
175 private final @ChannelMode int mChannelMode; field in BluetoothCodecConfig191 mChannelMode = channelMode; in BluetoothCodecConfig()204 mChannelMode = BluetoothCodecConfig.CHANNEL_MODE_NONE; in BluetoothCodecConfig()219 && other.mChannelMode == mChannelMode in equals()237 mBitsPerSample, mChannelMode, mCodecSpecific1, in hashCode()250 && (mChannelMode != CHANNEL_MODE_NONE); in isValid()308 if (mChannelMode == CHANNEL_MODE_NONE) { in toString()311 if ((mChannelMode & CHANNEL_MODE_MONO) != 0) { in toString()314 if ((mChannelMode & CHANNEL_MODE_STEREO) != 0) { in toString()325 + ",mChannelMode:" + String.format("0x%x", mChannelMode) in toString()[all …]
130 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()
36 int32_t mChannelMode = -1; member
3288 switch (presentation.mChannelMode) { in parseAC4SpecificBox()
10067 Landroid/bluetooth/BluetoothCodecConfig;->mChannelMode:I