CRI Sofdec2  Last Updated: 2022-11-21 16:25 p
CriManaTextureBuffer Struct Reference

Texture buffer structure. More...

#include <cri_mana.h>

Data Fields

CriUint8 * imagebuf
 
CriUint32 bufsize
 
CriUint32 pitch
 

Detailed Description

Texture buffer structure.

Description:
Decoded video frame output buffer structure that the Mana player passes into the Mana player. The buffer address, size, and other information that the application needs to draw are included in this structure.
See also
criManaPlayer_CopyFrameToBufferARGB32

Field Documentation

◆ imagebuf

CriUint8* imagebuf

Texture buffer pointer

◆ bufsize

CriUint32 bufsize

Texture buffer size [byte]

◆ pitch

CriUint32 pitch

Texture pitch [byte]


The documentation for this struct was generated from the following file: