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

/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp171 if (strncmp((const char *)roleParams->cRole,
177 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp211 if (strncmp((const char *)roleParams->cRole,
217 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp161 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp137 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp191 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp179 if (strncmp((const char *)roleParams->cRole,
/frameworks/native/include/media/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/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp232 if (strncmp((const char *)roleParams->cRole,
H A DSoftAACEncoder2.cpp236 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp229 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp224 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp188 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp200 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp325 if (strncmp((const char *)roleParams->cRole,
H A DSoftVideoEncoderOMXComponent.cpp219 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp212 strncpy((char *)params.cRole, role, OMX_MAX_STRINGNAME_SIZE - 1);
213 params.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp287 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1529 strncpy((char *)roleParams.cRole,
1532 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
H A DACodec.cpp1148 strncpy((char *)roleParams.cRole,
1151 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';

Completed in 1704 milliseconds