#include "convert.h"
Go to the source code of this file.
Defines | |
#define | clip_8_bit(val) |
Functions | |
QString | msToTimeString (int msec) |
int | timeStringToMs (QString timeString) |
void | yuy2Toyv12 (uint8_t *y, uint8_t *u, uint8_t *v, uint8_t *input, int width, int height) |
uchar * | yv12ToRgb (uint8_t *src_y, uint8_t *src_u, uint8_t *src_v, int width, int height) |
|
Value: { \ if (val < 0) \ val = 0; \ else \ if (val > 255) val = 255; \ } Definition at line 116 of file convert.cpp. Referenced by yv12ToRgb(). |
|
Definition at line 25 of file convert.cpp. Referenced by QXineWidget::GetLengthInfo(). |
|
Definition at line 59 of file convert.cpp. |
|
Definition at line 77 of file convert.cpp. Referenced by QXineWidget::GetScreenshot(). |
|
Definition at line 124 of file convert.cpp. References clip_8_bit. Referenced by QXineWidget::GetScreenshot(). |