Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp1814 bool has_input, has_output; in AllocatePorts() local
1828 has_input = false; in AllocatePorts()
1834 has_input = true; in AllocatePorts()
1845 if ((has_input == false) && (has_output == true)) in AllocatePorts()
1847 else if ((has_input == true) && (has_output == true)) in AllocatePorts()
1849 else if ((has_input == true) && (has_output == false)) in AllocatePorts()