Searched refs:cname (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp171 OMX_STRING cname; local
182 cname = cmodule->GetComponentName();
184 strncpy(cComponentName, cname, nNameLength);
186 LOGV("%s(): found %u th component %s", __FUNCTION__, nIndex, cname);
204 OMX_STRING cname; local
208 cname = cmodule->GetComponentName();
209 if (!strcmp(cComponentName, cname)) {
265 char cname[OMX_MAX_STRINGNAME_SIZE]; local
277 strcpy(&cname[0], cbase->GetName());
302 LOGI("free handle of component %s successfully", cname);
318 OMX_STRING cname; local
358 OMX_STRING cname; local
[all...]
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcmodule.cpp42 memset(cname, 0, OMX_MAX_STRINGNAME_SIZE);
128 return cname;
200 cbase->SetName(cname);
265 strncpy(&cname[0], name, copy_name_len);
266 cname[copy_name_len] = '\0';
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcmodule.h87 char cname[OMX_MAX_STRINGNAME_SIZE]; member in class:CModule

Completed in 223 milliseconds