Lines Matching defs:rga_info
259 typedef struct rga_info { struct
260 int fd;
261 void *virAddr;
262 void *phyAddr;
264 unsigned hnd;
266 buffer_handle_t hnd;
268 int format;
269 rga_rect_t rect;
270 unsigned int blend;
271 int bufferSize;
272 int rotation;
273 int color;
274 int testLog;
275 int mmuFlag;
276 int colorkey_en;
277 int colorkey_mode;
278 int colorkey_max;
279 int colorkey_min;
280 int scale_mode;
281 int color_space_mode;
282 int sync_mode;
283 rga_nn_t nn;
284 rga_dither_t dither;
285 int rop_code;
286 int rd_mode;
287 unsigned short is_10b_compact;
288 unsigned short is_10b_endian;
290 int in_fence_fd;
314 } rga_info_t; argument