HomeSort by relevance Sort by last modified time
    Searched refs:mParamUpdater (Results 1 - 2 of 2) sorted by null

  /hardware/google/av/media/sfplugin/
CCodecConfig.h 100 std::shared_ptr<ReflectedParamUpdater> mParamUpdater;
177 mParamUpdater->addStandardParam<T>(name, attrib);
CCodecConfig.cpp 560 mParamUpdater = std::make_shared<ReflectedParamUpdater>();
561 mParamUpdater->clear();
562 mParamUpdater->addParamDesc(mReflector, mParamDescs);
566 mParamUpdater->addStandardParam<C2StreamInitDataInfo::output>(C2_PARAMKEY_INIT_DATA);
589 mParamUpdater->getParamIndicesForKeys(formatKeys, &indices);
676 ReflectedParamUpdater::Dict reflected = mParamUpdater->getParams(paramPointers);
    [all...]

Completed in 437 milliseconds