Home
last modified time | relevance | path

Searched refs:paramDescs (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp103 std::vector<std::shared_ptr<C2ParamDescriptor>> paramDescs; in addSupportedProfileLevels() local
104 c2_status_t err1 = intf->querySupportedParams(&paramDescs); in addSupportedProfileLevels()
106 for (const std::shared_ptr<C2ParamDescriptor> &desc : paramDescs) { in addSupportedProfileLevels()
DReflectedParamUpdater.h84 const std::vector<std::shared_ptr<C2ParamDescriptor>> &paramDescs);
DReflectedParamUpdater.cpp118 const std::vector<std::shared_ptr<C2ParamDescriptor>> &paramDescs) { in addParamDesc() argument
119 for (const std::shared_ptr<C2ParamDescriptor> &desc : paramDescs) { in addParamDesc()
130 for (const std::shared_ptr<C2ParamDescriptor> &desc : paramDescs) { in addParamDesc()