Lines Matching refs:format
266 a->format = GRAB_BITS(buf, 0, 3, 4); in hdmi_update_short_audio_desc()
267 switch (a->format) { in hdmi_update_short_audio_desc()
310 a->format = GRAB_BITS(buf, 2, 3, 5); in hdmi_update_short_audio_desc()
311 if (a->format == AUDIO_CODING_XTYPE_HE_REF_CT || in hdmi_update_short_audio_desc()
312 a->format >= AUDIO_CODING_XTYPE_FIRST_RESERVED) { in hdmi_update_short_audio_desc()
315 a->format); in hdmi_update_short_audio_desc()
316 a->format = 0; in hdmi_update_short_audio_desc()
318 a->format += AUDIO_CODING_TYPE_HE_AAC - in hdmi_update_short_audio_desc()
430 if (!a->format) in hdmi_show_short_audio_desc()
435 if (a->format == AUDIO_CODING_TYPE_LPCM) in hdmi_show_short_audio_desc()
445 cea_audio_coding_type_names[a->format], in hdmi_show_short_audio_desc()
488 i, a->format, cea_audio_coding_type_names[a->format]); in hdmi_print_sad_info()
494 if (a->format == AUDIO_CODING_TYPE_LPCM) { in hdmi_print_sad_info()