Home | History | Annotate | Download | only in src

Lines Matching refs:comp_role

895             OMX_PARAM_COMPONENTROLETYPE *comp_role;
896 comp_role = (OMX_PARAM_COMPONENTROLETYPE *) paramData;
898 comp_role->cRole);
913 if (!strncmp((const char*)comp_role->cRole,"video_encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE))
919 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
925 if (!strncmp((const char*)comp_role->cRole,"video_encoder.h263",OMX_MAX_STRINGNAME_SIZE))
931 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);