Searched defs:roleParams (Results 1 - 10 of 10) sorted by relevance
/frameworks/base/media/libstagefright/codecs/mp3dec/ |
H A D | SoftMP3.cpp | 156 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local 159 if (strncmp((const char *)roleParams->cRole,
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
H A D | SoftAAC.cpp | 197 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local 200 if (strncmp((const char *)roleParams->cRole,
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/ |
H A D | SoftAMR.cpp | 207 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local 211 if (strncmp((const char *)roleParams->cRole, 217 if (strncmp((const char *)roleParams->cRole,
|
/frameworks/base/media/libstagefright/codecs/g711/dec/ |
H A D | SoftG711.cpp | 158 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local 162 if (strncmp((const char *)roleParams->cRole, 168 if (strncmp((const char *)roleParams->cRole,
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/ |
H A D | SoftMPEG4.cpp | 247 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local 251 if (strncmp((const char *)roleParams->cRole, 257 if (strncmp((const char *)roleParams->cRole,
|
/frameworks/base/media/libstagefright/codecs/on2/dec/ |
H A D | SoftVPX.cpp | 189 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local 192 if (strncmp((const char *)roleParams->cRole,
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/ |
H A D | SoftAVC.cpp | 233 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local 236 if (strncmp((const char *)roleParams->cRole,
|
/frameworks/base/media/libstagefright/codecs/vorbis/dec/ |
H A D | SoftVorbis.cpp | 195 const OMX_PARAM_COMPONENTROLETYPE *roleParams = local 198 if (strncmp((const char *)roleParams->cRole,
|
/frameworks/base/media/libstagefright/ |
H A D | ACodec.cpp | 724 OMX_PARAM_COMPONENTROLETYPE roleParams; local 725 InitOMXParams(&roleParams); 727 strncpy((char *)roleParams.cRole, 730 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0'; 734 &roleParams, sizeof(roleParams));
|
H A D | OMXCodec.cpp | 1569 OMX_PARAM_COMPONENTROLETYPE roleParams; local 1570 InitOMXParams(&roleParams); 1572 strncpy((char *)roleParams.cRole, 1575 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0'; 1579 &roleParams, sizeof(roleParams));
|
Completed in 168 milliseconds