Searched refs:mResolutionHeight (Results 1 – 1 of 1) sorted by relevance
270 private final int mResolutionHeight; field in VideoConfig293 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.Builder665 this.mResolutionHeight = resolutionHeight; in setResolutionHeight()