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

/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp1825 bool has_input, has_output; local
1840 has_output = false;
1847 has_output = true;
1856 if ((has_input == false) && (has_output == true))
1858 else if ((has_input == true) && (has_output == true))
1860 else if ((has_input == true) && (has_output == false))

Completed in 35 milliseconds