Home
last modified time | relevance | path

Searched refs:coding_type (Results 1 – 6 of 6) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_eld.h39 enum cea_sad_format coding_type; member
Digt_infoframe.h100 enum infoframe_audio_coding_type coding_type; member
Digt_infoframe.c105 infoframe->coding_type = buf[0] >> 4; in infoframe_audio_parse()
Digt_eld.c106 sad->coding_type = parse_sad_coding_type(value); in parse_sad_field()
/external/igt-gpu-tools/tests/
Dkms_chamelium.c1462 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()
/external/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c66 switch(h265->pic_fields.bits.coding_type) { in vlVaHandleVAEncPictureParameterBufferTypeHEVC()