Home
last modified time | relevance | path

Searched refs:getMinLevel (Results 1 – 3 of 3) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DEncoderLevelTest.java201 EncoderProfileLevelTest.getMinLevel(cfg.mMediaType, cfg.mWidth, in testVideoEncodeLevels()
DEncoderProfileLevelTest.java612 int minLevel = getMinLevel(mMediaType, mEncCfgParams[0].mWidth, mEncCfgParams[0].mHeight, in testValidateProfileLevel()
/cts/tests/media/common/src/android/mediav2/common/cts/
DEncoderProfileLevelTestBase.java89 public static int getMinLevel(String mediaType, int width, int height, int frameRate, in getMinLevel() method in EncoderProfileLevelTestBase