Home
last modified time | relevance | path

Searched refs:mapProfile (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.h33 virtual bool mapProfile(C2Config::profile_t, int32_t*) = 0;
34 virtual bool mapProfile(int32_t, C2Config::profile_t*) = 0;
DCodec2Mapper.cpp425 virtual bool mapProfile(C2Config::profile_t from, int32_t *to) { in mapProfile() function
429 virtual bool mapProfile(int32_t from, C2Config::profile_t *to) { in mapProfile() function
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp143 if (mapper && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()
149 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
155 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
179 && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()
DCCodecConfig.cpp678 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in initializeStandardParams()
686 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapProfile(c2, &sdk)) { in initializeStandardParams()