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

Class EncodeDecodeParamBase

test/api/decode_api_test.cpp:579–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577};
578
579struct EncodeDecodeParamBase {
580 int width;
581 int height;
582 float frameRate;
583 int iTarBitrate;
584};
585
586#define NUM_OF_POSSIBLE_RESOLUTION (9)
587static const EncodeDecodeParamBase kParamArray[] = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected