Searched refs:ConvertCodecType (Results 1 – 11 of 11) sorted by relevance
30 EXPECT_EQ(ImsMediaAudioUtil::ConvertCodecType(AudioConfig::CODEC_AMR), kAudioCodecAmr); in TEST_F()31 EXPECT_EQ(ImsMediaAudioUtil::ConvertCodecType(AudioConfig::CODEC_AMR_WB), kAudioCodecAmrWb); in TEST_F()32 EXPECT_EQ(ImsMediaAudioUtil::ConvertCodecType(AudioConfig::CODEC_EVS), kAudioCodecEvs); in TEST_F()33 EXPECT_EQ(ImsMediaAudioUtil::ConvertCodecType(AudioConfig::CODEC_PCMA), kAudioCodecPcma); in TEST_F()34 EXPECT_EQ(ImsMediaAudioUtil::ConvertCodecType(AudioConfig::CODEC_PCMU), kAudioCodecPcmu); in TEST_F()35 EXPECT_EQ(ImsMediaAudioUtil::ConvertCodecType(12), kAudioCodecAmr); in TEST_F()
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()
128 mCodecType = ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType()); in SetConfig()166 if (mCodecType == ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType())) in IsSameConfig()
143 mCodecType = ImsMediaAudioUtil::ConvertCodecType(mConfig->getCodecType()); in SetConfig()182 if (mCodecType == ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType())) in IsSameConfig()
125 mCodecType = ImsMediaAudioUtil::ConvertCodecType(pConfig->getCodecType()); in SetConfig()150 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
135 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