Home
last modified time | relevance | path

Searched refs:outputBuffCount (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_dfx_service.cpp33 uint32_t outputBuffCount = 0; in GetCodecComponentListInfo() local
56 dumpNode->GetBuffCount(inputBuffCount, outputBuffCount); in GetCodecComponentListInfo()
63 .append(", outputBuffCount = ") in GetCodecComponentListInfo()
64 .append(std::to_string(outputBuffCount)) in GetCodecComponentListInfo()
75 outputBuffCount = 0; in GetCodecComponentListInfo()
H A Dcomponent_node.cpp698 void ComponentNode::GetBuffCount(uint32_t &inputBuffCount, uint32_t &outputBuffCount) in GetBuffCount() argument
706 outputBuffCount++; in GetBuffCount()
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcomponent_node.h69 void GetBuffCount(uint32_t &inputBuffCount, uint32_t &outputBuffCount);

Completed in 3 milliseconds