Home
last modified time | relevance | path

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

/drivers/peripheral/codec/hal/passthrough/adapter/include/
Dcomponent_node.h78 CodecType codecType_; variable
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp73 codecType_(info.type), in ComponentNode()
122 int32_t ret = Common::SplitParam(paramIndex, param, paramOut, paramCnt, codecType_); in GetParameter()
154 … ret = Common::SplitParam(paramIndex, const_cast<int8_t *>(param), paramOut, paramCnt, codecType_); in SetParameter()