#include <PatGen.hpp>
Public Methods | |
PatGen (const QString &yuvfname, const QString &mpgfname, int x, int y, uint fpp=30) | |
PatGen (const QString &yuvfname, const QString &orgfname, const QString &mpgfname, int x, int y, uint fpp=30) | |
PatGen (const QString &name) | |
~PatGen () | |
void | init (const QString &yuvfname, const QString &yuvOrigfname, const QString &mpgfname, int x, int y, uint fpp=30) |
int | getWidth () |
int | getHeight () |
YUVStream * | getYUVStream () |
YUVStream * | getOrgStream () |
MPGStream * | getMPGStream () |
Private Attributes | |
YUVStream * | yuv |
YUVStream * | org |
MPGStream * | mpg |
int | width |
int | height |
uint | framesPerGOP |
|
Definition at line 25 of file PatGen.cpp. References init(). |
|
Definition at line 31 of file PatGen.cpp. References init(). |
|
No one needs this... Definition at line 176 of file PatGen.cpp. |
|
Definition at line 20 of file PatGen.cpp. |
|
Definition at line 196 of file PatGen.cpp. References height. |
|
Definition at line 202 of file PatGen.cpp. References mpg. |
|
Definition at line 200 of file PatGen.cpp. References org. |
|
Definition at line 194 of file PatGen.cpp. References width. |
|
Definition at line 198 of file PatGen.cpp. References yuv. Referenced by main(). |
|
|
Definition at line 101 of file PatGen.hpp. Referenced by init(). |
|
Definition at line 100 of file PatGen.hpp. |
|
Definition at line 98 of file PatGen.hpp. Referenced by getMPGStream(), init(), and ~PatGen(). |
|
Definition at line 97 of file PatGen.hpp. Referenced by getOrgStream(), and init(). |
|
Definition at line 99 of file PatGen.hpp. |
|
Definition at line 96 of file PatGen.hpp. Referenced by getYUVStream(), init(), and ~PatGen(). |