Home
last modified time | relevance | path

Searched refs:sdkProfile (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp194 int32_t sdkProfile, sdkLevel; in addSupportedProfileLevels() local
195 if (mapper && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()
197 caps->addProfileLevel((uint32_t)sdkProfile, (uint32_t)sdkLevel); in addSupportedProfileLevels()
201 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
202 caps->addProfileLevel((uint32_t)sdkProfile, (uint32_t)sdkLevel); in addSupportedProfileLevels()
207 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
208 caps->addProfileLevel((uint32_t)sdkProfile, (uint32_t)sdkLevel); in addSupportedProfileLevels()
214 if (bitnessMapper && bitnessMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
215 caps->addProfileLevel((uint32_t)sdkProfile, (uint32_t)sdkLevel); in addSupportedProfileLevels()
238 && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()
[all …]
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp622 int32_t sdkProfile = std::get<2>(params); in TEST_P() local
629 format->setInt32(KEY_PROFILE, sdkProfile); in TEST_P()