Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp31 constexpr char CODEC_CONFIG_KEY_MAX_INST[] = "maxInst"; variable
142 {CODEC_CONFIG_KEY_MAX_INST, cap.maxInst, 0}, in GetOneCapability()
/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_config_parser.h35 #define CODEC_CONFIG_KEY_MAX_INST "maxInst" macro
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp38 constexpr char CODEC_CONFIG_KEY_MAX_INST[] = "maxInst"; variable
250 …if (iface.GetUint32(&childNode, CODEC_CONFIG_KEY_MAX_INST, reinterpret_cast<uint32_t *>(&cap.maxIn… in GetMiscOfCapability()
/ohos5.0/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_SUC… in GetMiscOfCapability()