Lines Matching defs:ISVProfile
24 #define LOG_TAG "ISVProfile"
33 ISVProfile::ISVProfile(const uint32_t width, const uint32_t height)
67 ISVProfile::~ISVProfile()
71 FRC_RATE ISVProfile::getFRCRate(uint32_t inputFps)
85 uint32_t ISVProfile::getFilterStatus()
90 bool ISVProfile::isVPPOn()
96 bool ISVProfile::isFRCOn()
102 void ISVProfile::updateFilterStatus() {
119 int ISVProfile::getFilterID(const char * name)
151 uint32_t ISVProfile::getResolution(const char * name)
179 void ISVProfile::getConfigData(const char *name, const char **atts)
252 void ISVProfile::handleFilterParameter(const char *name, const char **atts)
268 void ISVProfile::handleCommonParameter(const char *name, const char **atts)
285 void ISVProfile::startElement(void *userData, const char *name, const char **atts)
287 ISVProfile *profile = (ISVProfile *)userData;
292 void ISVProfile::endElement(void *userData, const char *name)
294 ISVProfile *profile = (ISVProfile *)userData;
300 void ISVProfile::getDataFromXmlFile()
350 int32_t ISVProfile::getGlobalStatus()
412 void ISVProfile::dumpConfigData()