Theora Playback Library  1.1.0
TheoraPixelTransform.h
Go to the documentation of this file.
1 /************************************************************************************
2 This source file is part of the Theora Video Playback Library
3 For latest info, see http://libtheoraplayer.googlecode.com
4 *************************************************************************************
5 Copyright (c) 2008-2014 Kresimir Spes (kspes@cateia.com)
6 This program is free software; you can redistribute it and/or modify it under
7 the terms of the BSD license: http://opensource.org/licenses/BSD-3-Clause
8 *************************************************************************************/
9 #ifndef _TheoraPixelTransform_h
10 #define _TheoraPixelTransform_h
11 
13 {
14  unsigned char *raw, *y, *u, *v, *out;
15  unsigned int w, h, rawStride, yStride, uStride, vStride;
16 };
17 
18 #endif
unsigned int vStride
Definition: TheoraPixelTransform.h:15
unsigned int rawStride
Definition: TheoraPixelTransform.h:15
unsigned int uStride
Definition: TheoraPixelTransform.h:15
unsigned char * raw
Definition: TheoraPixelTransform.h:14
unsigned char * out
Definition: TheoraPixelTransform.h:14
unsigned int w
Definition: TheoraPixelTransform.h:15
unsigned char * u
Definition: TheoraPixelTransform.h:14
Definition: TheoraPixelTransform.h:12
unsigned char * y
Definition: TheoraPixelTransform.h:14
unsigned char * v
Definition: TheoraPixelTransform.h:14
unsigned int h
Definition: TheoraPixelTransform.h:15
unsigned int yStride
Definition: TheoraPixelTransform.h:15