Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H A Dscale_convert_process_common.cpp25 const int32_t MAX_IMG_SIZE = 46340; variable
169 if (imgInfo.alignedWidth > MAX_IMG_SIZE && imgInfo.alignedHeight > MAX_IMG_SIZE) { in GetImageUnitInfo()