Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/profile/
Disv_profile.cpp99 return (status != -1) ? (((status & VPP_FRC_ON) != 0) ? true : false) : false; in isFRCOn()
382 status |= VPP_FRC_ON; in getGlobalStatus()
386 ((status & VPP_FRC_ON) == 0) ? 0: 1); in getGlobalStatus()
403 status |= VPP_FRC_ON; in getGlobalStatus()
/hardware/intel/common/utils/ISV/include/
Disv_profile.h37 VPP_FRC_ON = 1 << 1, // FRC is on enumerator