Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DVideoConfig.java275 private final int mMaxMtuBytes; field in VideoConfig
285 mMaxMtuBytes = in.readInt(); in VideoConfig()
307 mMaxMtuBytes = builder.mMaxMtuBytes; in VideoConfig()
404 return mMaxMtuBytes; in getMaxMtuBytes()
414 + ", mMaxMtuBytes=" + mMaxMtuBytes in toString()
433 mMaxMtuBytes, mCodecProfile, mCodecLevel, mIntraFrameIntervalSec, in hashCode()
458 && mMaxMtuBytes == s.mMaxMtuBytes in equals()
489 dest.writeInt(mMaxMtuBytes); in writeToParcel()
525 private int mMaxMtuBytes; field in VideoConfig.Builder
592 this.mMaxMtuBytes = maxMtuBytes; in setMaxMtuBytes()