PUCLIB 1.6.2.0
PHOTRON USB Control Library
Loading...
Searching...
No Matches
PUC_GPU_SETUP_PARAM Struct Reference

A structure that stores parameters used in GPU decoding. More...

#include <PUCUTIL.h>

Data Fields

UINT32 width
 The image width on GPU process.
UINT32 height
 The image height on GPU process.

Detailed Description

A structure that stores parameters used in GPU decoding.

Definition at line 36 of file PUCUTIL.h.

Field Documentation

◆ height

UINT32 height

The image height on GPU process.

Definition at line 44 of file PUCUTIL.h.

◆ width

UINT32 width

The image width on GPU process.

Definition at line 40 of file PUCUTIL.h.