Searched refs:mMaxMtuBytes (Results 1 – 1 of 1) sorted by relevance
275 private final int mMaxMtuBytes; field in VideoConfig285 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.Builder592 this.mMaxMtuBytes = maxMtuBytes; in setMaxMtuBytes()