Home
last modified time | relevance | path

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

/ohos5.0/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()
64 .append(std::to_string(outputBuffCount)) in GetCodecComponentListInfo()
75 outputBuffCount = 0; in GetCodecComponentListInfo()
H A Dcomponent_node.cpp688 void ComponentNode::GetBuffCount(uint32_t &inputBuffCount, uint32_t &outputBuffCount) in GetBuffCount() argument
696 outputBuffCount++; in GetBuffCount()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcomponent_node.h69 void GetBuffCount(uint32_t &inputBuffCount, uint32_t &outputBuffCount);