Home
last modified time | relevance | path

Searched refs:bitDepth (Results 1 – 8 of 8) sorted by relevance

/drivers/hdf_core/framework/support/platform/test/unittest/common/
Dhdf_hdmi_test.cpp88 audioAttr.bitDepth = HDMI_ADIO_BIT_DEPTH_16; in HdmiUserSetAttrCaseTest()
/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_common.h303 enum HdmiAudioBitDepth bitDepth; member
Dhdmi_edid.h345 enum HdmiAudioBitDepth bitDepth[HDMI_EDID_EXTENSION_AUDIO_MAX_BIT_DEPTH_NUM]; member
Dhdmi_core.h135 enum HdmiAudioBitDepth bitDepth; member
/drivers/hdf_core/framework/test/unittest/platform/common/
Dhdmi_test.c64 attr.bitDepth = HDMI_ADIO_BIT_DEPTH_20; in TestHdmiSetAudioAttr()
/drivers/hdf_core/framework/include/platform/
Dhdmi_if.h491 enum HdmiAudioBitDepth bitDepth; member
/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_core.c663 audioAttr->bitDepth = (enum HdmiAudioBitDepth)cntlr->cap.audioBitDepth; in HdmiAudioAttrInit()
1035 audioCfg.bitDepth = audioAttr->bitDepth; in HdmiAudioAttrHandle()
Dhdmi_edid.c490 audio->bitDepth[audio->bitDepthNum] = HDMI_ADIO_BIT_DEPTH_16; in HdmiEdidExtAdbDepthAndMaxRatePhase()
495 audio->bitDepth[audio->bitDepthNum] = HDMI_ADIO_BIT_DEPTH_20; in HdmiEdidExtAdbDepthAndMaxRatePhase()
500 audio->bitDepth[audio->bitDepthNum] = HDMI_ADIO_BIT_DEPTH_24; in HdmiEdidExtAdbDepthAndMaxRatePhase()