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

  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 178 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
181 if (!isValidOMXParam(roleParams)) {
186 if (strncmp((const char *)roleParams->cRole,
192 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 169 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
172 if (!isValidOMXParam(roleParams)) {
176 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 140 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
143 if (!isValidOMXParam(roleParams)) {
147 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 200 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
203 if (!isValidOMXParam(roleParams)) {
207 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 195 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
198 if (!isValidOMXParam(roleParams)) {
202 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 215 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
218 if (!isValidOMXParam(roleParams)) {
223 if (strncmp((const char *)roleParams->cRole,
229 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 241 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
244 if (!isValidOMXParam(roleParams)) {
248 if (strncmp((const char *)roleParams->cRole,
SoftAACEncoder2.cpp 278 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
281 if (!isValidOMXParam(roleParams)) {
285 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 238 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
241 if (!isValidOMXParam(roleParams)) {
245 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 234 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
237 if (!isValidOMXParam(roleParams)) {
241 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 199 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
202 if (!isValidOMXParam(roleParams)) {
206 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 206 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
209 if (!isValidOMXParam(roleParams)) {
213 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 404 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
407 if (!isValidOMXParam(roleParams)) {
411 if (strncmp((const char *)roleParams->cRole,
SoftVideoEncoderOMXComponent.cpp 221 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
224 if (!isValidOMXParam(roleParams)) {
228 if (strncmp((const char *)roleParams->cRole,
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 328 const OMX_PARAM_COMPONENTROLETYPE *roleParams =
331 if (!isValidOMXParam(roleParams)) {
335 if (strncmp((const char *)roleParams->cRole,
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 360 milliseconds