Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp1450 int fctl[2]; in component_init() local
1528 if(pipe(fctl)) in component_init()
1536 if(fctl[0] == 0 || fctl[1] == 0) in component_init()
1543 fctl[0] = temp2 [0]; in component_init()
1544 fctl[1] = temp2 [1]; in component_init()
1546 m_ctrl_in = fctl[0]; in component_init()
1547 m_ctrl_out = fctl[1]; in component_init()