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

/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp167 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
171 if (strncmp((const char *)roleParams->cRole,
177 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.cpp158 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
161 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.cpp185 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
188 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.cpp309 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
312 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp480 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
483 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/codecs/avc/enc/
H A DSoftAVCEncoder.cpp593 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
596 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1524 OMX_PARAM_COMPONENTROLETYPE roleParams; local
1525 InitOMXParams(&roleParams);
1527 strncpy((char *)roleParams.cRole,
1530 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
1534 &roleParams, sizeof(roleParams));
H A DACodec.cpp1130 OMX_PARAM_COMPONENTROLETYPE roleParams; local
1131 InitOMXParams(&roleParams);
1133 strncpy((char *)roleParams.cRole,
1136 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
1140 &roleParams, sizeof(roleParams));

Completed in 1774 milliseconds