Lines Matching refs:pl
110 C2StreamProfileLevelInfo pl(encoder /* output */, 0u); in addSupportedProfileLevels() local
112 C2FieldSupportedValuesQuery::Possible(C2ParamField(&pl, &pl.profile)) in addSupportedProfileLevels()
176 pl.profile = (C2Config::profile_t)profile.ref<uint32_t>(); in addSupportedProfileLevels()
178 err = intf->config({&pl}, C2_DONT_BLOCK, &failures); in addSupportedProfileLevels()
179 ALOGV("set profile to %u -> %s", pl.profile, asString(err)); in addSupportedProfileLevels()
181 C2FieldSupportedValuesQuery::Current(C2ParamField(&pl, &pl.level)) in addSupportedProfileLevels()
192 pl.level = (C2Config::level_t)level.ref<uint32_t>(); in addSupportedProfileLevels()
193 ALOGV("supporting level: %u", pl.level); in addSupportedProfileLevels()
195 if (mapper && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()
196 && mapper->mapLevel(pl.level, &sdkLevel)) { in addSupportedProfileLevels()
201 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
207 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
214 if (bitnessMapper && bitnessMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
219 caps->addProfileLevel(pl.profile, pl.level); in addSupportedProfileLevels()
236 && nextLevel != pl.level in addSupportedProfileLevels()
238 && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()