Searched refs:size_yrgb (Results 1 – 3 of 3) sorted by relevance
34 uint32_t size_yrgb = 0; in rga_buf_size_cal() local51 size_yrgb = stride * h; in rga_buf_size_cal()53 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()60 size_yrgb = stride * h; in rga_buf_size_cal()62 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()77 size_yrgb = stride * h; in rga_buf_size_cal()79 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()88 size_yrgb = stride * h; in rga_buf_size_cal()92 end = max((yrgb_addr + size_yrgb), (uv_addr + size_uv)); in rga_buf_size_cal()99 size_yrgb = stride * h; in rga_buf_size_cal()[all …]
131 uint32_t size_yrgb = 0; in rga_buf_size_cal() local142 size_yrgb = stride*h; in rga_buf_size_cal()144 pageCount = (size_yrgb + PAGE_SIZE - 1) >> PAGE_SHIFT; in rga_buf_size_cal()148 size_yrgb = stride*h; in rga_buf_size_cal()150 pageCount = (size_yrgb + PAGE_SIZE - 1) >> PAGE_SHIFT; in rga_buf_size_cal()154 size_yrgb = stride*h; in rga_buf_size_cal()156 pageCount = (size_yrgb + PAGE_SIZE - 1) >> PAGE_SHIFT; in rga_buf_size_cal()159 size_yrgb = w*h*4; in rga_buf_size_cal()161 pageCount = (size_yrgb + PAGE_SIZE - 1) >> PAGE_SHIFT; in rga_buf_size_cal()165 size_yrgb = stride * h; in rga_buf_size_cal()[all …]
712 uint32_t size_yrgb = 0; in rga2_buf_size_cal() local730 size_yrgb = stride*h; in rga2_buf_size_cal()732 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()739 size_yrgb = stride*h; in rga2_buf_size_cal()741 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()756 size_yrgb = stride * h; in rga2_buf_size_cal()758 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()767 size_yrgb = stride * h; in rga2_buf_size_cal()771 end = MAX((yrgb_addr + size_yrgb), (uv_addr + size_uv)); in rga2_buf_size_cal()778 size_yrgb = stride * h; in rga2_buf_size_cal()[all …]