UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
M4Image.h File Reference
#include "vdecmpeg4.h"
#include "M4Decoder.h"

Go to the source code of this file.

Classes

class  vdecmpeg4::M4Image
 

Namespaces

namespace  vdecmpeg4
 

Macros

#define EDGE_SIZE   32
 
#define EDGE_SIZE2   (EDGE_SIZE/2)
 image buffer edge size for u and v buffer (half resolution)
 
#define ALIGNMENT_TRASH   (64)
 some additional bytes required for allocation alignment
 

Functions

void vdecmpeg4::swapM4Image (M4Image *&img1, M4Image *&img2)
 

Macro Definition Documentation

◆ ALIGNMENT_TRASH

#define ALIGNMENT_TRASH   (64)

some additional bytes required for allocation alignment

◆ EDGE_SIZE

#define EDGE_SIZE   32

image buffer top, left, right and bottom edge size. Must be 32 in this version.

◆ EDGE_SIZE2

#define EDGE_SIZE2   (EDGE_SIZE/2)

image buffer edge size for u and v buffer (half resolution)