Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c23 #define MASK_NUM_LIMIT 64 macro
25 #define MASK_NUM_LIMIT 32 macro
98 if (count < 0 || count > MASK_NUM_LIMIT) { in GetMaskedConfig()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp24 constexpr int32_t MASK_NUM_LIMIT = 32; variable
307 if (count < 0 || count > MASK_NUM_LIMIT) { in GetMaskedConfig()