Home
last modified time | relevance | path

Searched refs:CODEC_CONFIG_KEY_MAX_INST (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/codec/hal/include/
H A Dcodec_config_parser.h35 #define CODEC_CONFIG_KEY_MAX_INST "maxInst" macro
/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp31 constexpr char CODEC_CONFIG_KEY_MAX_INST[] = "maxInst"; member
142 {CODEC_CONFIG_KEY_MAX_INST, cap.maxInst, 0}, in GetOneCapability()
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp38 constexpr char CODEC_CONFIG_KEY_MAX_INST[] = "maxInst"; member
250 if (iface.GetUint32(&childNode, CODEC_CONFIG_KEY_MAX_INST, reinterpret_cast<uint32_t *>(&cap.maxInst), 0) != in GetMiscOfCapability()
/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c209 if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_MAX_INST, (uint32_t*)&cap->maxInst, 0) != HDF_SUCCESS) { in GetMiscOfCapability()

Completed in 3 milliseconds