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

/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp164 if (strncmp((const char *)roleParams->cRole,
170 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/m4v_h263/dec/
H A DSoftMPEG4.cpp251 if (strncmp((const char *)roleParams->cRole,
257 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.cpp160 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/aacdec/
H A DSoftAAC2.cpp240 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp232 if (strncmp((const char *)roleParams->cRole,
H A DSoftAACEncoder2.cpp198 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.cpp218 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp192 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp198 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp210 strncpy((char *)params.cRole, role, OMX_MAX_STRINGNAME_SIZE - 1);
211 params.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp499 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp529 const char* roleText = (const char*)role->cRole;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp236 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp608 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/
H A DACodec.cpp866 strncpy((char *)roleParams.cRole,
869 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
H A DOMXCodec.cpp1423 strncpy((char *)roleParams.cRole,
1426 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';

Completed in 480 milliseconds