Home
last modified time | relevance | path

Searched refs:mCodecType (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java171 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 DCallQuality.java80 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 DBluetoothA2dpConfigStore.java27 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 DECOUtils.h48 int32_t mCodecType; member
67 mCodecType(-1), in SimpleEncoderConfig()
77 mCodecType(codecType), in SimpleEncoderConfig()
H A DECOSession.h164 int32_t mCodecType = -1; variable
/aosp12/hardware/google/av/media/eco/
H A DECOSession.cpp190 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 DECOUtils.cpp32 data.setInt32(ENCODER_TYPE, mCodecType); in toEcoData()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10073 Landroid/bluetooth/BluetoothCodecConfig;->mCodecType:I