Searched defs:ProcessorConfig (Results 1 – 1 of 1) sorted by relevance
96 struct ProcessorConfig { struct97 ProcessorConfig(GstCaps *caps, bool isEncoder) in ProcessorConfig() function102 ~ProcessorConfig() in ~ProcessorConfig() argument108 GstCaps *caps_ = nullptr;109 bool needCodecData_ = false;110 bool needParser_ = false;111 bool needFilter_ = false;112 bool isEncoder_ = false;113 uint32_t bufferSize_ = 0;114 uint32_t videoRotation_ = 0;[all …]