Go to the source code of this file.
◆ ff_parse_itu_t_t35_to_dynamic_hdr_vivid()
| int ff_parse_itu_t_t35_to_dynamic_hdr_vivid |
( |
AVDynamicHDRVivid * |
s, |
|
|
const uint8_t * |
data, |
|
|
int |
size |
|
) |
| |
Parse the user data registered ITU-T T.35 to AVbuffer (AVDynamicHDRVivid).
- Parameters
-
| s | A pointer containing the decoded AVDynamicHDRVivid structure. |
| data | The byte array containing the raw ITU-T T.35 data. |
| size | Size of the data array in bytes. |
- Returns
- 0 if succeed. Otherwise, returns the appropriate AVERROR.
Definition at line 32 of file dynamic_hdr_vivid.c.
◆ maxrgb_den
◆ color_saturation_gain_den
| const int32_t color_saturation_gain_den = 128 |
|
static |
◆ maximum_luminance_den
| const int32_t maximum_luminance_den = 4095 |
|
static |
◆ base_param_m_p_den
| const int32_t base_param_m_p_den = 16383 |
|
static |
◆ base_param_m_m_den
| const int32_t base_param_m_m_den = 10 |
|
static |
◆ base_param_m_a_den
| const int32_t base_param_m_a_den = 1023 |
|
static |
◆ base_param_m_b_den
| const int32_t base_param_m_b_den = 1023 |
|
static |
◆ base_param_m_n_den
| const int32_t base_param_m_n_den = 10 |
|
static |
◆ base_param_Delta_den
| const int32_t base_param_Delta_den = 127 |
|
static |