Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_config_parser.h38 #define CODEC_CONFIG_KEY_CAPS_MASK "capsMask" macro
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp41 constexpr char CODEC_CONFIG_KEY_CAPS_MASK[] = "capsMask"; variable
260 …if (GetMaskedConfig(iface, childNode, CODEC_CONFIG_KEY_CAPS_MASK, static_cast<uint32_t &>(cap.caps… in GetMiscOfCapability()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c216 …if (GetMaskedConfig(iface, childNode, CODEC_CONFIG_KEY_CAPS_MASK, &cap->capsMask) != HDF_SUCCESS) { in GetMiscOfCapability()