MCPcopy Create free account
hub / github.com/cisco/openh264 / Get

Method Get

codec/processing/src/adaptivequantization/AdaptiveQuantization.cpp:211–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211EResult CAdaptiveQuantization::Get (int32_t iType, void* pParam) {
212 if (pParam == NULL) {
213 return RET_INVALIDPARAM;
214 }
215
216 SAdaptiveQuantizationParam* sAdaptiveQuantParam = (SAdaptiveQuantizationParam*)pParam;
217
218 sAdaptiveQuantParam->iAverMotionTextureIndexToDeltaQp = m_sAdaptiveQuantParam.iAverMotionTextureIndexToDeltaQp;
219
220 return RET_SUCCESS;
221}
222
223///////////////////////////////////////////////////////////////////////////////////////////////
224

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected