Home
last modified time | relevance | path

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

/drivers/peripheral/codec/interfaces/include/
Dcodec_type.h58 #define PARAM_COUNT_MAX 500 macro
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp121 Param paramOut[PARAM_COUNT_MAX] = {}; in GetParameter()
153 Param paramOut[PARAM_COUNT_MAX] = {}; in SetParameter()
/drivers/peripheral/codec/hdi_service/codec_proxy/
Dcodec_proxy.c410 if (self == NULL || params == NULL || paramCnt < 0 || paramCnt > PARAM_COUNT_MAX) { in CodecProxySetParameter()
454 if (self == NULL || params == NULL || paramCnt < 0 || paramCnt > PARAM_COUNT_MAX) { in CodecProxyGetParameter()