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

Method Get

codec/processing/src/complexityanalysis/ComplexityAnalysis.cpp:84–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84EResult CComplexityAnalysis::Get (int32_t iType, void* pParam) {
85 if (pParam == NULL) {
86 return RET_INVALIDPARAM;
87 }
88
89 SComplexityAnalysisParam* sComplexityAnalysisParam = (SComplexityAnalysisParam*)pParam;
90
91 sComplexityAnalysisParam->iFrameComplexity = m_sComplexityAnalysisParam.iFrameComplexity;
92
93 return RET_SUCCESS;
94}
95
96
97///////////////////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected