Lines Matching full:tree
118 * This struct is used as a node in an MPC tree.
132 * MPC tree represents all MPCC connections for a pipe.
135 int opp_id; /* The OPP instance that owns this MPC tree */
136 struct mpcc *opp_list; /* The top MPCC layer of the MPC tree that outputs to OPP endpoint */
167 * Insert DPP into MPC tree based on specified blending position.
172 * [in/out] tree - MPC tree structure that plane will be added to.
175 * stereo mix must disable for the very bottom layer of the tree config.
184 struct mpc_tree *tree,
192 * Remove a specified MPCC from the MPC tree.
196 * [in/out] tree - MPC tree structure that plane will be removed from.
197 * [in/out] mpcc - MPCC to be removed from tree.
203 struct mpc_tree *tree,
252 * Add DPP into 'secondary' MPC tree based on specified blending position.
257 * [in/out] tree - MPC tree structure that plane will be added to.
260 * stereo mix must disable for the very bottom layer of the tree config.
269 struct mpc_tree *tree,
277 * Remove a specified DPP from the 'secondary' MPC tree.
281 * [in/out] tree - MPC tree structure that plane will be removed from.
282 * [in] mpcc - MPCC to be removed from tree.
287 struct mpc_tree *tree,
291 struct mpc_tree *tree,
295 struct mpc_tree *tree,
304 struct mpc_tree *tree);