Searched refs:mRtpContextParams (Results 1 – 3 of 3) sorted by relevance
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/ |
D | RtpConfig.java | 87 private RtpContextParams mRtpContextParams; field in RtpConfig 102 mRtpContextParams = in.readParcelable(RtpContextParams.class.getClassLoader(), in RtpConfig() 118 mRtpContextParams = builder.mRtpContextParams; in RtpConfig() 201 return mRtpContextParams; in getRtpContextParams() 204 public void setRtpContextParams(final RtpContextParams mRtpContextParams) { in setRtpContextParams() argument 205 this.mRtpContextParams = mRtpContextParams; in setRtpContextParams() 227 + ", mRtpContextParams=" + mRtpContextParams in toString() 235 mDscp, mRxPayloadTypeNumber, mTxPayloadTypeNumber, mSamplingRateKHz, mRtpContextParams, in hashCode() 259 && Objects.equals(mRtpContextParams, s.mRtpContextParams) in equals() 292 dest.writeParcelable(mRtpContextParams, 0); in writeToParcel() [all …]
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
D | RtpEncoderNode.cpp | 90 if (mRtpContextParams.getSequenceNumber() >= 0) in Start() 93 mRtpSession->SetRtpContext(mRtpContextParams.getSsrc(), in Start() 94 mRtpContextParams.getTimestamp(), mRtpContextParams.getSequenceNumber() + 1); in Start() 113 if (mRtpContextParams.getSequenceNumber() > 0) in Start() 116 mRtpSession->SetRtpContext(mRtpContextParams.getSsrc(), in Start() 117 mRtpContextParams.getTimestamp(), mRtpContextParams.getSequenceNumber() + 1); in Start() 145 mRtpContextParams.setDefaultConfig(); in Stop() 251 mRtpContextParams == pConfig->getRtpContextParams() && in IsSameConfig() 274 mRtpContextParams == pConfig->getRtpContextParams() && in IsSameConfig() 564 mRtpContextParams = rtpContextParams; in SetRtpContext()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/nodes/ |
D | RtpEncoderNode.h | 106 RtpContextParams mRtpContextParams; variable
|