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

/frameworks/base/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp162 if (strncmp((const char *)roleParams->cRole,
168 if (strncmp((const char *)roleParams->cRole,
/frameworks/base/media/libstagefright/omx/
H A DOMXComponentBase.cpp160 OMX_OUT OMX_U8 *cRole,
162 return getBase(hComponent)->enumerateRoles(cRole, nIndex);
158 ComponentRoleEnumWrapper( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp211 if (strncmp((const char *)roleParams->cRole,
217 if (strncmp((const char *)roleParams->cRole,
/frameworks/base/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp159 if (strncmp((const char *)roleParams->cRole,
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp251 if (strncmp((const char *)roleParams->cRole,
257 if (strncmp((const char *)roleParams->cRole,
/frameworks/base/include/media/stagefright/openmax/
H A DOMX_Component.h586 OMX_OUT OMX_U8 *cRole,
H A DOMX_Core.h304 OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component role */ member in struct:OMX_PARAM_COMPONENTROLETYPE
/frameworks/base/media/libstagefright/codecs/aacdec/
H A DSoftAAC.cpp200 if (strncmp((const char *)roleParams->cRole,
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp192 if (strncmp((const char *)roleParams->cRole,
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp198 if (strncmp((const char *)roleParams->cRole,
/frameworks/base/media/libstagefright/omx/tests/
H A DOMXHarness.cpp216 strncpy((char *)params.cRole, role, OMX_MAX_STRINGNAME_SIZE - 1);
217 params.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp236 if (strncmp((const char *)roleParams->cRole,
/frameworks/base/media/libstagefright/
H A DACodec.cpp727 strncpy((char *)roleParams.cRole,
730 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
H A DOMXCodec.cpp1572 strncpy((char *)roleParams.cRole,
1575 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';

Completed in 235 milliseconds