Home
last modified time | relevance | path

Searched refs:addParamDesc (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.h82 void addParamDesc(
97 addParamDesc(std::make_shared<C2ParamDescriptor>(
128 void addParamDesc(
DReflectedParamUpdater.cpp116 void ReflectedParamUpdater::addParamDesc( in addParamDesc() function in android::ReflectedParamUpdater
126 addParamDesc(desc, *structDesc, reflector, true /* markVendor */); in addParamDesc()
137 addParamDesc(desc, *structDesc, reflector, false /* markVendor */); in addParamDesc()
203 void ReflectedParamUpdater::addParamDesc( in addParamDesc() function in android::ReflectedParamUpdater
DCCodecConfig.cpp911 mParamUpdater->addParamDesc(mReflector, mParamDescs); in initialize()
/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp153 updater.addParamDesc(mReflector, mDescriptors); in TEST_F()
199 updater.addParamDesc(mReflector, mDescriptors); in TEST_F()
258 updater.addParamDesc(mReflector, mDescriptors); in TEST_F()
327 updater.addParamDesc(mReflector, mDescriptors); in TEST_F()