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

Image information. More...

#include <cri_mana.h>

Data Fields

CriUint8 * imageptr
 
CriUint32 bufsize
 
CriUint32 line_pitch
 
CriUint32 line_size
 
CriUint32 num_lines
 

Detailed Description

Image information.

Description:
Image information (plane information) of which video frame is referenced by frame retrieval API
Composed of a combination of Y, U, V, and A as a member array of the CriManaFrameInfo structure.
This image information is used by the CPU with criManaPlayer_CopyFrameToBufferARGB32 or the like
for frame conversion (color conversion). Depending on the platform, this image information will
be handled directly and the frames will be converted efficiently by hardware, pixel shaders,
or the like.
See also
CriManaFrameInfo, criManaPlayer_CopyFrameToBufferARGB32

Field Documentation

◆ imageptr

CriUint8* imageptr

Image information buffer pointer

◆ bufsize

CriUint32 bufsize

Image information buffer size [Byte]

◆ line_pitch

CriUint32 line_pitch

Image information line pitch [Byte]

◆ line_size

CriUint32 line_size

Image information line size [Byte]

◆ num_lines

CriUint32 num_lines

Image information number of lines


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