Searched refs:CODEC_CONFIG_KEY_MAX_INST (Results 1 – 4 of 4) sorted by relevance
31 constexpr char CODEC_CONFIG_KEY_MAX_INST[] = "maxInst"; variable142 {CODEC_CONFIG_KEY_MAX_INST, cap.maxInst, 0}, in GetOneCapability()
35 #define CODEC_CONFIG_KEY_MAX_INST "maxInst" macro
38 constexpr char CODEC_CONFIG_KEY_MAX_INST[] = "maxInst"; variable250 …if (iface.GetUint32(&childNode, CODEC_CONFIG_KEY_MAX_INST, reinterpret_cast<uint32_t *>(&cap.maxIn… in GetMiscOfCapability()
209 …if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_MAX_INST, (uint32_t*)&cap->maxInst, 0) != HDF_SUC… in GetMiscOfCapability()