HomeSort by relevance Sort by last modified time
    Searched refs:nFillThisBufferCount (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 521 /** Keeps track of the number of nFillThisBufferCount() calls */
522 OMX_U32 nFillThisBufferCount;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 567 OMX_U32 nFillThisBufferCount;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 679 /** Keeps track of the number of nFillThisBufferCount() calls */
680 OMX_U32 nFillThisBufferCount;
OMX_G711Decoder.h 605 /** Keeps track of the number of nFillThisBufferCount() calls */
606 OMX_U32 nFillThisBufferCount;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 509 OMX_U32 nFillThisBufferCount;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 564 OMX_U32 nFillThisBufferCount;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 563 OMX_U32 nFillThisBufferCount;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 712 /** Keeps track of the number of nFillThisBufferCount() calls */
713 OMX_U32 nFillThisBufferCount;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 842 OMX_U32 nFillThisBufferCount;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 689 OMX_U32 nFillThisBufferCount;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 757 OMX_U32 nFillThisBufferCount;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 678 OMX_U32 nFillThisBufferCount;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 788 OMX_U32 nFillThisBufferCount;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 634 OMX_U32 nFillThisBufferCount;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 296 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 346 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 287 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 289 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 337 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 305 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 362 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 330 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c     [all...]
OMX_Mp3Decoder.c 311 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 302 pComponentPrivate->nFillThisBufferCount = 0;
    [all...]

Completed in 219 milliseconds

1 2