Home
last modified time | relevance | path

Searched refs:mISVProfile (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/utils/ISV/base/
Disv_processor.cpp54 mISVProfile = new ISVProfile(width, (height == 1088) ? 1080 : height); in ISVProcessor()
57 mFilters = mISVProfile->getFilterStatus(); in ISVProcessor()
85 mISVProfile = NULL; in ~ISVProcessor()
442 mFilterParam.frcRate = mISVProfile->getFRCRate(mFilterParam.frameRate); in configFRC()
/hardware/intel/common/utils/ISV/include/
Disv_processor.h99 sp<ISVProfile> mISVProfile; variable