Go to the source code of this file.
Functions | |
| void | pack_yv12progressive (const unsigned char *source, const unsigned char *dest, const int *offsets, const int *pitches, const QSize &size) |
| void | pack_yv12interlaced (const unsigned char *source, const unsigned char *dest, const int *offsets, const int *pitches, const QSize &size) |
| void pack_yv12progressive | ( | const unsigned char * | source, | |
| const unsigned char * | dest, | |||
| const int * | offsets, | |||
| const int * | pitches, | |||
| const QSize & | size | |||
| ) |
Definition at line 173 of file util-opengl.cpp.
Referenced by OpenGLVideo::UpdateInputFrame().
| void pack_yv12interlaced | ( | const unsigned char * | source, | |
| const unsigned char * | dest, | |||
| const int * | offsets, | |||
| const int * | pitches, | |||
| const QSize & | size | |||
| ) |
Definition at line 273 of file util-opengl.cpp.
Referenced by OpenGLVideo::UpdateInputFrame().
1.6.3