Home
last modified time | relevance | path

Searched refs:mSupportedParams (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/
DConfigurable.cpp44 c2_status_t init = mIntf->querySupportedParams(&mSupportedParams); in init()
45 c2_status_t validate = cache->validate(mSupportedParams); in init()
128 C2LinearRange request = C2LinearCapacity(mSupportedParams.size()).range( in querySupportedParams()
134 if (mSupportedParams[srcIx]) { in querySupportedParams()
135 if (objcpy(&params[dstIx], *mSupportedParams[srcIx])) { in querySupportedParams()
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurable.h142 std::vector<std::shared_ptr<C2ParamDescriptor>> mSupportedParams; member