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

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 497 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 360 pComponentPrivate->sOutPortFormat.nPortIndex = WBAMR_DEC_OUTPUT_PORT;
361 pComponentPrivate->sOutPortFormat.nIndex = OMX_IndexParamAudioPcm;
362 pComponentPrivate->sOutPortFormat.eEncoding = OMX_AUDIO_CodingPCM;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 393 pComponentPrivate->sOutPortFormat.nPortIndex = G711DEC_OUTPUT_PORT;
394 pComponentPrivate->sOutPortFormat.nIndex = OMX_IndexParamAudioPcm;
395 pComponentPrivate->sOutPortFormat.eEncoding = OMX_AUDIO_CodingPCM;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 542 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
OMX_G711Decoder.h 468 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 388 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 403 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 579 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 347 pComponentPrivate->sOutPortFormat.eEncoding = OMX_AUDIO_CodingPCM; /*chrisk*/
348 pComponentPrivate->sOutPortFormat.nIndex = 1;
349 pComponentPrivate->sOutPortFormat.nPortIndex = OUTPUT_PORT;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 388 pComponentPrivate->sOutPortFormat.nPortIndex = NBAMRDEC_OUTPUT_PORT;
389 pComponentPrivate->sOutPortFormat.nIndex = OMX_IndexParamAudioPcm;
390 pComponentPrivate->sOutPortFormat.eEncoding = OMX_AUDIO_CodingPCM;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 699 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 351 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 550 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 627 OMX_AUDIO_PARAM_PORTFORMATTYPE sOutPortFormat;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 338 pComponentPrivate->sOutPortFormat.eEncoding = OMX_AUDIO_CodingAAC;
339 pComponentPrivate->sOutPortFormat.nIndex = 0;/*OMX_IndexParamAudioAac;*/
340 pComponentPrivate->sOutPortFormat.nPortIndex = OUTPUT_PORT;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 348 pComponentPrivate->sOutPortFormat.eEncoding = OMX_AUDIO_CodingPCM;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 356 pComponentPrivate->sOutPortFormat.eEncoding = OMX_AUDIO_CodingPCM;
    [all...]

Completed in 529 milliseconds