Searched refs:minHeight (Results 1 – 7 of 7) sorted by relevance
564 unsigned int minWidth, minHeight, shift = 0; in m_gsc_check_src_size() local569 minHeight = GSC_MIN_SRC_W_SIZE >> shift; in m_gsc_check_src_size()572 minHeight = GSC_MIN_SRC_H_SIZE >> shift; in m_gsc_check_src_size()575 if (*w < minWidth || *h < minHeight) { in m_gsc_check_src_size()581 if (*crop_w < minWidth || *crop_h < minHeight) { in m_gsc_check_src_size()
240 sname:VkPhysicalDeviceOpticalFlowPropertiesNV::pname:minHeight and less
8497 …var minHeight = topHeightTotal + bottomHeightTotal + middleHeightTotal; // Compute the number of c…8499 …var repeatCount = Math.max(0, Math.ceil((heightTotal - minHeight) / (middleFactor * repeatHeightTo…8501 …var realHeightTotal = minHeight + repeatCount * middleFactor * repeatHeightTotal; // The center of…
8378 …const minHeight = topHeightTotal + bottomHeightTotal + middleHeightTotal; // Compute the number of…8380 …const repeatCount = Math.max(0, Math.ceil((heightTotal - minHeight) / (middleFactor * repeatHeight…8382 …const realHeightTotal = minHeight + repeatCount * middleFactor * repeatHeightTotal; // The center …
4044 * [[limits-minHeight]] pname:minHeight is the minimum height in pixels for
17198 uint32_t minHeight; member
9042 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceOpticalFlowPropertiesNV.minHeight ); in operator ()()