Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DVideoConfig.java270 private final int mResolutionHeight; field in VideoConfig
293 mResolutionHeight = in.readInt(); in VideoConfig()
315 mResolutionHeight = builder.mResolutionHeight; in VideoConfig()
379 return this.mResolutionHeight; in getResolutionHeight()
422 + ", mResolutionHeight=" + mResolutionHeight in toString()
434 mPacketizationMode, mCameraId, mCameraZoom, mResolutionWidth, mResolutionHeight, in hashCode()
466 && mResolutionHeight == s.mResolutionHeight in equals()
497 dest.writeInt(mResolutionHeight); in writeToParcel()
533 private int mResolutionHeight; field in VideoConfig.Builder
665 this.mResolutionHeight = resolutionHeight; in setResolutionHeight()