FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/iamf.h"
#include "libavutil/mem.h"
#include "iamf.h"
Go to the source code of this file.
Functions | |
void | ff_iamf_free_audio_element (IAMFAudioElement **paudio_element) |
void | ff_iamf_free_mix_presentation (IAMFMixPresentation **pmix_presentation) |
void | ff_iamf_uninit_context (IAMFContext *c) |
Variables | |
const AVChannelLayout | ff_iamf_scalable_ch_layouts [10] |
const struct IAMFSoundSystemMap | ff_iamf_sound_system_map [13] |
void ff_iamf_free_audio_element | ( | IAMFAudioElement ** | paudio_element | ) |
Definition at line 70 of file iamf.c.
Referenced by audio_element_obu(), ff_iamf_add_audio_element(), and ff_iamf_uninit_context().
void ff_iamf_free_mix_presentation | ( | IAMFMixPresentation ** | pmix_presentation | ) |
Definition at line 85 of file iamf.c.
Referenced by ff_iamf_add_mix_presentation(), ff_iamf_uninit_context(), and mix_presentation_obu().
void ff_iamf_uninit_context | ( | IAMFContext * | c | ) |
Definition at line 99 of file iamf.c.
Referenced by ff_iamf_read_deinit(), iamf_deinit(), and mov_free().
const AVChannelLayout ff_iamf_scalable_ch_layouts[10] |
Definition at line 27 of file iamf.c.
Referenced by ff_iamf_add_audio_element(), and scalable_channel_layout_config().
const struct IAMFSoundSystemMap ff_iamf_sound_system_map[13] |
Definition at line 48 of file iamf.c.
Referenced by iamf_write_mixing_presentation(), and mix_presentation_obu().