FFmpeg
Data Fields
FFJXLMetadata Struct Reference

#include <jpegxl_parse.h>

Data Fields

uint32_t width
 
uint32_t height
 
uint32_t coded_width
 
uint32_t coded_height
 
int bit_depth
 
int have_alpha
 
int animation_offset
 
AVRational timebase
 
FFJXLColorSpace csp
 
FFJXLWhitePoint wp
 
FFJXLPrimaries primaries
 
FFJXLTransferCharacteristic trc
 
int xyb_encoded
 
int have_icc_profile
 
int have_timecodes
 
uint32_t num_extra_channels
 

Detailed Description

Definition at line 31 of file jpegxl_parse.h.

Field Documentation

◆ width

uint32_t FFJXLMetadata::width

◆ height

uint32_t FFJXLMetadata::height

◆ coded_width

uint32_t FFJXLMetadata::coded_width

Definition at line 34 of file jpegxl_parse.h.

Referenced by jpegxl_read_size_header(), and parse_frame_header().

◆ coded_height

uint32_t FFJXLMetadata::coded_height

Definition at line 35 of file jpegxl_parse.h.

Referenced by jpegxl_read_size_header(), and parse_frame_header().

◆ bit_depth

int FFJXLMetadata::bit_depth

◆ have_alpha

int FFJXLMetadata::have_alpha

Definition at line 37 of file jpegxl_parse.h.

Referenced by jpegxl_read_extra_channel_info(), and populate_fields().

◆ animation_offset

int FFJXLMetadata::animation_offset

◆ timebase

AVRational FFJXLMetadata::timebase

Definition at line 43 of file jpegxl_parse.h.

Referenced by ff_jpegxl_parse_codestream_header(), and jpegxl_anim_read_header().

◆ csp

FFJXLColorSpace FFJXLMetadata::csp

Definition at line 44 of file jpegxl_parse.h.

Referenced by ff_jpegxl_parse_codestream_header(), and populate_fields().

◆ wp

FFJXLWhitePoint FFJXLMetadata::wp

Definition at line 45 of file jpegxl_parse.h.

Referenced by ff_jpegxl_parse_codestream_header(), and populate_fields().

◆ primaries

FFJXLPrimaries FFJXLMetadata::primaries

Definition at line 46 of file jpegxl_parse.h.

Referenced by ff_jpegxl_parse_codestream_header(), and populate_fields().

◆ trc

FFJXLTransferCharacteristic FFJXLMetadata::trc

Definition at line 47 of file jpegxl_parse.h.

Referenced by ff_jpegxl_parse_codestream_header(), and populate_fields().

◆ xyb_encoded

int FFJXLMetadata::xyb_encoded

Definition at line 50 of file jpegxl_parse.h.

Referenced by ff_jpegxl_parse_codestream_header(), and parse_frame_header().

◆ have_icc_profile

int FFJXLMetadata::have_icc_profile

Definition at line 51 of file jpegxl_parse.h.

Referenced by ff_jpegxl_parse_codestream_header().

◆ have_timecodes

int FFJXLMetadata::have_timecodes

Definition at line 52 of file jpegxl_parse.h.

Referenced by ff_jpegxl_parse_codestream_header(), and parse_frame_header().

◆ num_extra_channels

uint32_t FFJXLMetadata::num_extra_channels

Definition at line 53 of file jpegxl_parse.h.

Referenced by ff_jpegxl_parse_codestream_header(), and parse_frame_header().


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