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

  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 169 unsigned int uBufsize;
  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 332 UINT uBufsize; /* Buffer size (DSP words) */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h 326 UINT uBufsize; /* Buffer size (DSP words) */
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 202 strmAttr->uBufsize = pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nBufferSize;/*Changed for DASF AAC*/
203 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d::strmAttr->uBufsize:%d\n",__LINE__,strmAttr->uBufsize);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 205 strmAttr->uBufsize = MP3D_OUTPUT_BUFFER_SIZE;
207 OMX_PRBUFFER2(pComponentPrivate->dbg, "::strmAttr->uBufsize:%d\n",strmAttr->uBufsize);
    [all...]