Definition M4Bitstream.h:9
Definition vdecmpeg4_Image.h:32
double time
absolute vop time of this frame in seconds
Definition vdecmpeg4_Image.h:47
int16 texHeight
Total height of video texture containing image (including border region)
Definition vdecmpeg4_Image.h:37
uint8 * y
Pointer to beginning of video y samples.
Definition vdecmpeg4_Image.h:39
int16 height
height of video image (excluding border region)
Definition vdecmpeg4_Image.h:34
void * _private
Definition vdecmpeg4_Image.h:43
VIDYUVTexture texture
Our parent texture. We are a subrectangle inside this parent.
Definition vdecmpeg4_Image.h:45
uint8 * u
Pointer to beginning of video u samples.
Definition vdecmpeg4_Image.h:40
int16 texWidth
Total width of video texture containing image (including border region)
Definition vdecmpeg4_Image.h:36
uint8 * v
Pointer to beginning of video v samples.
Definition vdecmpeg4_Image.h:41
int16 width
Width of video image (excluding border region)
Definition vdecmpeg4_Image.h:33
virtual void Release() const
Release image when no longer needed and referenced.
Definition M4Image.cpp:59
Definition vdecmpeg4_Image.h:16
void * userData
Arbitrary data.
Definition vdecmpeg4_Image.h:20
uint8 * v
Pointer to beginning of texture for v samples.
Definition vdecmpeg4_Image.h:19
uint8 * u
Pointer to beginning of texture for u samples.
Definition vdecmpeg4_Image.h:18
uint8 * y
Pointer to beginning of texture for y samples.
Definition vdecmpeg4_Image.h:17