RocJpegImage Struct Reference#
RocJpegImage Struct Reference
Structure representing a JPEG image. More...
#include <rocjpeg.h>
Public Attributes | |
uint8_t * | channel [ROCJPEG_MAX_COMPONENT] |
uint32_t | pitch [ROCJPEG_MAX_COMPONENT] |
Detailed Description
Structure representing a JPEG image.
This structure holds the information about a JPEG image, including the pointers to the image channels and the pitch (stride) of each channel.
Member Data Documentation
◆ channel
uint8_t* RocJpegImage::channel[ROCJPEG_MAX_COMPONENT] |
Pointers to the image channels.
◆ pitch
uint32_t RocJpegImage::pitch[ROCJPEG_MAX_COMPONENT] |
Pitch (stride) of each channel.
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rocjpeg/checkouts/latest/api/rocjpeg.h