Home
last modified time | relevance | path

Searched refs:encodingChangeMethod (Results 1 – 5 of 5) sorted by relevance

/dports/polish/qnapi/qnapi-0.2.3/libqnapi/src/config/
H A Dpostprocessingconfig.h43 const EncodingChangeMethod& encodingChangeMethod, in PostProcessingConfig() argument
52 encodingChangeMethod_(encodingChangeMethod), in PostProcessingConfig()
64 EncodingChangeMethod encodingChangeMethod() const { in encodingChangeMethod() function
84 const EncodingChangeMethod& encodingChangeMethod) const { in setEncodingChangeMethod() argument
86 enabled_, encodingChangeMethod, encodingFrom_, encodingAutoDetectFrom_, in setEncodingChangeMethod()
H A Dpostprocessingconfig.cpp21 << "encodingChangeMethod: " << encodingChangeMethod() << endl in toString()
H A Dconfigwriter.cpp96 postProcessingConfig.encodingChangeMethod()); in writePostProcessingConfig()
/dports/polish/qnapi/qnapi-0.2.3/libqnapi/src/
H A Dsubtitlepostprocessor.cpp33 switch (ppConfig.encodingChangeMethod()) { in perform()
/dports/polish/qnapi/qnapi-0.2.3/gui/src/forms/
H A Dfrmoptions.cpp449 config.postProcessingConfig().encodingChangeMethod()); in readConfig()
491 static_cast<int>(config.postProcessingConfig().encodingChangeMethod())); in readConfig()