Searched refs:addParamDesc (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codec2/sfplugin/ |
D | ReflectedParamUpdater.h | 82 void addParamDesc( 97 addParamDesc(std::make_shared<C2ParamDescriptor>( 128 void addParamDesc(
|
D | ReflectedParamUpdater.cpp | 116 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
|
D | CCodecConfig.cpp | 911 mParamUpdater->addParamDesc(mReflector, mParamDescs); in initialize()
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 153 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()
|