Lines Matching refs:pl
83 C2StreamProfileLevelInfo pl(encoder /* output */, 0u); in addSupportedProfileLevels() local
85 C2FieldSupportedValuesQuery::Possible(C2ParamField(&pl, &pl.profile)) in addSupportedProfileLevels()
124 pl.profile = (C2Config::profile_t)profile.ref<uint32_t>(); in addSupportedProfileLevels()
126 err = intf->config({&pl}, C2_DONT_BLOCK, &failures); in addSupportedProfileLevels()
127 ALOGV("set profile to %u -> %s", pl.profile, asString(err)); in addSupportedProfileLevels()
129 C2FieldSupportedValuesQuery::Current(C2ParamField(&pl, &pl.level)) in addSupportedProfileLevels()
140 pl.level = (C2Config::level_t)level.ref<uint32_t>(); in addSupportedProfileLevels()
141 ALOGV("supporting level: %u", pl.level); in addSupportedProfileLevels()
143 if (mapper && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()
144 && mapper->mapLevel(pl.level, &sdkLevel)) { in addSupportedProfileLevels()
149 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
155 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels()
161 caps->addProfileLevel(pl.profile, pl.level); in addSupportedProfileLevels()
177 && nextLevel != pl.level in addSupportedProfileLevels()
179 && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()