FFmpeg 5.1.6
|
DOVI configuration. More...
Go to the source code of this file.
Data Structures | |
struct | AVDOVIDecoderConfigurationRecord |
struct | AVDOVIRpuDataHeader |
Dolby Vision RPU data header. More... | |
struct | AVDOVIReshapingCurve |
struct | AVDOVINLQParams |
Coefficients of the non-linear inverse quantization. More... | |
struct | AVDOVIDataMapping |
Dolby Vision RPU data mapping parameters. More... | |
struct | AVDOVIColorMetadata |
Dolby Vision RPU colorspace metadata parameters. More... | |
struct | AVDOVIMetadata |
Combined struct representing a combination of header, mapping and color metadata, for attaching to frames as side data. More... | |
Macros | |
#define | AV_DOVI_MAX_PIECES 8 |
Coefficients of a piece-wise function. More... | |
Enumerations | |
enum | AVDOVIMappingMethod { AV_DOVI_MAPPING_POLYNOMIAL = 0 , AV_DOVI_MAPPING_MMR = 1 } |
enum | AVDOVINLQMethod { AV_DOVI_NLQ_NONE = -1 , AV_DOVI_NLQ_LINEAR_DZ = 0 } |
Functions | |
AVDOVIDecoderConfigurationRecord * | av_dovi_alloc (size_t *size) |
Allocate a AVDOVIDecoderConfigurationRecord structure and initialize its fields to default values. More... | |
static av_always_inline AVDOVIRpuDataHeader * | av_dovi_get_header (const AVDOVIMetadata *data) |
static av_always_inline AVDOVIDataMapping * | av_dovi_get_mapping (const AVDOVIMetadata *data) |
static av_always_inline AVDOVIColorMetadata * | av_dovi_get_color (const AVDOVIMetadata *data) |
AVDOVIMetadata * | av_dovi_metadata_alloc (size_t *size) |
Allocate an AVDOVIMetadata structure and initialize its fields to default values. More... | |
DOVI configuration.
Definition in file dovi_meta.h.
#define AV_DOVI_MAX_PIECES 8 |
Coefficients of a piece-wise function.
The pieces of the function span the value ranges between two adjacent pivot values.
Definition at line 103 of file dovi_meta.h.
enum AVDOVIMappingMethod |
Enumerator | |
---|---|
AV_DOVI_MAPPING_POLYNOMIAL | |
AV_DOVI_MAPPING_MMR |
Definition at line 94 of file dovi_meta.h.
enum AVDOVINLQMethod |
Enumerator | |
---|---|
AV_DOVI_NLQ_NONE | |
AV_DOVI_NLQ_LINEAR_DZ |
Definition at line 117 of file dovi_meta.h.
AVDOVIDecoderConfigurationRecord * av_dovi_alloc | ( | size_t * | size | ) |
Allocate a AVDOVIDecoderConfigurationRecord structure and initialize its fields to default values.
|
static |
Definition at line 208 of file dovi_meta.h.
|
static |
Definition at line 214 of file dovi_meta.h.
|
static |
Definition at line 220 of file dovi_meta.h.
AVDOVIMetadata * av_dovi_metadata_alloc | ( | size_t * | size | ) |
Allocate an AVDOVIMetadata structure and initialize its fields to default values.
size | If this parameter is non-NULL, the size in bytes of the allocated struct will be written here on success |