Searched refs:mRtcpSrTimestamp (Results 1 – 3 of 3) sorted by relevance
37 mRtcpSrTimestamp = rtcpSrTimestamp; in RtpReceptionStats()46 mRtcpSrTimestamp = stats.mRtcpSrTimestamp; in RtpReceptionStats()59 mRtcpSrTimestamp = stats.mRtcpSrTimestamp; in operator =()69 return (mRtpTimestamp == stats.mRtpTimestamp && mRtcpSrTimestamp == stats.mRtcpSrTimestamp && in operator ==()76 return (mRtpTimestamp != stats.mRtpTimestamp || mRtcpSrTimestamp != stats.mRtcpSrTimestamp || in operator !=()89 out->writeInt32(mRtcpSrTimestamp); in writeToParcel()104 in->readInt32(&mRtcpSrTimestamp); in readFromParcel()124 return mRtcpSrTimestamp; in getRtcpSrTimestamp()129 mRtcpSrTimestamp = timestamp; in setRtcpSrTimestamp()165 mRtcpSrTimestamp = 0; in setDefaultConfig()
38 private int mRtcpSrTimestamp; field in RtpReceptionStats54 mRtcpSrTimestamp = in.readInt(); in RtpReceptionStats()62 this.mRtcpSrTimestamp = rtcpTs; in RtpReceptionStats()75 return mRtcpSrTimestamp; in getRtcpSrTimestamp()99 + ", mRtcpSrTimestamp=" + mRtcpSrTimestamp in toString()108 return Objects.hash(mRtpTimestamp, mRtcpSrTimestamp, mRtcpSrNtpTimestamp, in hashCode()125 && mRtcpSrTimestamp == s.mRtcpSrTimestamp in equals()143 dest.writeInt(mRtcpSrTimestamp); in writeToParcel()167 private int mRtcpSrTimestamp; field in RtpReceptionStats.Builder196 this.mRtcpSrTimestamp = timestamp; in setRtcpSrTimestamp()[all …]
65 int32_t mRtcpSrTimestamp; variable