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

12

  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 139 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
150 plcml_Init->Out_BufInfo.nBuffers = pComponentPrivate_CC->pOutputBufferList->numBuffers;
250 if (pComponentPrivate_CC->pOutputBufferList->numBuffers)
252 arr[6] = pComponentPrivate_CC->pOutputBufferList->numBuffers;
334 size_lcml = pComponentPrivate_CC->pOutputBufferList->numBuffers * sizeof(LCML_WMADEC_BUFHEADERTYPE);
346 pComponentPrivate_CC->pOutputBufferList->EosFlagSent = 0;
351 pTemp = pComponentPrivate_CC->pOutputBufferList->pBufHdr[i];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 130 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
276 if (pComponentPrivate->pOutputBufferList->numBuffers) {
277 arr[6] = (OMX_U16) pComponentPrivate->pOutputBufferList->numBuffers; /*Number of buffers for Output Stream*/
345 pTemp = pComponentPrivate->pOutputBufferList->pBufHdr[i];
    [all...]
OMX_AacEncoder.c 269 OMX_MALLOC_GENERIC(pComponentPrivate->pOutputBufferList, BUFFERLIST);
270 pComponentPrivate->pOutputBufferList->numBuffers = 0; /* initialize number of buffers */
271 OMX_PRBUFFER2(pComponentPrivate->dbg, "AACENC: pOutputBufferList %p\n ", pComponentPrivate->pOutputBufferList);
275 pComponentPrivate->pOutputBufferList->pBufHdr[i] = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 153 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
243 OMX_PRINT2(pComponentPrivate->dbg, "%s: IN %d", __FUNCTION__, pComponentPrivate->pOutputBufferList->numBuffers);
261 OMX_PRINT2(pComponentPrivate->dbg, "%s: OUT : %d", __FUNCTION__, pComponentPrivate->pOutputBufferList->numBuffers);
263 if (pComponentPrivate->pOutputBufferList->numBuffers) {
264 arr[6] = pComponentPrivate->pOutputBufferList->numBuffers;
332 pTemp = pComponentPrivate->pOutputBufferList->pBufHdr[i];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 145 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
261 if (pComponentPrivate->pOutputBufferList->numBuffers) {
262 arr[6] = pComponentPrivate->pOutputBufferList->numBuffers;
322 pTemp = pComponentPrivate->pOutputBufferList->pBufHdr[i];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 139 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
295 pTemp = pComponentPrivate->pOutputBufferList->pBufHdr[i];
449 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
495 OMX_MEMFREE_STRUCT(pComponentPrivate->pOutputBufferList);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 146 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
314 pTemp = pComponentPrivate->pOutputBufferList->pBufHdr[i];
475 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
524 OMX_MEMFREE_STRUCT(pComponentPrivate->pOutputBufferList);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 540 G722ENC_BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 501 G729DEC_BUFFERLIST *pOutputBufferList;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 560 WBAMR_DEC_BUFFERLIST *pOutputBufferList;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 659 G711DEC_BUFFERLIST *pOutputBufferList;
OMX_G711Decoder.h 585 G711DEC_BUFFERLIST *pOutputBufferList;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 495 G722D_BUFFERLIST *pOutputBufferList;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 546 G726D_BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 605 G726ENC_BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 686 NBAMRDEC_BUFFERLIST *pOutputBufferList;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 813 AACDEC_BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 471 BUFFERLIST *pOutputBufferList;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 758 G711ENC_BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 793 G729ENC_BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 663 MP3D_BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 820 NBAMRENC_BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 666 WBAMRENC_BUFFERLIST *pOutputBufferList;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 615 BUFFERLIST *pOutputBufferList;
    [all...]

Completed in 75 milliseconds

12