Searched refs:thresholdSize (Results 1 – 3 of 3) sorted by relevance
39 } else if (!me.F(me.v.thresholdSize).supportsAtAll(me.v.thresholdSize)) { in MultiAccessUnitParamsSetter()40 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.thresholdSize))); in MultiAccessUnitParamsSetter()41 } else if (me.v.maxSize < me.v.thresholdSize) { in MultiAccessUnitParamsSetter()42 me.set().maxSize = me.v.thresholdSize; in MultiAccessUnitParamsSetter()48 me.set().thresholdSize = 0; in MultiAccessUnitParamsSetter()64 C2F(mLargeFrameParams, thresholdSize).inRange( in MultiAccessUnitInterface()76 mParamFields.emplace_back(mLargeFrameParams.get(), &(mLargeFrameParams.get()->thresholdSize)); in MultiAccessUnitInterface()190 lfp->thresholdSize = in tryReconfigure()191 (lfp->thresholdSize > MAX_SUPPORTED_SIZE) ? MAX_SUPPORTED_SIZE : in tryReconfigure()192 (lfp->thresholdSize < 0) ? 0 : lfp->thresholdSize; in tryReconfigure()[all …]
1134 uint32_t thresholdSize; ///< size threshold for the buffer in bytes. The buffer is considered member1138 thresholdSize(0) {} in C2LargeFrameStruct()1141 : maxSize(maxSize_), thresholdSize(thresholdSize_) {} in C2LargeFrameStruct()1145 C2FIELD(thresholdSize, "threshold-size")
284 &C2LargeFrame::thresholdSize))}; in isLargeAudioFrameSupported()