Searched refs:mDeviceOrientationDegree (Results 1 – 1 of 1) sorted by relevance
273 private final int mDeviceOrientationDegree; field in VideoConfig295 mDeviceOrientationDegree = in.readInt(); in VideoConfig()317 mDeviceOrientationDegree = builder.mDeviceOrientationDegree; in VideoConfig()389 return this.mDeviceOrientationDegree; in getDeviceOrientationDegree()424 + ", mDeviceOrientationDegree=" + mDeviceOrientationDegree in toString()435 mPauseImagePath, mDeviceOrientationDegree, mCvoValue, mRtcpFbTypes); in hashCode()468 && mDeviceOrientationDegree == s.mDeviceOrientationDegree in equals()499 dest.writeInt(mDeviceOrientationDegree); in writeToParcel()536 private int mDeviceOrientationDegree; field in VideoConfig.Builder683 this.mDeviceOrientationDegree = deviceOrientationDegree; in setDeviceOrientationDegree()