Home | History | Annotate | Download | only in test

Lines Matching defs:role

1611     char *role ="video_decoder";
1631 OMX_GetComponentsOfRole(role, &total, 0);
1632 DEBUG_PRINT("\nTotal components of role=%s :%d", role, total);
1650 OMX_GetComponentsOfRole(role, &total, vidCompNames);
1651 DEBUG_PRINT("\nComponents of Role:%s\n", role);
1659 DEBUG_PRINT_ERROR("No components found with Role:%s", role);