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

  /hardware/intel/common/utils/ISV/include/
isv_profile.h 37 VPP_FRC_ON = 1 << 1, // FRC is on
  /hardware/intel/common/utils/ISV/profile/
isv_profile.cpp 99 return (status != -1) ? (((status & VPP_FRC_ON) != 0) ? true : false) : false;
382 status |= VPP_FRC_ON;
386 ((status & VPP_FRC_ON) == 0) ? 0: 1);
403 status |= VPP_FRC_ON;

Completed in 55 milliseconds