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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 214 OMX_AUDIO_PARAM_PORTFORMATTYPE *pInPortFormat = NULL;
404 OMX_G729MALLOC_STRUCT(pComponentPrivate->pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
405 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
407 pInPortFormat = pComponentPrivate->pInPortFormat;
408 OMX_G729CONF_INIT_STRUCT(pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
409 pInPortFormat->nPortIndex = G729DEC_INPUT_PORT;
410 pInPortFormat->nIndex = OMX_IndexParamAudioG729;
411 pInPortFormat->eEncoding = OMX_AUDIO_CodingG729;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 197 OMX_AUDIO_PARAM_PORTFORMATTYPE *pInPortFormat = NULL;
302 OMX_G722MALLOC_STRUCT(pComponentPrivate->pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
303 OMX_G722CONF_INIT_STRUCT(pComponentPrivate->pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
305 pInPortFormat = pComponentPrivate->pInPortFormat;
306 OMX_G722CONF_INIT_STRUCT(pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
307 pInPortFormat->nPortIndex = G722ENC_INPUT_PORT;
308 pInPortFormat->nIndex = OMX_IndexParamAudioPcm;
309 pInPortFormat->eEncoding = OMX_AUDIO_CodingADPCM;
    [all...]
OMX_G722Enc_Utils.c 743 if (pComponentPrivate->pInPortFormat) {
744 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->pInPortFormat);
745 free (pComponentPrivate->pInPortFormat);
746 pComponentPrivate->pInPortFormat = NULL;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 357 OMX_MALLOC_STRUCT(pComponentPrivate->pInPortFormat, OMX_VIDEO_PARAM_PORTFORMATTYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
    [all...]
OMX_VideoDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 439 OMX_AUDIO_PARAM_PORTFORMATTYPE* pInPortFormat;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 381 OMX_AUDIO_PARAM_PORTFORMATTYPE* pInPortFormat;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 187 OMX_AUDIO_PARAM_PORTFORMATTYPE *pInPortFormat = NULL;
315 pInPortFormat = pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat;
316 OMX_G711ENC_INIT_STRUCT(pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
318 pInPortFormat->nPortIndex = G711ENC_INPUT_PORT;
319 pInPortFormat->nIndex = OMX_IndexParamAudioPcm;
320 pInPortFormat->eEncoding = OMX_AUDIO_CodingPCM;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 201 OMX_AUDIO_PARAM_PORTFORMATTYPE *pInPortFormat = NULL;
328 pInPortFormat = pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat;
329 OMX_G729CONF_INIT_STRUCT(pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
330 pInPortFormat->nPortIndex = G729ENC_INPUT_PORT;
331 pInPortFormat->nIndex = OMX_IndexParamAudioPcm;
332 pInPortFormat->eEncoding = OMX_AUDIO_CodingPCM;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 525 if (nPortIndex == pMyData->pInPortFormat->nPortIndex) {
551 if ((nPortIndex == pMyData->pInPortFormat->nPortIndex) ||
737 OMX_MALLOC(pComponentPrivate->pInPortFormat, sizeof(OMX_VIDEO_PARAM_PORTFORMATTYPE));
    [all...]
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 372 OMX_VIDEO_PARAM_PORTFORMATTYPE *pInPortFormat;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 850 * pInPortFormat : Add desc here...
856 OMX_VIDEO_PARAM_PORTFORMATTYPE* pInPortFormat;
    [all...]

Completed in 999 milliseconds