Lines Matching +full:half +full:-
1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
3 * osd.h - DEPRECATED On Screen Display API
18 /* All functions return -2 on "not open" */
27 * returns 0 on success, -1 on DRAM allocation error, -2 on "already open"
57 * returns 0 on success, -1 on error
64 * R,G,B, and a opacity value: 0->transparent, 1..254->mix, 255->pixel
74 * returns 0 on success, -1 on error
77 /* returns color number of pixel <x>,<y>, or -1 */
81 * returns 0 on success, -1 on clipping all pixel (no pixel drawn)
88 * returns 0 on success, -1 on clipping all pixel
93 * returns 0 on success, -1 on clipping all pixel
98 * returns 0 on success, -1 on clipping all pixel
138 OSD_BITMAP1HR, /* 1 Bit bitmap half resolution */
139 OSD_BITMAP2HR, /* 2 bit bitmap half resolution */
140 OSD_BITMAP4HR, /* 4 bit bitmap half resolution */
141 OSD_BITMAP8HR, /* 8 bit bitmap half resolution */
144 OSD_YCRCB444HR, /* 4:4:4 YCRCB graphic half resolution */
146 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */
149 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */