|
FFmpeg
|
#include <limits.h>#include <stddef.h>#include <stdint.h>#include "avassert.h"#include "error.h"#include "iamf.h"#include "log.h"#include "mem.h"#include "opt.h"Go to the source code of this file.
Macros | |
| #define | IAMF_ADD_FUNC_TEMPLATE(parent_type, parent_name, child_type, child_name, suffix) |
| #define | FLAGS AV_OPT_FLAG_ENCODING_PARAM |
| #define | OFFSET(x) offsetof(AVIAMFMixGain, x) |
| #define | OFFSET(x) offsetof(AVIAMFDemixingInfo, x) |
| #define | OFFSET(x) offsetof(AVIAMFReconGain, x) |
| #define | OFFSET(x) offsetof(AVIAMFParamDefinition, x) |
| #define | OFFSET(x) offsetof(AVIAMFLayer, x) |
| #define | OFFSET(x) offsetof(AVIAMFAudioElement, x) |
| #define | OFFSET(x) offsetof(AVIAMFSubmixElement, x) |
| #define | OFFSET(x) offsetof(AVIAMFSubmixLayout, x) |
| #define | OFFSET(x) offsetof(AVIAMFSubmix, x) |
| #define | OFFSET(x) offsetof(AVIAMFMixPresentation, x) |
Variables | |
| static const AVOption | mix_gain_options [] |
| static const AVClass | mix_gain_class |
| static const AVOption | demixing_info_options [] |
| static const AVClass | demixing_info_class |
| static const AVOption | recon_gain_options [] |
| static const AVClass | recon_gain_class |
| static const AVOption | param_definition_options [] |
| static const AVClass | param_definition_class |
| static const AVOptionArrayDef | demixing_matrix_def = { .size_max = (255 + 255) * 255, .sep = '|' } |
| static const AVOption | layer_options [] |
| static const AVClass | layer_class |
| static const AVOption | audio_element_options [] |
| static const AVClass | audio_element_class |
| static const AVOption | submix_element_options [] |
| static const AVClass | element_class |
| static const AVOption | submix_layout_options [] |
| static const AVClass | layout_class |
| static const AVOption | submix_presentation_options [] |
| static const AVClass | submix_class |
| static const AVOption | mix_presentation_options [] |
| static const AVClass | mix_presentation_class |
| #define IAMF_ADD_FUNC_TEMPLATE | ( | parent_type, | |
| parent_name, | |||
| child_type, | |||
| child_name, | |||
| suffix | |||
| ) |
| #define FLAGS AV_OPT_FLAG_ENCODING_PARAM |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFMixGain, x) |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFDemixingInfo, x) |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFReconGain, x) |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFParamDefinition, x) |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFLayer, x) |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFAudioElement, x) |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFSubmixElement, x) |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFSubmixLayout, x) |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFSubmix, x) |
| #define OFFSET | ( | x | ) | offsetof(AVIAMFMixPresentation, x) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 76 of file iamf.c.
Referenced by av_iamf_param_definition_alloc(), and param_definition_child_iterate().
|
static |
|
static |
Definition at line 91 of file iamf.c.
Referenced by av_iamf_param_definition_alloc(), and param_definition_child_iterate().
|
static |
|
static |
Definition at line 105 of file iamf.c.
Referenced by av_iamf_param_definition_alloc(), and param_definition_child_iterate().
|
static |
|
static |
Definition at line 146 of file iamf.c.
Referenced by av_iamf_param_definition_alloc(), av_iamf_param_definition_get_class(), submix_element_child_iterate(), and submix_presentation_child_iterate().
|
static |
|
static |
Definition at line 277 of file iamf.c.
Referenced by audio_element_child_iterate().
|
static |
|
static |
Definition at line 311 of file iamf.c.
Referenced by av_iamf_audio_element_alloc(), and av_iamf_audio_element_get_class().
|
static |
|
static |
Definition at line 398 of file iamf.c.
Referenced by submix_presentation_child_iterate().
|
static |
|
static |
Definition at line 428 of file iamf.c.
Referenced by submix_presentation_child_iterate().
|
static |
|
static |
Definition at line 477 of file iamf.c.
Referenced by mix_presentation_child_iterate().
|
static |
|
static |
Definition at line 509 of file iamf.c.
Referenced by av_iamf_mix_presentation_alloc(), and av_iamf_mix_presentation_get_class().
1.8.17