FFmpeg
|
#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 |
Definition at line 31 of file jpegxl_parse.h.
uint32_t FFJXLMetadata::width |
Definition at line 32 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), jpegxl_read_size_header(), and populate_fields().
uint32_t FFJXLMetadata::height |
Definition at line 33 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), jpegxl_read_size_header(), and populate_fields().
uint32_t FFJXLMetadata::coded_width |
Definition at line 34 of file jpegxl_parse.h.
Referenced by jpegxl_read_size_header(), and parse_frame_header().
uint32_t FFJXLMetadata::coded_height |
Definition at line 35 of file jpegxl_parse.h.
Referenced by jpegxl_read_size_header(), and parse_frame_header().
int FFJXLMetadata::bit_depth |
Definition at line 36 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), jpegxl_get_bit_depth(), and populate_fields().
int FFJXLMetadata::have_alpha |
Definition at line 37 of file jpegxl_parse.h.
Referenced by jpegxl_read_extra_channel_info(), and populate_fields().
int FFJXLMetadata::animation_offset |
Definition at line 42 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), jpegxl_anim_probe(), jpegxl_anim_read_header(), and parse_frame_header().
AVRational FFJXLMetadata::timebase |
Definition at line 43 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), and jpegxl_anim_read_header().
FFJXLColorSpace FFJXLMetadata::csp |
Definition at line 44 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), and populate_fields().
FFJXLWhitePoint FFJXLMetadata::wp |
Definition at line 45 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), and populate_fields().
FFJXLPrimaries FFJXLMetadata::primaries |
Definition at line 46 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), and populate_fields().
FFJXLTransferCharacteristic FFJXLMetadata::trc |
Definition at line 47 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), and populate_fields().
int FFJXLMetadata::xyb_encoded |
Definition at line 50 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), and parse_frame_header().
int FFJXLMetadata::have_icc_profile |
Definition at line 51 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header().
int FFJXLMetadata::have_timecodes |
Definition at line 52 of file jpegxl_parse.h.
Referenced by ff_jpegxl_parse_codestream_header(), and parse_frame_header().
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().