Searched refs:resolution_usage (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d_impl.cpp | 718 …a_check_info(const char *name, const rga_buffer_t info, const im_rect rect, int resolution_usage) { in rga_check_info() argument 763 if (info.width > resolution_usage || in rga_check_info() 764 info.height > resolution_usage) { in rga_check_info() 766 name, resolution_usage, info.width, info.height); in rga_check_info() 768 } else if ((rect.width > 0 && rect.width > resolution_usage) || in rga_check_info() 769 (rect.height > 0 && rect.height > resolution_usage)) { in rga_check_info() 771 name, resolution_usage, rect.x, rect.y, rect.width, rect.height); in rga_check_info()
|