#include <qstring.h>
#include <qstringlist.h>
#include <inttypes.h>
Go to the source code of this file.
Functions | |
QString | msToTimeString (int msec) |
int | timeStringToMs (QString time) |
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) |
|
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(). |