HomeSort by relevance Sort by last modified time
    Searched full:ibufsize (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/dart/
SDL_dart.c 88 int iBufSize;
148 iBufSize = spec->size;
194 _this->hidden->BufferParms.ulBufferSize = iBufSize; // each with this size
237 SDL_memset(_this->hidden->pMixBuffers[i].pBuffer, iSilence, iBufSize);
263 _this->hidden->iCurrBufSize = iBufSize;
  /external/openssl/crypto/comp/
c_zlib.c 431 int ibufsize; /* Buffer size */ member in struct:__anon32800
490 ctx->ibufsize = ZLIB_DEFAULT_BUFSIZE;
547 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize);
583 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
760 ctx->ibufsize = ibs;
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 147 int getBuf(bool bCreateBuf, struct BUFFER *pstBuf, int *piBuf, int *iBufSize, int iSize, int iPlaneNum);
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 493 int ExynosJpegBase::getBuf(bool bCreateBuf, struct BUFFER *pstBuf, int *piBuf, int *iBufSize, int iSize, int iPlaneNum)
516 iBufSize[i] = pstBuf->size[i];

Completed in 313 milliseconds