Home
last modified time | relevance | path

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

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