Lines Matching refs:mdp_comp_ops
400 static const struct mdp_comp_ops rdma_ops = {
644 static const struct mdp_comp_ops rsz_ops = {
893 static const struct mdp_comp_ops wrot_ops = {
1014 static const struct mdp_comp_ops wdma_ops = {
1113 static const struct mdp_comp_ops tdshp_ops = {
1180 static const struct mdp_comp_ops color_ops = {
1222 static const struct mdp_comp_ops ccorr_ops = {
1283 static const struct mdp_comp_ops aal_ops = {
1364 static const struct mdp_comp_ops hdr_ops = {
1419 static const struct mdp_comp_ops fg_ops = {
1483 static const struct mdp_comp_ops ovl_ops = {
1521 static const struct mdp_comp_ops pad_ops = {
1527 static const struct mdp_comp_ops *mdp_comp_ops[MDP_COMP_TYPE_COUNT] = { variable
1811 comp->ops = mdp_comp_ops[comp->type]; in mdp_comp_init()