Lines Matching +full:flip +full:- +full:vertical
4 * Zhiqin Wei <wzq@rock-chips.com>
10 * http://www.apache.org/licenses/LICENSE-2.0
46 /* flip source image horizontally (around the vertical axis) */
48 /* flip source image vertically (around the horizontal axis)*/
94 /* write-combine mapping. */
160 /* MAX(min, (max - channel_value)) */
197 uint8_t direction_mode; // horizontal or vertical
199 // 1: vertical
223 // 0: normal(max-data)
333 return -EINVAL; in rga_set_rect()
335 rect->xoffset = x; in rga_set_rect()
336 rect->yoffset = y; in rga_set_rect()
337 rect->width = w; in rga_set_rect()
338 rect->height = h; in rga_set_rect()
339 rect->wstride = sw; in rga_set_rect()
340 rect->hstride = sh; in rga_set_rect()
341 rect->format = f; in rga_set_rect()
349 info->rotation = HAL_TRANSFORM_ROT_90; in rga_set_rotation()
351 info->rotation = HAL_TRANSFORM_ROT_180; in rga_set_rotation()
353 info->rotation = HAL_TRANSFORM_ROT_270; in rga_set_rotation()