Home
last modified time | relevance | path

Searched refs:downmix_info (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3dec.c1482 AVDownmixInfo *downmix_info; in ac3_decode_frame() local
1800 if ((downmix_info = av_downmix_info_update_side_data(frame))) { in ac3_decode_frame()
1803 downmix_info->preferred_downmix_type = AV_DOWNMIX_TYPE_LTRT; in ac3_decode_frame()
1806 downmix_info->preferred_downmix_type = AV_DOWNMIX_TYPE_LORO; in ac3_decode_frame()
1809 downmix_info->preferred_downmix_type = AV_DOWNMIX_TYPE_DPLII; in ac3_decode_frame()
1812 downmix_info->preferred_downmix_type = AV_DOWNMIX_TYPE_UNKNOWN; in ac3_decode_frame()
1815 downmix_info->center_mix_level = gain_levels[s-> center_mix_level]; in ac3_decode_frame()
1816 downmix_info->center_mix_level_ltrt = gain_levels[s-> center_mix_level_ltrt]; in ac3_decode_frame()
1817 downmix_info->surround_mix_level = gain_levels[s-> surround_mix_level]; in ac3_decode_frame()
1818 downmix_info->surround_mix_level_ltrt = gain_levels[s->surround_mix_level_ltrt]; in ac3_decode_frame()
[all …]
/third_party/ffmpeg/libavutil/
DMakefile27 downmix_info.h \
119 downmix_info.o \
/third_party/ffmpeg/
DBUILD.gn1427 "//third_party/ffmpeg/libavutil/downmix_info.c",
/third_party/ffmpeg/doc/
DAPIchanges1499 downmix_info.h API, which identify downmix-related metadata.