Searched refs:roleParams (Results 1 - 17 of 17) 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/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/omx/
H A DSoftVideoDecoderOMXComponent.cpp203 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
206 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/aacdec/
H A DSoftAAC2.cpp237 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local
240 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/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/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.cpp989 OMX_PARAM_COMPONENTROLETYPE roleParams; local
990 InitOMXParams(&roleParams);
992 strncpy((char *)roleParams.cRole,
995 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
999 &roleParams, sizeof(roleParams));
H A DOMXCodec.cpp1424 OMX_PARAM_COMPONENTROLETYPE roleParams; local
1425 InitOMXParams(&roleParams);
1427 strncpy((char *)roleParams.cRole,
1430 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
1434 &roleParams, sizeof(roleParams));

Completed in 325 milliseconds