Lines Matching +full:half +full:-
1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
3 * osd.h - DEPRECATED On Screen Display API
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33 /* All functions return -2 on "not open" */
42 * returns 0 on success, -1 on DRAM allocation error, -2 on "already open"
72 * returns 0 on success, -1 on error
79 * R,G,B, and a opacity value: 0->transparent, 1..254->mix, 255->pixel
89 * returns 0 on success, -1 on error
92 /* returns color number of pixel <x>,<y>, or -1 */
96 * returns 0 on success, -1 on clipping all pixel (no pixel drawn)
103 * returns 0 on success, -1 on clipping all pixel
108 * returns 0 on success, -1 on clipping all pixel
113 * returns 0 on success, -1 on clipping all pixel
153 OSD_BITMAP1HR, /* 1 Bit bitmap half resolution */
154 OSD_BITMAP2HR, /* 2 bit bitmap half resolution */
155 OSD_BITMAP4HR, /* 4 bit bitmap half resolution */
156 OSD_BITMAP8HR, /* 8 bit bitmap half resolution */
159 OSD_YCRCB444HR, /* 4:4:4 YCRCB graphic half resolution */
161 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */
164 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */