Searched refs:mCodecType (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothCodecConfig.java | 171 private final @SourceCodecType int mCodecType; field in BluetoothCodecConfig 187 mCodecType = codecType; in BluetoothCodecConfig() 200 mCodecType = codecType; in BluetoothCodecConfig() 215 return (other.mCodecType == mCodecType in equals() 319 + ",mCodecType:" + mCodecType in toString() 378 out.writeInt(mCodecType); in writeToParcel() 395 switch (mCodecType) { in getCodecName() 422 return mCodecType; in getCodecType() 613 if (other == null || mCodecType != other.mCodecType) { in similarCodecFeedingParameters() 645 if (other == null && mCodecType != other.mCodecType) { in sameCodecSpecificParameters() [all …]
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CallQuality.java | 80 private int mCodecType; field in CallQuality 97 mCodecType = in.readInt(); in CallQuality() 186 this.mCodecType = codecType; in CallQuality() 327 return mCodecType; in getCodecType() 344 + " codecType=" + mCodecType in toString() 364 mCodecType, in hashCode() 392 && mCodecType == s.mCodecType in equals() 419 dest.writeInt(mCodecType); in writeToParcel()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | BluetoothA2dpConfigStore.java | 27 private int mCodecType = BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID; field in BluetoothA2dpConfigStore 38 mCodecType = codecType; in setCodecType() 74 return new BluetoothCodecConfig(mCodecType, mCodecPriority, in createCodecConfig()
|
/aosp12/hardware/google/av/media/eco/include/eco/ |
H A D | ECOUtils.h | 48 int32_t mCodecType; member 67 mCodecType(-1), in SimpleEncoderConfig() 77 mCodecType(codecType), in SimpleEncoderConfig()
|
H A D | ECOSession.h | 164 int32_t mCodecType = -1; variable
|
/aosp12/hardware/google/av/media/eco/ |
H A D | ECOSession.cpp | 190 mCodecType = std::get<int32_t>(value); in processSessionStats() 191 ECOLOGV("codec type is %d", mCodecType); in processSessionStats() 264 if (mCodecType != -1) { in generateLatestSessionInfoEcoData() 265 info.setInt32(ENCODER_TYPE, mCodecType); in generateLatestSessionInfoEcoData() 556 mWidth, mHeight, mIsCameraRecording, mTargetBitrateBps, mCodecType, mCodecProfile, in dump()
|
H A D | ECOUtils.cpp | 32 data.setInt32(ENCODER_TYPE, mCodecType); in toEcoData()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10073 Landroid/bluetooth/BluetoothCodecConfig;->mCodecType:I
|