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

  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 144 * @def NUM_WMADEC_OUTPUT_BUFFERS Default number of output buffers
148 #define NUM_WMADEC_OUTPUT_BUFFERS 4
150 #define NUM_WMADEC_OUTPUT_BUFFERS 4
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 431 pPortDef_op->nBufferCountActual = NUM_WMADEC_OUTPUT_BUFFERS;
432 pPortDef_op->nBufferCountMin = NUM_WMADEC_OUTPUT_BUFFERS;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 73 #define NUM_WMADEC_OUTPUT_BUFFERS 1
920 pCompPrivateStruct->nBufferCountActual = NUM_WMADEC_OUTPUT_BUFFERS;
    [all...]

Completed in 981 milliseconds