Searched refs:roleParams (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp170 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
174 if (strncmp((const char *)roleParams->cRole,
180 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp207 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
211 if (strncmp((const char *)roleParams->cRole,
217 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp161 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
164 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp134 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
137 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp188 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
191 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp176 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
179 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp229 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
232 if (strncmp((const char *)roleParams->cRole,
H A DSoftAACEncoder2.cpp233 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
236 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp226 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
229 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp221 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
224 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp191 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
194 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp197 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
200 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp322 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
325 if (strncmp((const char *)roleParams->cRole,
H A DSoftVideoEncoderOMXComponent.cpp218 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
221 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp284 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
287 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1534 OMX_PARAM_COMPONENTROLETYPE roleParams; local
1535 InitOMXParams(&roleParams);
1537 strncpy((char *)roleParams.cRole,
1540 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
1544 &roleParams, sizeof(roleParams));
H A DACodec.cpp1598 OMX_PARAM_COMPONENTROLETYPE roleParams; local
1599 InitOMXParams(&roleParams);
1601 strncpy((char *)roleParams.cRole,
1604 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
1608 &roleParams, sizeof(roleParams));

Completed in 339 milliseconds