Lines Matching +full:invert +full:- +full:enable
4 * Zhiqin Wei <wzq@rock-chips.com>
10 * http://www.apache.org/licenses/LICENSE-2.0
94 /* write-combine mapping. */
136 int enable; member
145 uint8_t enable; member
150 uint8_t enable; member
160 /* MAX(min, (max - channel_value)) */
206 uint16_t flags_index; // auto invert flags index
212 uint8_t invert_flags_mode; // invert flag selete
218 uint8_t invert_enable; // invert channel enable
219 // 1 << 0: aplha enable
222 uint8_t invert_mode; // invert cal mode
223 // 0: normal(max-data)
230 uint8_t enable; member
296 unsigned short enable; member
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()