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

  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 116 mVPPOn = ISVProfile::isFRCOn() || ISVProfile::isVPPOn();
117 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: mVPPOn %d", __func__, mVPPOn);
141 mVPPOn = false;
230 if (mVPPEnabled && mVPPOn) {
261 if (err == OMX_ErrorNone && mVPPEnabled && mVPPOn) {
312 if (mVPPOn) {
342 if (err == OMX_ErrorNone && mVPPEnabled && mVPPOn) {
424 if (err == OMX_ErrorNone && mVPPEnabled && mVPPOn) {
556 && mVPPOn
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 292 bool mVPPOn;

Completed in 467 milliseconds