Go to the source code of this file.
Classes | |
| class | H263Container |
Functions | |
| void | YUV422PtoYUV420P (int width, int height, unsigned char *image) |
| void | RGB24toRGB32 (const unsigned char *rgb24, unsigned char *rgb32, int len) |
| void | YUV422PtoRGB32 (int width, int height, const unsigned char *src, unsigned char *dst, int dstSize) |
| void | YUV420PtoRGB32 (const uchar *py, const uchar *pu, const uchar *pv, int width, int height, int stride, unsigned char *dst, int dstSize) |
| void | YUV420PtoRGB32 (int width, int height, int stride, const unsigned char *src, unsigned char *dst, int dstSize) |
| void | scaleYuvImage (const uchar *yuvBuffer, int ow, int oh, int dw, int dh, uchar *dst) |
| void | cropYuvImage (const uchar *yuvBuffer, int ow, int oh, int cx, int cy, int cw, int ch, uchar *dst) |
| void | flipRgb32Image (const uchar *rgbBuffer, int w, int h, uchar *dst) |
| void | flipYuv420pImage (const uchar *yuvBuffer, int w, int h, uchar *dst) |
| void | flipYuv422pImage (const uchar *yuvBuffer, int w, int h, uchar *dst) |
| void | flipRgb24Image (const uchar *rgbBuffer, int w, int h, uchar *dst) |
| void YUV422PtoYUV420P | ( | int | width, | |
| int | height, | |||
| unsigned char * | image | |||
| ) |
| void RGB24toRGB32 | ( | const unsigned char * | rgb24, | |
| unsigned char * | rgb32, | |||
| int | len | |||
| ) |
| void YUV422PtoRGB32 | ( | int | width, | |
| int | height, | |||
| const unsigned char * | src, | |||
| unsigned char * | dst, | |||
| int | dstSize | |||
| ) |
| void YUV420PtoRGB32 | ( | const uchar * | py, | |
| const uchar * | pu, | |||
| const uchar * | pv, | |||
| int | width, | |||
| int | height, | |||
| int | stride, | |||
| unsigned char * | dst, | |||
| int | dstSize | |||
| ) |
| void YUV420PtoRGB32 | ( | int | width, | |
| int | height, | |||
| int | stride, | |||
| const unsigned char * | src, | |||
| unsigned char * | dst, | |||
| int | dstSize | |||
| ) |
Definition at line 235 of file h263.cpp.
Referenced by WebcamSettingsBox::DrawLocalWebcamImage(), and H263Container::H263DecodeFrame().
| void scaleYuvImage | ( | const uchar * | yuvBuffer, | |
| int | ow, | |||
| int | oh, | |||
| int | dw, | |||
| int | dh, | |||
| uchar * | dst | |||
| ) |
| void cropYuvImage | ( | const uchar * | yuvBuffer, | |
| int | ow, | |||
| int | oh, | |||
| int | cx, | |||
| int | cy, | |||
| int | cw, | |||
| int | ch, | |||
| uchar * | dst | |||
| ) |
| void flipRgb32Image | ( | const uchar * | rgbBuffer, | |
| int | w, | |||
| int | h, | |||
| uchar * | dst | |||
| ) |
| void flipYuv420pImage | ( | const uchar * | yuvBuffer, | |
| int | w, | |||
| int | h, | |||
| uchar * | dst | |||
| ) |
| void flipYuv422pImage | ( | const uchar * | yuvBuffer, | |
| int | w, | |||
| int | h, | |||
| uchar * | dst | |||
| ) |
| void flipRgb24Image | ( | const uchar * | rgbBuffer, | |
| int | w, | |||
| int | h, | |||
| uchar * | dst | |||
| ) |
1.5.5