Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DReflectedParamUpdater_test.cpp156 updater.getParamIndicesFromMessage(msg, &indices); in TEST_F()
202 updater.getParamIndicesFromMessage(msg, &indices); in TEST_F()
261 updater.getParamIndicesFromMessage(msg, &indices); in TEST_F()
330 updater.getParamIndicesFromMessage(msg, &indices); in TEST_F()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DReflectedParamUpdater.h154 void getParamIndicesFromMessage(
H A DReflectedParamUpdater.cpp236 void ReflectedParamUpdater::getParamIndicesFromMessage( in getParamIndicesFromMessage() function in android::ReflectedParamUpdater
H A DCCodecConfig.cpp1759 mParamUpdater->getParamIndicesFromMessage(params, &indices); in getConfigUpdateFromSdkParams()