Home
last modified time | relevance | path

Searched defs:rtpContextParams (Results 1 – 8 of 8) sorted by relevance

/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DRtpContextParamsTest.java42 RtpContextParams rtpContextParams = createRtpContextParams(); in testConstructorAndGetters() local
51 RtpContextParams rtpContextParams = createRtpContextParams(); in testParcel() local
100 RtpContextParams rtpContextParams = new RtpContextParams.Builder() in testInvalidSsrc() local
110 RtpContextParams rtpContextParams = new RtpContextParams.Builder() in testNegativeSsrc() local
120 RtpContextParams rtpContextParams = new RtpContextParams.Builder() in testInvalidTimestamp() local
130 RtpContextParams rtpContextParams = new RtpContextParams.Builder() in testNegativeTimestamp() local
140 RtpContextParams rtpContextParams = new RtpContextParams.Builder() in testInvalidSequenceNumber() local
150 RtpContextParams rtpContextParams = new RtpContextParams.Builder() in testNegativeSequenceNumber() local
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/
DRtpContextParamsTest.cpp9 RtpContextParams rtpContextParams; in TEST() local
48 RtpContextParams rtpContextParams; in TEST() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtpEncoderNode.cpp200 RtpContextParams rtpContextParams = pConfig->getRtpContextParams(); in SetConfig() local
227 RtpContextParams rtpContextParams = pConfig->getRtpContextParams(); in SetConfig() local
562 void RtpEncoderNode::SetRtpContext(RtpContextParams& rtpContextParams) in SetRtpContext()
567 void RtpEncoderNode::GetRtpContext(RtpContextParams& rtpContextParams) in GetRtpContext()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/
DRtpConfig.h157 RtpContextParams rtpContextParams; variable
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/
DTextStreamGraphRtpTx.cpp121 RtpContextParams rtpContextParams = config->getRtpContextParams(); in update() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioStreamGraphRtpTx.cpp115 RtpContextParams rtpContextParams = config->getRtpContextParams(); in update() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/
DRtpConfig.cpp456 void RtpConfig::setRtpContextParams(RtpContextParams& rtpContextParams) in setRtpContextParams()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DRtpConfig.java421 public T setRtpContextParams(final RtpContextParams rtpContextParams) { in setRtpContextParams()