Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fxcodec::DecodeData Struct Reference

#include <jpx_decode_utils.h>

+ Collaboration diagram for fxcodec::DecodeData:

Public Member Functions

 DecodeData (const uint8_t *data, OPJ_SIZE_T size)
 

Public Attributes

const uint8_t * src_data
 
OPJ_SIZE_T src_size
 
OPJ_SIZE_T offset
 

Detailed Description

Definition at line 20 of file jpx_decode_utils.h.

Constructor & Destructor Documentation

◆ DecodeData()

fxcodec::DecodeData::DecodeData ( const uint8_t * data,
OPJ_SIZE_T size )
inline

Definition at line 21 of file jpx_decode_utils.h.

References offset, src_data, and src_size.

Member Data Documentation

◆ offset

◆ src_data

const uint8_t* fxcodec::DecodeData::src_data

◆ src_size

OPJ_SIZE_T fxcodec::DecodeData::src_size

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