HomeSort by relevance Sort by last modified time
    Searched refs:ISVProfile (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/utils/ISV/profile/
isv_profile.cpp 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()
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_profile.h 74 class ISVProfile : public RefBase
77 ISVProfile(const uint32_t width, const uint32_t height);
78 ~ISVProfile();
isv_processor.h 99 sp<ISVProfile> mISVProfile;
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 54 mISVProfile = new ISVProfile(width, (height == 1088) ? 1080 : height);
60 if (!ISVProfile::isVPPOn())
63 if (!ISVProfile::isFRCOn())
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 116 mVPPOn = ISVProfile::isFRCOn() || ISVProfile::isVPPOn();
    [all...]

Completed in 3489 milliseconds