Searched refs:mapProfile (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.h | 33 virtual bool mapProfile(C2Config::profile_t, int32_t*) = 0; 34 virtual bool mapProfile(int32_t, C2Config::profile_t*) = 0;
|
D | Codec2Mapper.cpp | 425 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/ |
D | Codec2InfoBuilder.cpp | 143 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()
|
D | CCodecConfig.cpp | 678 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in initializeStandardParams() 686 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapProfile(c2, &sdk)) { in initializeStandardParams()
|