Searched refs:ConvertCodecType (Results 1 – 10 of 10) sorted by relevance
132 mCodecType = ImsMediaVideoUtil::ConvertCodecType(pConfig->getCodecType()); in SetConfig()166 return (mCodecType == ImsMediaVideoUtil::ConvertCodecType(pConfig->getCodecType()) && in IsSameConfig()196 if (mCodecType != ImsMediaVideoUtil::ConvertCodecType(pConfig->getCodecType()) || in UpdateConfig()
137 mCodecType = ImsMediaVideoUtil::ConvertCodecType(pConfig->getCodecType()); in SetConfig()154 return (mCodecType == ImsMediaVideoUtil::ConvertCodecType(pConfig->getCodecType()) && in IsSameConfig()
124 mCodecType = ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType()); in SetConfig()154 if (mCodecType == ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType())) in IsSameConfig()
141 mCodecType = ImsMediaAudioUtil::ConvertCodecType(mConfig->getCodecType()); in SetConfig()173 if (mCodecType == ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType())) in IsSameConfig()
123 mCodecType = ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType()); in SetConfig()148 if (mCodecType == ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType())) in IsSameConfig()
79 mCodecType = ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType()); in SetConfig()101 if (mCodecType == ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType())) in IsSameConfig()
159 int32_t ImsMediaAudioUtil::ConvertCodecType(int32_t type) in ConvertCodecType() function in ImsMediaAudioUtil
142 static int32_t ConvertCodecType(int32_t type);
192 static int32_t ConvertCodecType(int32_t type);
36 int32_t ImsMediaVideoUtil::ConvertCodecType(int32_t type) in ConvertCodecType() function in ImsMediaVideoUtil