#include <ethjpg2k.h>
Data Fields | |
unsigned short | XTOT |
unsigned short | YTOT |
unsigned char | PMODE |
union { | |
ETHJPG2K_VIDEO_ENCODE_FIRMWARE_PARAMS EncodeParams | |
ETHJPG2K_VIDEO_DECODE_FIRMWARE_PARAMS DecodeParams | |
} | sub |
These are parameters that specifies the JPEG2K HIPI mode parameters. For more information see the TechNote Getting Started with the ADV212
Definition at line 217 of file ethjpg2k.h.
unsigned short _ETHJPG2K_HIPI_FIRMWARE_PARAMS::XTOT |
number oy bytes per lin
Definition at line 219 of file ethjpg2k.h.
unsigned short _ETHJPG2K_HIPI_FIRMWARE_PARAMS::YTOT |
number of lines per fram
Definition at line 220 of file ethjpg2k.h.
unsigned char _ETHJPG2K_HIPI_FIRMWARE_PARAMS::PMODE |
pixel forma
Definition at line 221 of file ethjpg2k.h.
parameters if encoding
Definition at line 223 of file ethjpg2k.h.
parameters if decoding
Definition at line 224 of file ethjpg2k.h.
union { ... } _ETHJPG2K_HIPI_FIRMWARE_PARAMS::sub |