Searched refs:downmix_info (Results 1 – 4 of 4) sorted by relevance
1482 AVDownmixInfo *downmix_info; in ac3_decode_frame() local1800 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 …]
27 downmix_info.h \119 downmix_info.o \
1427 "//third_party/ffmpeg/libavutil/downmix_info.c",
1499 downmix_info.h API, which identify downmix-related metadata.