OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISVProfile
(Results
1 - 2
of
2
) 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
();
Completed in 763 milliseconds