Searched refs:maxResolution (Results 1 – 5 of 5) sorted by relevance
84 uint maxResolution; member91 uint maxResolution; member
97 if (resolution > mLivingEncodersTable.maxResolution) { in AddResource()98 mLivingEncodersTable.maxResolution = resolution; in AddResource()105 if (resolution > mLivingDecodersTable.maxResolution) { in AddResource()106 mLivingDecodersTable.maxResolution = resolution; in AddResource()
111 if (area > mConfigs[i].minResolution && area <= mConfigs[i].maxResolution) in updateFilterStatus()214 mConfigs[mCurrentFilter].maxResolution = 0; in getConfigData()216 mConfigs[mCurrentFilter].maxResolution = 0xFFFFFFFF; in getConfigData()218 mConfigs[mCurrentFilter].maxResolution = getResolution(atts[attIndex + 1]); in getConfigData()442 mConfigs[i].maxResolution, in dumpConfigData()
48 uint32_t maxResolution; member