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

  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 666 int pBufSize[3];
676 pBufSize[0] = width*height*2;
677 pBufSize[1] = 0;
678 pBufSize[2] = 0;
682 pBufSize[0] = width*height*4;
683 pBufSize[1] = 0;
684 pBufSize[2] = 0;
687 pBufSize[0] = (width*height*3)/2;
688 pBufSize[1] = 0;
689 pBufSize[2] = 0
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 363 ULONG *pBufSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 363 ULONG *pBufSize;
  /external/aac/libSYS/include/
FDK_audio.h 583 UINT *pBufSize; /*!< Pointer to an array containing the number of elements that can

Completed in 170 milliseconds