HomeSort by relevance Sort by last modified time
    Searched defs:inBufSize (Results 1 - 7 of 7) sorted by null

  /external/svox/pico/lib/
picowa.c 59 picoos_uint16 inBufSize; /* actually allocated size */
96 wa->inBufSize = PICOWA_MAXITEMSIZE;
402 wa->inBufSize, &blen);
picosig.c 75 picoos_uint16 inBufSize;/* actually allocated size */
124 sig_subObj->inBufSize = PICOSIG_IN_BUFF_SIZE;
775 sig_subObj->inBufSize - sig_subObj->inWritePos, &blen);
    [all...]
picocep.c 170 picoos_uint16 inBufSize; /* actually allocated size */
297 cep->inBufSize = PICODATA_BUFSIZE_CEP;
    [all...]
picopam.c 156 picoos_uint16 inBufSize; /* actually allocated size */
568 pam->inBufSize = PICOPAM_IN_BUFF_SIZE;
    [all...]
  /external/lzma/C/
MtCoder.h 57 size_t inBufSize;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 313 int inBufSize = 0;
393 inBufSize = atoi(argv[4])<<1;
507 pCompPrivateStruct->nBufferSize = inBufSize;
617 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader,0,NULL,inBufSize);
630 pInputBuffer = (OMX_U8*)malloc(inBufSize+G722ENC_CACHE_ALIGN_MALLOC);
634 error = OMX_UseBuffer(pHandle,&pInputBufferHeader,0,NULL,inBufSize,pInputBuffer);
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 117 size_t inBufSize; // input buffer size in frames
813 session->inBufSize = 0;
946 session->inBufSize = 0;
    [all...]

Completed in 172 milliseconds