Home | History | Annotate | Download | only in sfplugin

Lines Matching refs:PARAM

193      * \param any maximum domain mask. Returned parameters must match at least one of the domains
195 * \param all minimum domain mask. Returned parameters must match all of the domains in the
270 .limitTo(D::ENCODER & D::VIDEO & D::PARAM));
335 .limitTo(D::PARAM & D::ENCODER));
338 .limitTo(D::PARAM & D::ENCODER));
554 ALOGE("Failed to get param reflector");
846 convert(msgItem, &item); // convert item to param updater item
938 for (const std::unique_ptr<C2Param> &param : configUpdate) {
939 if (mSupportedIndices.count(param->index())) {
941 paramVector.push_back(param.get());
942 indices.push_back(param->index());
943 } else if (mLocalParams.count(param->index())) {
945 LocalParamValidator validator = mLocalParams.find(param->index())->second;
947 std::unique_ptr<C2Param> copy = C2Param::Copy(*param);
953 mParamUpdater->getParamName(param->index()).c_str());
955 mCurrentConfig[param->index()] = std::move(copy);
958 mParamUpdater->getParamName(param->index()).c_str(), asString(err));
963 // update subscribed param indices