ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
internal_decoded_raster_t Struct Reference

One decoded source view and the ownership needed to release it. More...

Data Fields

const uint8_t * gray
 Decoded grayscale samples.
uint8_t * stb_pixels
 stb-owned arena span, or null for WebP.
uint16_t width
 Source width in pixels.
uint16_t height
 Source height in pixels.
bool webp
 Whether the WebP caller arena owns it.

Detailed Description

One decoded source view and the ownership needed to release it.

Definition at line 363 of file ra8_rabook_raster.c.

Field Documentation

◆ gray

const uint8_t* internal_decoded_raster_t::gray

Decoded grayscale samples.

Definition at line 364 of file ra8_rabook_raster.c.

Referenced by internal_decode_source(), and internal_encode_source().

◆ height

uint16_t internal_decoded_raster_t::height

Source height in pixels.

Definition at line 367 of file ra8_rabook_raster.c.

Referenced by internal_decode_source(), and internal_encode_source().

◆ stb_pixels

uint8_t* internal_decoded_raster_t::stb_pixels

stb-owned arena span, or null for WebP.

Definition at line 365 of file ra8_rabook_raster.c.

Referenced by internal_decode_source(), and internal_encode_source().

◆ webp

bool internal_decoded_raster_t::webp

Whether the WebP caller arena owns it.

Definition at line 368 of file ra8_rabook_raster.c.

Referenced by internal_decode_source(), and internal_encode_source().

◆ width

uint16_t internal_decoded_raster_t::width

Source width in pixels.

Definition at line 366 of file ra8_rabook_raster.c.

Referenced by internal_decode_source(), and internal_encode_source().


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