HomeSort by relevance Sort by last modified time
    Searched refs:roleParams (Results 1 - 19 of 19) sorted by null

  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 160 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
164 if (strncmp((const char *)roleParams->cRole,
170 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 207 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
211 if (strncmp((const char *)roleParams->cRole,
217 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 158 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
161 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 134 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
137 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 188 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
191 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 157 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
160 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 247 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
251 if (strncmp((const char *)roleParams->cRole,
257 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 237 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
240 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 229 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
232 if (strncmp((const char *)roleParams->cRole,
SoftAACEncoder2.cpp 195 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
198 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 226 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
229 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 215 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
218 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 189 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
192 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 195 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
198 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 496 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
499 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 233 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
236 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 605 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
608 if (strncmp((const char *)roleParams->cRole,
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 863 OMX_PARAM_COMPONENTROLETYPE roleParams;
864 InitOMXParams(&roleParams);
866 strncpy((char *)roleParams.cRole,
869 roleParams.cRole[OMX_MAX_STRINGNAME_SIZE - 1] = '\0';
873 &roleParams, sizeof(roleParams));
    [all...]
OMXCodec.cpp     [all...]

Completed in 415 milliseconds