Searched refs:sdkProfile (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 194 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/ |
D | CCodecConfig_test.cpp | 622 int32_t sdkProfile = std::get<2>(params); in TEST_P() local 629 format->setInt32(KEY_PROFILE, sdkProfile); in TEST_P()
|