Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DConfigurable.cpp42 c2_status_t init = mIntf->querySupportedParams(&mSupportedParams); in init()
43 c2_status_t validate = store->validateSupportedParams(mSupportedParams); in init()
113 C2LinearRange request = C2LinearCapacity(mSupportedParams.size()).range( in querySupportedParams()
119 if (mSupportedParams[srcIx]) { in querySupportedParams()
120 objcpy(&params[dstIx++], *mSupportedParams[srcIx]); in querySupportedParams()
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurable.h90 std::vector<std::shared_ptr<C2ParamDescriptor>> mSupportedParams; member