Home
last modified time | relevance | path

Searched defs:ProcessorConfig (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/services/engine/gstreamer/avcodec/
Dcodec_common.h96 struct ProcessorConfig { struct
97 ProcessorConfig(GstCaps *caps, bool isEncoder) in ProcessorConfig() function
102 ~ProcessorConfig() in ~ProcessorConfig() argument
108 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 …]