Home
last modified time | relevance | path

Searched refs:infoframe_audio (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_infoframe.h99 struct infoframe_audio { struct
109 bool infoframe_audio_parse(struct infoframe_audio *infoframe, int version, argument
Digt_infoframe.c94 bool infoframe_audio_parse(struct infoframe_audio *infoframe, int version, in infoframe_audio_parse()
/external/igt-gpu-tools/tests/
Dkms_chamelium.c1452 struct infoframe_audio infoframe_audio; in check_audio_infoframe() local
1453 struct infoframe_audio expected = {0}; in check_audio_infoframe()
1477 ok = infoframe_audio_parse(&infoframe_audio, infoframe->version, in check_audio_infoframe()
1484 infoframe_audio.coding_type, expected.coding_type); in check_audio_infoframe()
1486 infoframe_audio.channel_count, expected.channel_count); in check_audio_infoframe()
1488 infoframe_audio.sampling_freq, expected.sampling_freq); in check_audio_infoframe()
1490 infoframe_audio.sample_size, expected.sample_size); in check_audio_infoframe()
1492 if (infoframe_audio.coding_type != INFOFRAME_AUDIO_CT_UNSPECIFIED) in check_audio_infoframe()
1493 igt_assert(infoframe_audio.coding_type == expected.coding_type); in check_audio_infoframe()
1494 if (infoframe_audio.channel_count >= 0) in check_audio_infoframe()
[all …]