Searched refs:getCodecProfile (Results 1 – 8 of 8) sorted by relevance
135 mCodecProfile = pConfig->getCodecProfile(); in SetConfig()169 mCodecProfile == pConfig->getCodecProfile() && in IsSameConfig()197 mVideoMode != pConfig->getVideoMode() || mCodecProfile != pConfig->getCodecProfile() || in UpdateConfig()
194 int32_t getCodecProfile();
179 ALOGE("[GenerateVideoSprop] Profile[%d] level[%d]", videoConfig.getCodecProfile(), in JNIImsMediaUtil_generateSPROP()
89 assertThat(config.getCodecProfile()).isEqualTo(VideoConfig.AVC_PROFILE_BASELINE); in testConstructorAndGetters()
731 IMLOGD2("[GenerateVideoSprop] Profile[%d] level[%d]", pVideoConfig->getCodecProfile(), in GenerateVideoSprop()741 AMediaFormat_setInt32(pFormat, AMEDIAFORMAT_KEY_PROFILE, pVideoConfig->getCodecProfile()); in GenerateVideoSprop()
119 EXPECT_EQ(config1.getCodecProfile(), kCodecProfile); in TEST_F()
343 public int getCodecProfile() { in getCodecProfile() method in VideoConfig
454 int32_t VideoConfig::getCodecProfile() in getCodecProfile() function in android::telephony::imsmedia::VideoConfig