Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/common/
DMultiAccessUnitHelper.cpp39 } 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 …]
/frameworks/av/media/codec2/core/include/
DC2Config.h1134 uint32_t thresholdSize; ///< size threshold for the buffer in bytes. The buffer is considered member
1138 thresholdSize(0) {} in C2LargeFrameStruct()
1141 : maxSize(maxSize_), thresholdSize(thresholdSize_) {} in C2LargeFrameStruct()
1145 C2FIELD(thresholdSize, "threshold-size")
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp284 &C2LargeFrame::thresholdSize))}; in isLargeAudioFrameSupported()