Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/
H A Dcac_adaptor.cpp50 static const uint32_t IspBigModeSizeLimit = IspBigModeWidthLimit * 1536; variable
55 static const uint32_t IspBigModeSizeLimit = IspBigModeWidthLimit * 864;
73 if (is_multi_sensor || width > IspBigModeWidthLimit || width * height > IspBigModeSizeLimit) { in IsIspBigMode()