OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxResolution
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.h
84
uint
maxResolution
;
91
uint
maxResolution
;
MediaResourceArbitrator.cpp
97
if (resolution > mLivingEncodersTable.
maxResolution
) {
98
mLivingEncodersTable.
maxResolution
= resolution;
105
if (resolution > mLivingDecodersTable.
maxResolution
) {
106
mLivingDecodersTable.
maxResolution
= resolution;
/hardware/intel/common/utils/ISV/include/
isv_profile.h
48
uint32_t
maxResolution
;
/hardware/intel/common/utils/ISV/profile/
isv_profile.cpp
111
if (area > mConfigs[i].minResolution && area <= mConfigs[i].
maxResolution
)
211
} else if (strcmp(name, "
maxResolution
") == 0) {
214
mConfigs[mCurrentFilter].
maxResolution
= 0;
216
mConfigs[mCurrentFilter].
maxResolution
= 0xFFFFFFFF;
218
mConfigs[mCurrentFilter].
maxResolution
= getResolution(atts[attIndex + 1]);
438
ALOGV("name=%s, enabled=%s, minResolution=%d,
maxResolution
=%d, isOn=%s\n",
442
mConfigs[i].
maxResolution
,
Completed in 2908 milliseconds