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

Method prepareParamDefault

test/api/encode_decode_api_test.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void EncodeDecodeTestAPIBase::prepareParamDefault (int iLayers, int iSlices, int width, int height, float framerate,
85 SEncParamExt* pParam) {
86 memset (pParam, 0, sizeof (SEncParamExt));
87 encoder_->GetDefaultParams (pParam);
88 EncodeDecodeTestBase::prepareParam (iLayers, iSlices, VALID_SIZE (width), VALID_SIZE (height), framerate, pParam);
89}
90
91
92void EncodeDecodeTestAPIBase::EncodeOneFrame (int iCheckTypeIndex) {

Callers

nothing calls this directly

Calls 1

GetDefaultParamsMethod · 0.45

Tested by

no test coverage detected