![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <unistd.h>#include <linux/fb.h>#include <sys/mman.h>#include <sys/ioctl.h>#include <lib/base/ebase.h>Functions | |
| int | stmfb_accel_init (void) |
| void | stmfb_accel_close (void) |
| void | stmfb_accel_blit (int src_addr, int src_width, int src_height, int src_stride, int src_format, int dst_addr, int dst_width, int dst_height, int dst_stride, int src_x, int src_y, int width, int height, int dst_x, int dst_y, int dwidth, int dheight) |
| void | stmfb_accel_fill (int dst_addr, int dst_width, int dst_height, int dst_stride, int x, int y, int width, int height, unsigned long color) |
Variables | |
| static int | fb_fd |
| void stmfb_accel_blit | ( | int | src_addr, |
| int | src_width, | ||
| int | src_height, | ||
| int | src_stride, | ||
| int | src_format, | ||
| int | dst_addr, | ||
| int | dst_width, | ||
| int | dst_height, | ||
| int | dst_stride, | ||
| int | src_x, | ||
| int | src_y, | ||
| int | width, | ||
| int | height, | ||
| int | dst_x, | ||
| int | dst_y, | ||
| int | dwidth, | ||
| int | dheight | ||
| ) |
| void stmfb_accel_close | ( | void | ) |
| void stmfb_accel_fill | ( | int | dst_addr, |
| int | dst_width, | ||
| int | dst_height, | ||
| int | dst_stride, | ||
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height, | ||
| unsigned long | color | ||
| ) |
| int stmfb_accel_init | ( | void | ) |
|
static |