Lines Matching refs:downmix_info
1482 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()
1820 downmix_info->lfe_mix_level = gain_levels_lfe[s->lfe_mix_level]; in ac3_decode_frame()
1822 downmix_info->lfe_mix_level = 0.0; // -inf dB in ac3_decode_frame()