Searched refs:getResolutionHeight (Results 1 – 9 of 9) sorted by relevance
140 mHeight = pConfig->getResolutionHeight(); in SetConfig()173 mHeight == pConfig->getResolutionHeight() && in IsSameConfig()200 mHeight != pConfig->getResolutionHeight()) in UpdateConfig()
140 mHeight = pConfig->getResolutionHeight(); in SetConfig()155 mWidth == pConfig->getResolutionWidth() && mHeight == pConfig->getResolutionHeight() && in IsSameConfig()
210 int32_t getResolutionHeight();
719 AMediaFormat_setInt32(pFormat, AMEDIAFORMAT_KEY_HEIGHT, pVideoConfig->getResolutionHeight()); in GenerateVideoSprop()730 pVideoConfig->getResolutionHeight()); in GenerateVideoSprop()748 pVideoConfig->getResolutionWidth() * pVideoConfig->getResolutionHeight() * 10); in GenerateVideoSprop()
96 assertThat(config.getResolutionHeight()).isEqualTo(RESOLUTION_HEIGHT); in testConstructorAndGetters()
126 EXPECT_EQ(config1.getResolutionHeight(), kResolutionHeight); in TEST_F()
378 public int getResolutionHeight() { in getResolutionHeight() method in VideoConfig
524 int32_t VideoConfig::getResolutionHeight() in getResolutionHeight() function in android::telephony::imsmedia::VideoConfig
595 public int getResolutionHeight(String resolution) { in getResolutionHeight() method in MainActivity857 getResolutionHeight(mSelectedVideoResolution)); in onOpenSessionSuccess()