Home
last modified time | relevance | path

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

/hardware/intel/common/utils/media_resource_manager/arbitrator/
DMediaResourceArbitrator.cpp33 mIsDecoderUnderFullLoad (false) { in MediaResourceArbitrator()
64 return mIsDecoderUnderFullLoad; in CheckIfFullLoad()
163 mIsDecoderUnderFullLoad = false; in RemoveResource()
254 mIsDecoderUnderFullLoad = true; in ArbitrateFullLoad()
257 mIsDecoderUnderFullLoad = false; in ArbitrateFullLoad()
DMediaResourceArbitrator.h156 bool mIsDecoderUnderFullLoad; variable