HomeSort by relevance Sort by last modified time
    Searched refs:strmAttr (Results 26 - 49 of 49) sorted by null

12

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 760 LCML_STRMATTR *strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 795 LCML_STRMATTR *strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 665 LCML_STRMATTR *strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 822 LCML_STRMATTR *strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 166 OMX_MALLOC_GENERIC(pComponentPrivate->strmAttr, LCML_STRMATTR);
167 pComponentPrivate->strmAttr->uSegid = NBAMRENC_DEFAULT_SEGMENT;
168 pComponentPrivate->strmAttr->uAlignment = 0;
169 pComponentPrivate->strmAttr->uTimeout = NBAMRENC_SN_TIMEOUT;
170 pComponentPrivate->strmAttr->uBufsize = NBAMRENC_INPUT_BUFFER_SIZE_DASF;
171 pComponentPrivate->strmAttr->uNumBufs = NBAMRENC_NUM_INPUT_BUFFERS_DASF;
172 pComponentPrivate->strmAttr->lMode = STRMMODE_PROCCOPY;
191 plcml_Init->DeviceInfo.DspStream = pComponentPrivate->strmAttr;
506 OMX_MEMFREE_STRUCT(pComponentPrivate->strmAttr);
    [all...]
OMX_AmrEncoder.c 433 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 668 LCML_STRMATTR *strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 169 OMX_MALLOC_GENERIC(pComponentPrivate->strmAttr, LCML_STRMATTR);
170 pComponentPrivate->strmAttr->uSegid = WBAMRENC_DEFAULT_SEGMENT;
171 pComponentPrivate->strmAttr->uAlignment = 0;
172 pComponentPrivate->strmAttr->uTimeout = WBAMRENC_SN_TIMEOUT;
173 pComponentPrivate->strmAttr->uBufsize = WBAMRENC_INPUT_BUFFER_SIZE_DASF;
174 pComponentPrivate->strmAttr->uNumBufs = WBAMRENC_NUM_INPUT_BUFFERS_DASF;
175 pComponentPrivate->strmAttr->lMode = STRMMODE_PROCCOPY;
189 plcml_Init->DeviceInfo.DspStream = pComponentPrivate->strmAttr;
529 OMX_MEMFREE_STRUCT(pComponentPrivate->strmAttr);
    [all...]
OMX_WbAmrEncoder.c 427 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 710 LCML_STRMATTR *strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 297 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 347 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 288 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 425 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 290 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 338 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 306 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 363 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 331 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 315 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 303 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 309 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 312 pComponentPrivate->strmAttr = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 333 pComponentPrivate->strmAttr = NULL;
    [all...]

Completed in 880 milliseconds

12