Home | History | Annotate | Download | only in src

Lines Matching refs:comp_role

903             OMX_PARAM_COMPONENTROLETYPE *comp_role;
904 comp_role = (OMX_PARAM_COMPONENTROLETYPE *) paramData;
906 comp_role->cRole);
921 if (!strncmp((const char*)comp_role->cRole,"video_encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE))
927 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
933 if (!strncmp((const char*)comp_role->cRole,"video_encoder.h263",OMX_MAX_STRINGNAME_SIZE))
939 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);