Home
last modified time | relevance | path

Searched refs:cRole (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp186 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
192 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp189 strncpy((char *)roleParams.cRole, in SetComponentRole()
192 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0'; in SetComponentRole()
DSoftVideoDecoderOMXComponent.cpp412 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
DSoftVideoEncoderOMXComponent.cpp231 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp223 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
229 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp147 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/native/include/media/openmax/
DOMX_Component.h586 OMX_OUT OMX_U8 *cRole,
DOMX_Core.h304 …OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component ro… member
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp176 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp207 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp258 strncpy((char *)params.cRole, role, OMX_MAX_STRINGNAME_SIZE - 1); in setRole()
259 params.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0'; in setRole()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp202 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp245 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp241 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp213 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp206 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp247 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
DSoftAACEncoder2.cpp286 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp336 if (strncmp((const char *)roleParams->cRole, in internalSetParameter()