Home
last modified time | relevance | path

Searched refs:CheckIfFullLoad (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/utils/media_resource_manager/test/
DMediaResourceManager_test.cpp71 EXPECT_TRUE(mArbitrator->CheckIfFullLoad(false)); in testRemoveResource()
79 EXPECT_FALSE(mArbitrator->CheckIfFullLoad(false)); in testRemoveResource()
84 EXPECT_FALSE(mArbitrator->CheckIfFullLoad(false)); in testCheckFullLoad()
86 EXPECT_TRUE(mArbitrator->CheckIfFullLoad(false)); in testCheckFullLoad()
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
DOMX_adaptor.cpp89 if (mArbitrator->CheckIfFullLoad(true/*encoder*/)) { in MRM_OMX_CheckIfFullLoad()
97 if (mArbitrator->CheckIfFullLoad(false/*decoder*/)) { in MRM_OMX_CheckIfFullLoad()
160 if (mArbitrator->CheckIfFullLoad(codecInfo.isEncoder)) { in MRM_OMX_SetParameter()
/hardware/intel/common/utils/media_resource_manager/arbitrator/
DMediaResourceArbitrator.h108 bool CheckIfFullLoad(bool isEncoder);
DMediaResourceArbitrator.cpp60 bool MediaResourceArbitrator::CheckIfFullLoad(bool isEncoder) { in CheckIfFullLoad() function in MediaResourceArbitrator
80 if (CheckIfFullLoad(isEncoder) == true) { in AddResource()