Searched defs:ISVProfile (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/utils/ISV/profile/
H A Disv_profile.cpp24 #define LOG_TAG "ISVProfile"
33 ISVProfile::ISVProfile(const uint32_t width, const uint32_t height) function in class:ISVProfile
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
[all...]
/hardware/intel/common/utils/ISV/include/
H A Disv_profile.h74 class ISVProfile : public RefBase class in inherits:RefBase
77 ISVProfile(const uint32_t width, const uint32_t height);
78 ~ISVProfile();

Completed in 95 milliseconds