MCPcopy Create free account
hub / github.com/TzuHuanTai/RaspberryPi-WebRTC / DecoderConfig

Class DecoderConfig

src/codecs/frame_processor.h:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33struct DecoderConfig {
34 int width;
35 int height;
36 uint32_t src_pix_fmt = 0;
37 bool is_dma_dst = false;
38};
39
40class IFrameProcessor {
41 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected