Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/audio/hdmi/src/
H A Daudio_hdmi_codec_ops.c85 static const struct HdmiCodecCeaSpkAlloc g_hdmiCodecCeaSpkAlloc[] = { variable
291 for (item = 0; item < HDF_ARRAY_SIZE(g_hdmiCodecCeaSpkAlloc); item++) { in HdmiCodecGetChAllocTableIdx()
292 if (spkAlloc == 0 && g_hdmiCodecCeaSpkAlloc[item].cardId == 0) { in HdmiCodecGetChAllocTableIdx()
296 if (g_hdmiCodecCeaSpkAlloc[item].channelNum != channels) { in HdmiCodecGetChAllocTableIdx()
299 if (!(g_hdmiCodecCeaSpkAlloc[item].mask == (spkMask & g_hdmiCodecCeaSpkAlloc[item].mask))) { in HdmiCodecGetChAllocTableIdx()
345 hdmiCodecParams.cea.channel_allocation = g_hdmiCodecCeaSpkAlloc[idx].cardId; in AudioHdmiCodecDaiHwParams()
346 hdmiCodecPriv->chmapIdx = g_hdmiCodecCeaSpkAlloc[idx].cardId; in AudioHdmiCodecDaiHwParams()