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

/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp160 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
164 if (strncmp((const char *)roleParams->cRole,
170 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/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.cpp157 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
160 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp247 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
251 if (strncmp((const char *)roleParams->cRole,
257 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp234 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
237 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.cpp195 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
198 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.cpp215 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
218 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp189 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
192 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp195 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
198 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp496 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
499 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp233 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
236 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp605 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
608 if (strncmp((const char *)roleParams->cRole,
/frameworks/av/media/libstagefright/
H A DACodec.cpp827 OMX_PARAM_COMPONENTROLETYPE roleParams; local
828 InitOMXParams(&roleParams);
830 strncpy((char *)roleParams.cRole,
833 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
837 &roleParams, sizeof(roleParams));
H A DOMXCodec.cpp1414 OMX_PARAM_COMPONENTROLETYPE roleParams; local
1415 InitOMXParams(&roleParams);
1417 strncpy((char *)roleParams.cRole,
1420 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
1424 &roleParams, sizeof(roleParams));

Completed in 6163 milliseconds