Searched refs:coding_type (Results 1 – 6 of 6) sorted by relevance
39 enum cea_sad_format coding_type; member
100 enum infoframe_audio_coding_type coding_type; member
105 infoframe->coding_type = buf[0] >> 4; in infoframe_audio_parse()
106 sad->coding_type = parse_sad_coding_type(value); in parse_sad_field()
1462 expected.coding_type = INFOFRAME_AUDIO_CT_PCM; in check_audio_infoframe()1484 infoframe_audio.coding_type, expected.coding_type); 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()1954 igt_assert(sad->coding_type == CEA_SAD_FORMAT_PCM); in test_display_audio_edid()
66 switch(h265->pic_fields.bits.coding_type) { in vlVaHandleVAEncPictureParameterBufferTypeHEVC()