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

Class EncodeOptionParam

test/api/encode_options_test.cpp:1243–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241}
1242
1243struct EncodeOptionParam {
1244 bool bTestNalSize;
1245 bool bAllRandom;
1246 bool bTestDecoder;
1247 int iNumframes;
1248 int iWidth;
1249 int iHeight;
1250 int iQp;
1251 SliceModeEnum eSliceMode;
1252 int uiMaxNalLen;
1253 float fFramerate;
1254 int iThreads;
1255 const char* sFileSave;
1256};
1257
1258static const EncodeOptionParam kOptionParamArray[] = {
1259 {true, true, false, 30, 600, 460, 1, SM_SIZELIMITED_SLICE, 450, 15.0, 1, ""},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected