OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckIfFullLoad
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/utils/media_resource_manager/test/
MediaResourceManager_test.cpp
71
EXPECT_TRUE(mArbitrator->
CheckIfFullLoad
(false));
79
EXPECT_FALSE(mArbitrator->
CheckIfFullLoad
(false));
84
EXPECT_FALSE(mArbitrator->
CheckIfFullLoad
(false));
86
EXPECT_TRUE(mArbitrator->
CheckIfFullLoad
(false));
/hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.h
108
bool
CheckIfFullLoad
(bool isEncoder);
MediaResourceArbitrator.cpp
60
bool MediaResourceArbitrator::
CheckIfFullLoad
(bool isEncoder) {
80
if (
CheckIfFullLoad
(isEncoder) == true) {
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.cpp
89
if (mArbitrator->
CheckIfFullLoad
(true/*encoder*/)) {
97
if (mArbitrator->
CheckIfFullLoad
(false/*decoder*/)) {
160
if (mArbitrator->
CheckIfFullLoad
(codecInfo.isEncoder)) {
Completed in 742 milliseconds