Home
last modified time | relevance | path

Searched refs:mRedundantLevel (Results 1 – 9 of 9) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/
DTextConfig.cpp34 this->mRedundantLevel = 0; in TextConfig()
46 this->mRedundantLevel = config->mRedundantLevel; in TextConfig()
57 this->mRedundantLevel = config.mRedundantLevel; in TextConfig()
71 this->mRedundantLevel = config.mRedundantLevel; in operator =()
81 mRedundantLevel == config.mRedundantLevel && in operator ==()
89 mRedundantLevel == config.mRedundantLevel || in operator !=()
125 err = out->writeByte(mRedundantLevel); in writeToParcel()
174 err = in->readByte(&mRedundantLevel); in readFromParcel()
224 mRedundantLevel = level; in setRedundantLevel()
229 return mRedundantLevel; in getRedundantLevel()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DTextConfig.java57 private final byte mRedundantLevel; field in TextConfig
66 mRedundantLevel = in.readByte(); in TextConfig()
76 mRedundantLevel = builder.mRedundantLevel; in TextConfig()
97 return this.mRedundantLevel; in getRedundantLevel()
111 + ", mRedundantLevel =" + mRedundantLevel in toString()
122 mRedundantLevel, in hashCode()
145 && mRedundantLevel == s.mRedundantLevel in equals()
164 dest.writeByte(mRedundantLevel); in writeToParcel()
188 private byte mRedundantLevel; field in TextConfig.Builder
234 this.mRedundantLevel = level; in setRedundantLevel()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/
DTextSourceNode.cpp28 mRedundantLevel = 0; in TextSourceNode()
43 IMLOGD2("[Start] codec[%d], redundant level[%d]", mCodecType, mRedundantLevel); in Start()
83 mRedundantLevel = pConfig->getRedundantLevel(); in SetConfig()
97 mRedundantLevel == pConfig->getRedundantLevel() && mBitrate == pConfig->getBitrate()); in IsSameConfig()
147 mRedundantCount = mRedundantLevel + 1; in ProcessData()
212 mRedundantCount = mRedundantLevel + 1; in SendBom()
DTextRtpPayloadEncoderNode.cpp94 mRedundantLevel = pConfig->getRedundantLevel(); in SetConfig()
109 mRedundantLevel == pConfig->getRedundantLevel() && in IsSameConfig()
133 size, bNewMark, mRedundantLevel, timestamp, mLastTimestampSent, in EncodeT140()
146 while (mBufferQueue.GetCount() > mRedundantLevel) in EncodeT140()
221 for (uint32_t indexRed = 0; indexRed < mRedundantLevel - nTempRedCount; indexRed++) in EncodeT140()
308 mRedundantLevel)); // Remained time to be retransmitted in EncodeT140()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtpEncoderNode.cpp41 mRedundantLevel = 0; in RtpEncoderNode()
225 mRedundantLevel = pConfig->getRedundantLevel(); in SetConfig()
279 mRedundantLevel == pConfig->getRedundantLevel()); in IsSameConfig()
544 if (mRedundantLevel > 1 && mRedundantPayload > 0) in ProcessTextData()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/text/nodes/
DTextSourceNode.h51 int8_t mRedundantLevel; variable
DTextRtpPayloadEncoderNode.h46 int8_t mRedundantLevel; variable
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/
DTextConfig.h86 int8_t mRedundantLevel; variable
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/nodes/
DRtpEncoderNode.h104 int8_t mRedundantLevel; variable