Home
last modified time | relevance | path

Searched refs:OMX_MAX_STRINGNAME_SIZE (Results 1 – 25 of 63) sorted by relevance

123

/hardware/intel/common/wrs_omxil_core/base/src/
Dcmodule.cpp42 memset(cname, 0, OMX_MAX_STRINGNAME_SIZE); in CModule()
44 memset(this->lname, 0, OMX_MAX_STRINGNAME_SIZE); in CModule()
46 …rncpy(this->lname, lname, (strlen(lname) < OMX_MAX_STRINGNAME_SIZE) ? strlen(lname) : (OMX_MAX_STR… in CModule()
47 this->lname[OMX_MAX_STRINGNAME_SIZE-1] = '\0'; in CModule()
151 OMX_MAX_STRINGNAME_SIZE); in GetComponentRoles()
239 this_roles[0] = (OMX_U8 *)malloc(OMX_MAX_STRINGNAME_SIZE * nr_roles); in QueryComponentNameAndRoles()
247 this_roles[i+1] = this_roles[i] + OMX_MAX_STRINGNAME_SIZE; in QueryComponentNameAndRoles()
250 copy_role_len = role_len > OMX_MAX_STRINGNAME_SIZE-1 ? in QueryComponentNameAndRoles()
251 OMX_MAX_STRINGNAME_SIZE-1 : role_len; in QueryComponentNameAndRoles()
263 copy_name_len = name_len > OMX_MAX_STRINGNAME_SIZE-1 ? in QueryComponentNameAndRoles()
[all …]
Dportbase.cpp64 memset(definition_format_mimetype, 0, OMX_MAX_STRINGNAME_SIZE); in __PortBase()
231 mimetype_len = OMX_MAX_STRINGNAME_SIZE-1 > mimetype_len ? in SetPortDefinition()
232 mimetype_len : OMX_MAX_STRINGNAME_SIZE-1; in SetPortDefinition()
248 mimetype_len = OMX_MAX_STRINGNAME_SIZE-1 > mimetype_len ? in SetPortDefinition()
249 mimetype_len : OMX_MAX_STRINGNAME_SIZE-1; in SetPortDefinition()
281 mimetype_len = OMX_MAX_STRINGNAME_SIZE-1 > mimetype_len ? in SetPortDefinition()
282 mimetype_len : OMX_MAX_STRINGNAME_SIZE-1; in SetPortDefinition()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
DExynos_OMX_Def.h41 #define MAX_OMX_COMPONENT_NAME_SIZE OMX_MAX_STRINGNAME_SIZE
42 #define MAX_OMX_COMPONENT_ROLE_SIZE OMX_MAX_STRINGNAME_SIZE
43 #define MAX_OMX_COMPONENT_LIBNAME_SIZE OMX_MAX_STRINGNAME_SIZE * 2
44 #define MAX_OMX_MIMETYPE_SIZE OMX_MAX_STRINGNAME_SIZE
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp123 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE); in component_init()
127 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
129 OMX_MAX_STRINGNAME_SIZE); in component_init()
132 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
133 strlcpy((char *)m_cRole, "video_encoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_init()
136 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
137 strlcpy((char *)m_cRole, "video_encoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_init()
140 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
141 strlcpy((char *)m_cRole, "video_encoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_init()
147 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp108 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE); in component_init()
111 OMX_MAX_STRINGNAME_SIZE)) in component_init()
114 OMX_MAX_STRINGNAME_SIZE); in component_init()
118 OMX_MAX_STRINGNAME_SIZE)) in component_init()
120 strlcpy((char *)m_cRole, "video_encoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_init()
124 OMX_MAX_STRINGNAME_SIZE)) in component_init()
126 strlcpy((char *)m_cRole, "video_encoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_init()
130 OMX_MAX_STRINGNAME_SIZE)) in component_init()
132 strlcpy((char *)m_cRole, "video_encoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_init()
784 OMX_MAX_STRINGNAME_SIZE)) in set_parameter()
[all …]
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcmodule.h87 char cname[OMX_MAX_STRINGNAME_SIZE];
94 char lname[OMX_MAX_STRINGNAME_SIZE];
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp88 char tmpComponentName[OMX_MAX_STRINGNAME_SIZE] = { 0 }; in OMX_Init()
90 …rorNone == ((*(g_cores[i].mComponentNameEnum))(tmpComponentName, OMX_MAX_STRINGNAME_SIZE, tmpIndex… in OMX_Init()
295 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in OMX_GetRolesOfComponent()
305 roles[i+1] = roles[i] + OMX_MAX_STRINGNAME_SIZE; in OMX_GetRolesOfComponent()
308 (const OMX_STRING)&array[i][0], OMX_MAX_STRINGNAME_SIZE); in OMX_GetRolesOfComponent()
/hardware/intel/common/wrs_omxil_core/core/src/
Dwrs_omxcore.cpp46 char library_name[OMX_MAX_STRINGNAME_SIZE]; in construct_components()
68 library_name[OMX_MAX_STRINGNAME_SIZE-1] = '\0'; in construct_components()
268 char cname[OMX_MAX_STRINGNAME_SIZE]; in OMX_FreeHandle()
331 OMX_MAX_STRINGNAME_SIZE); in OMX_GetComponentsOfRole()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp1294 OMX_MAX_STRINGNAME_SIZE) && in is_video_session_supported()
1326 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers()
1330 else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers()
1332 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers()
1336 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers()
1337 !strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.mvc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers()
1341 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers()
1345 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.wmv", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers()
1349 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vp8", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers()
1359 if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vp8", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers()
[all …]
Domx_vdec_hevc.cpp1285 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1287 OMX_MAX_STRINGNAME_SIZE); in component_init()
1299 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1301 OMX_MAX_STRINGNAME_SIZE); in component_init()
1312 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1313 strlcpy((char *)m_cRole, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_init()
1324 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1325 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init()
1339 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1340 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init()
[all …]
Domx_vdec.cpp1166 if (!strncmp(role, "OMX.qcom.video.decoder.avc.secure",OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1172 } else if (!strncmp(role, "OMX.qcom.video.decoder.mpeg2.secure",OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1242 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1244 OMX_MAX_STRINGNAME_SIZE); in component_init()
1255 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1257 OMX_MAX_STRINGNAME_SIZE); in component_init()
1267 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1268 strlcpy((char *)m_cRole, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_init()
1281 OMX_MAX_STRINGNAME_SIZE)) { in component_init()
1282 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init()
[all …]
/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.cpp88 char tmpComponentName[OMX_MAX_STRINGNAME_SIZE] = { 0 }; in AddCore()
90 …MX_ErrorNone == ((*(core->mComponentNameEnum))(tmpComponentName, OMX_MAX_STRINGNAME_SIZE, tmpIndex… in AddCore()
200 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp1199 if(!strncmp(role, "OMX.qcom.video.decoder.avc.smoothstreaming",OMX_MAX_STRINGNAME_SIZE)){ in component_init()
1204 if(!strncmp(role, "OMX.qcom.video.decoder.avc.smoothstreaming.secure",OMX_MAX_STRINGNAME_SIZE)){ in component_init()
1210 if(!strncmp(role, "OMX.qcom.video.decoder.avc.secure",OMX_MAX_STRINGNAME_SIZE)){ in component_init()
1258 OMX_MAX_STRINGNAME_SIZE)) in component_init()
1261 OMX_MAX_STRINGNAME_SIZE); in component_init()
1273 OMX_MAX_STRINGNAME_SIZE)) in component_init()
1276 OMX_MAX_STRINGNAME_SIZE); in component_init()
1287 OMX_MAX_STRINGNAME_SIZE)) in component_init()
1289 strlcpy((char *)m_cRole, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_init()
1301 OMX_MAX_STRINGNAME_SIZE)) in component_init()
[all …]
Domx_vdec_copper.cpp1229 OMX_MAX_STRINGNAME_SIZE)) in component_init()
1232 OMX_MAX_STRINGNAME_SIZE); in component_init()
1244 OMX_MAX_STRINGNAME_SIZE)) in component_init()
1247 OMX_MAX_STRINGNAME_SIZE); in component_init()
1258 OMX_MAX_STRINGNAME_SIZE)) in component_init()
1260 strlcpy((char *)m_cRole, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_init()
1271 OMX_MAX_STRINGNAME_SIZE)) in component_init()
1273 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init()
1283 OMX_MAX_STRINGNAME_SIZE)) in component_init()
1285 strlcpy((char *)m_cRole, "video_decoder.divx",OMX_MAX_STRINGNAME_SIZE); in component_init()
[all …]
/hardware/qcom/media/mm-core/src/common/
Dqc_omx_core.c691 strlcpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE); in OMX_GetComponentsOfRole()
693 strncpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE); in OMX_GetComponentsOfRole()
779 strlcpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE); in OMX_GetRolesOfComponent()
781 strncpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE); in OMX_GetRolesOfComponent()
/hardware/qcom/media/mm-core/omxcore/src/common/
Dqc_omx_core.c706 strlcpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE); in OMX_GetComponentsOfRole()
708 strncpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE); in OMX_GetComponentsOfRole()
794 strlcpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE); in OMX_GetRolesOfComponent()
796 strncpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE); in OMX_GetRolesOfComponent()
/hardware/samsung_slsi/exynos5/libstagefrighthw/
DExynos_OMX_Plugin.cpp121 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
/hardware/ti/omap4xxx/libstagefrighthw/
DTIOMXPlugin.cpp128 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
/hardware/qcom/media/libstagefrighthw/
DQComOMXPlugin.cpp119 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
/hardware/ti/omap3/libstagefrighthw/
DTIOMXPlugin.cpp119 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
/hardware/ti/omap4-aah/libstagefrighthw/
DTIOMXPlugin.cpp128 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_Core.h281 #define OMX_MAX_STRINGNAME_SIZE 128 macro
287 …OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component ro…
/hardware/qcom/media/mm-core/inc/
DOMX_Core.h281 #define OMX_MAX_STRINGNAME_SIZE 128 macro
287 …OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component ro…
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Core.h281 #define OMX_MAX_STRINGNAME_SIZE 128 macro
287 …OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component ro…
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Core.h281 #define OMX_MAX_STRINGNAME_SIZE 128 macro
287 …OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component ro…

123