Go to the source code of this file.
Functions | |
| void | yuv888_to_yv12 (VideoFrame *frame, MythImage *osd_image, int left, int top, int right, int bottom) |
| void | mmx_yuv888_to_yv12 (VideoFrame *frame, MythImage *osd_image, int left, int top, int right, int bottom) |
| void | c_yuv888_to_yv12 (VideoFrame *frame, MythImage *osd_image, int left, int top, int right, int bottom) |
| void | yuv888_to_i44 (unsigned char *dest, MythImage *osd_image, QSize dst_size, int left, int top, int right, int bottom, bool ifirst) |
| void yuv888_to_yv12 | ( | VideoFrame * | frame, | |
| MythImage * | osd_image, | |||
| int | left, | |||
| int | top, | |||
| int | right, | |||
| int | bottom | |||
| ) |
Definition at line 16 of file util-osd.cpp.
Referenced by VideoOutput::DisplayOSD().
| void mmx_yuv888_to_yv12 | ( | VideoFrame * | frame, | |
| MythImage * | osd_image, | |||
| int | left, | |||
| int | top, | |||
| int | right, | |||
| int | bottom | |||
| ) | [inline] |
Definition at line 46 of file util-osd.cpp.
Referenced by yuv888_to_yv12().
| void c_yuv888_to_yv12 | ( | VideoFrame * | frame, | |
| MythImage * | osd_image, | |||
| int | left, | |||
| int | top, | |||
| int | right, | |||
| int | bottom | |||
| ) | [inline] |
Definition at line 224 of file util-osd.cpp.
Referenced by yuv888_to_yv12().
| void yuv888_to_i44 | ( | unsigned char * | dest, | |
| MythImage * | osd_image, | |||
| QSize | dst_size, | |||
| int | left, | |||
| int | top, | |||
| int | right, | |||
| int | bottom, | |||
| bool | ifirst | |||
| ) |
Definition at line 288 of file util-osd.cpp.
Referenced by VideoOutput::DisplayOSD().
1.6.3