Searched refs:cRole (Results 1 - 25 of 41) sorted by relevance

12

/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h200 OMX_OUT OMX_U8 *cRole,
203 OMX_OUT OMX_U8 *cRole,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp814 comp_role->cRole);
829 if(!strncmp((char*)comp_role->cRole,"video_encoder.avc",OMX_MAX_STRINGNAME_SIZE))
835 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s\n", comp_role->cRole);
841 if(!strncmp((const char*)comp_role->cRole,"video_encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE))
847 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s\n", comp_role->cRole);
853 if(!strncmp((const char*)comp_role->cRole,"video_encoder.h263",OMX_MAX_STRINGNAME_SIZE))
859 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s\n", comp_role->cRole);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp988 comp_role->cRole);
999 if (!strncmp((char*)comp_role->cRole,"video_encoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
1002 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
1006 if (!strncmp((char*)comp_role->cRole,"video_encoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
1009 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s\n", comp_role->cRole);
1013 if (!strncmp((const char*)comp_role->cRole,"video_encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE)) {
1016 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
1020 if (!strncmp((const char*)comp_role->cRole,"video_encoder.h263",OMX_MAX_STRINGNAME_SIZE)) {
1023 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
1029 if (!strncmp((const char*)comp_role->cRole,"video_encode
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp1038 comp_role->cRole);
1049 if (!strncmp((char*)comp_role->cRole,"video_encoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
1052 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
1056 if (!strncmp((char*)comp_role->cRole,"video_encoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
1059 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s\n", comp_role->cRole);
1063 if (!strncmp((const char*)comp_role->cRole,"video_encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE)) {
1066 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
1070 if (!strncmp((const char*)comp_role->cRole,"video_encoder.h263",OMX_MAX_STRINGNAME_SIZE)) {
1073 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
1079 if (!strncmp((const char*)comp_role->cRole,"video_encode
[all...]
H A Domx_swvenc_hevc.cpp614 comp_role->cRole);
625 if (!strncmp((char*)comp_role->cRole,"video_encoder.hevc",OMX_MAX_STRINGNAME_SIZE)) {
628 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp1073 comp_role->cRole);
1084 if (!strncmp((char*)comp_role->cRole,"video_encoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
1087 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
1091 if (!strncmp((char*)comp_role->cRole,"video_encoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
1094 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s\n", comp_role->cRole);
1098 if (!strncmp((const char*)comp_role->cRole,"video_encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE)) {
1101 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
1105 if (!strncmp((const char*)comp_role->cRole,"video_encoder.h263",OMX_MAX_STRINGNAME_SIZE)) {
1108 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
1114 if (!strncmp((const char*)comp_role->cRole,"video_encode
[all...]
H A Domx_swvenc_hevc.cpp614 comp_role->cRole);
625 if (!strncmp((char*)comp_role->cRole,"video_encoder.hevc",OMX_MAX_STRINGNAME_SIZE)) {
628 DEBUG_PRINT_ERROR("ERROR: Setparameter: unknown Index %s", comp_role->cRole);
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h244 OMX_OUT OMX_U8 *cRole,
248 OMX_OUT OMX_U8 *cRole,
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp858 OMX_OUT OMX_U8 *cRole,
863 return pComp->ISV_ComponentRoleEnum(cRole, nIndex);
867 OMX_OUT OMX_U8 *cRole,
872 return mComponent->ComponentRoleEnum(mComponent, cRole, nIndex);
856 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
866 ISV_ComponentRoleEnum( OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Component.h569 OMX_OUT OMX_U8 *cRole,
H A DOMX_Core.h287 OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component role */ member in struct:OMX_PARAM_COMPONENTROLETYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Component.h569 OMX_OUT OMX_U8 *cRole,
H A DOMX_Core.h287 OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component role */ member in struct:OMX_PARAM_COMPONENTROLETYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Component.h569 OMX_OUT OMX_U8 *cRole,
H A DOMX_Core.h287 OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component role */ member in struct:OMX_PARAM_COMPONENTROLETYPE
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Component.h569 OMX_OUT OMX_U8 *cRole,
H A DOMX_Core.h287 OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component role */ member in struct:OMX_PARAM_COMPONENTROLETYPE
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp622 ret = SetWorkingRole((OMX_STRING)p->cRole);
1234 OMX_OUT OMX_U8 *cRole,
1247 return cbase->CBaseComponentRoleEnum(hComponent, cRole, nIndex);
1252 OMX_OUT OMX_U8 *cRole,
1261 strncpy((char *)cRole, (const char *)roles[nIndex],
1232 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
1250 CBaseComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp2559 strlcpy((char*)comp_role->cRole,(const char*)m_cRole,
2930 comp_role->cRole);
2941 if (!strncmp((char*)comp_role->cRole,"video_decoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
2944 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
2948 if (!strncmp((char*)comp_role->cRole,"video_decoder.hevc",OMX_MAX_STRINGNAME_SIZE)) {
2951 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
2955 if (!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE)) {
2958 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
2962 if (!strncmp((const char*)comp_role->cRole,"video_decoder.h263",OMX_MAX_STRINGNAME_SIZE)) {
2965 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
[all...]
H A Domx_vdec_msm8974.cpp3094 strlcpy((char*)comp_role->cRole,(const char*)m_cRole,
3685 comp_role->cRole);
3696 if (!strncmp((char*)comp_role->cRole,"video_decoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
3699 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
3703 if (!strncmp((char*)comp_role->cRole, "video_decoder.mvc", OMX_MAX_STRINGNAME_SIZE)) {
3706 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
3710 if (!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE)) {
3713 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
3717 if (!strncmp((const char*)comp_role->cRole,"video_decoder.h263",OMX_MAX_STRINGNAME_SIZE)) {
3720 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
[all...]
H A Domx_vdec.cpp2688 strlcpy((char*)comp_role->cRole,(const char*)m_cRole,
3132 comp_role->cRole);
3143 if (!strncmp((char*)comp_role->cRole,"video_decoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
3146 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
3150 if (!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE)) {
3153 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
3157 if (!strncmp((const char*)comp_role->cRole,"video_decoder.h263",OMX_MAX_STRINGNAME_SIZE)) {
3160 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
3164 if (!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg2",OMX_MAX_STRINGNAME_SIZE)) {
3167 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp2538 strlcpy((char*)comp_role->cRole,(const char*)m_cRole,
2909 comp_role->cRole);
2920 if (!strncmp((char*)comp_role->cRole,"video_decoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
2923 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
2927 if (!strncmp((char*)comp_role->cRole,"video_decoder.hevc",OMX_MAX_STRINGNAME_SIZE)) {
2930 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
2934 if (!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE)) {
2937 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
2941 if (!strncmp((const char*)comp_role->cRole,"video_decoder.h263",OMX_MAX_STRINGNAME_SIZE)) {
2944 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp2538 strlcpy((char*)comp_role->cRole,(const char*)m_cRole,
2909 comp_role->cRole);
2920 if (!strncmp((char*)comp_role->cRole,"video_decoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
2923 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
2927 if (!strncmp((char*)comp_role->cRole,"video_decoder.hevc",OMX_MAX_STRINGNAME_SIZE)) {
2930 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
2934 if (!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE)) {
2937 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
2941 if (!strncmp((const char*)comp_role->cRole,"video_decoder.h263",OMX_MAX_STRINGNAME_SIZE)) {
2944 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s", comp_role->cRole);
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp2841 strlcpy((char*)comp_role->cRole,(const char*)m_cRole,
3256 comp_role->cRole);
3271 if(!strncmp((char*)comp_role->cRole,"video_decoder.avc",OMX_MAX_STRINGNAME_SIZE))
3277 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s\n", comp_role->cRole);
3283 if(!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE))
3289 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s\n", comp_role->cRole);
3295 if(!strncmp((const char*)comp_role->cRole,"video_decoder.h263",OMX_MAX_STRINGNAME_SIZE))
3301 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s\n", comp_role->cRole);
3307 if(!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg2",OMX_MAX_STRINGNAME_SIZE))
3313 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s\n", comp_role->cRole);
[all...]
H A Domx_vdec_copper.cpp2670 strlcpy((char*)comp_role->cRole,(const char*)m_cRole,
3062 comp_role->cRole);
3077 if(!strncmp((char*)comp_role->cRole,"video_decoder.avc",OMX_MAX_STRINGNAME_SIZE))
3083 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s\n", comp_role->cRole);
3089 if(!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE))
3095 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s\n", comp_role->cRole);
3101 if(!strncmp((const char*)comp_role->cRole,"video_decoder.h263",OMX_MAX_STRINGNAME_SIZE))
3107 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s\n", comp_role->cRole);
3113 if(!strncmp((const char*)comp_role->cRole,"video_decoder.mpeg2",OMX_MAX_STRINGNAME_SIZE))
3119 DEBUG_PRINT_ERROR("Setparameter: unknown Index %s\n", comp_role->cRole);
[all...]

Completed in 421 milliseconds

12