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

1 2 3

  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp 75 int ExynosJpegEncoder::getInBuf(int *piBuf, int *piInputSize, int iSize)
77 return getBuf(t_bFlagCreateInBuf, &t_stJpegInbuf, piBuf, piInputSize, iSize, t_iPlaneNum);
86 int ExynosJpegEncoder::setInBuf(int *piBuf, int *iSize)
89 iRet = setBuf(&t_stJpegInbuf, piBuf, iSize, t_iPlaneNum);
98 int ExynosJpegEncoder::setOutBuf(int iBuf, int iSize)
101 iRet = setBuf(&t_stJpegOutbuf, &iBuf, &iSize, NUM_JPEG_ENC_OUT_PLANES);
141 int ExynosJpegEncoder::setColorBufSize(int *piBufSize, int iSize)
143 return ExynosJpegBase::setColorBufSize(MODE_ENCODE, piBufSize, iSize);
177 int iSize = -1;
179 iSize = t_stJpegConfig.sizeJpeg
    [all...]
ExynosJpegBase.cpp 493 int ExynosJpegBase::getBuf(bool bCreateBuf, struct BUFFER *pstBuf, int *piBuf, int *iBufSize, int iSize, int iPlaneNum)
503 if ((piBuf == NULL) || (iSize == 0)) {
507 if (iSize < iPlaneNum) {
522 int ExynosJpegBase::setBuf(struct BUFFER *pstBuf, int *piBuf, int *iSize, int iPlaneNum)
537 if (iSize[i] <= 0) {
542 pstBuf->size[i] = iSize[i];
645 int ExynosJpegBase::setColorBufSize(enum MODE eMode, int *piBufSize, int iSize)
661 return setColorBufSize(iFormat, piBufSize, iSize, t_stJpegConfig.width, t_stJpegConfig.height);
664 int ExynosJpegBase::setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height)
668 if(iSize>3)
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.h 33 FX_INT32 iSize = FXSYS_strlen(pFamily);
34 m_pFamily = FX_Alloc(FX_CHAR, iSize + 1);
35 FXSYS_memcpy32(m_pFamily, pFamily, iSize * sizeof(FX_CHAR));
36 m_pFamily[iSize] = 0;
63 FX_INT32 iSize = FXSYS_strlen(pPath);
64 m_pPath = FX_Alloc(FX_CHAR, iSize + 1);
65 FXSYS_memcpy32(m_pPath, pPath, iSize * sizeof(FX_CHAR));
66 m_pPath[iSize] = 0;
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 145 int setColorBufSize(enum MODE eMode, int *piBufSize, int iSize);
146 int setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height);
147 int getBuf(bool bCreateBuf, struct BUFFER *pstBuf, int *piBuf, int *iBufSize, int iSize, int iPlaneNum);
148 int setBuf(struct BUFFER *pstBuf, int *piBuf, int *iSize, int iPlaneNum);
175 int getInBuf(int *piBuf, int *piInputSize, int iSize);
178 int setInBuf(int *piBuf, int *iSize);
179 int setOutBuf(int iBuf, int iSize);
185 int setColorBufSize(int *piBufSize, int iSize);
210 int getOutBuf(int *picBuf, int *piOutputSize, int iSize);
212 int setInBuf(int iBuf, int iSize);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
journal.c 39 int iSize; /* Amount of zBuf[] currently used */
58 if( p->iSize>0 ){
59 assert(p->iSize<=p->nBuf);
60 rc = sqlite3OsWrite(p->pReal, p->zBuf, p->iSize, 0);
92 }else if( (iAmt+iOfst)>p->iSize ){
119 if( p->iSize<(iOfst+iAmt) ){
120 p->iSize = (iOfst+iAmt);
135 }else if( size<p->iSize ){
136 p->iSize = size;
164 *pSize = (sqlite_int64) p->iSize;
    [all...]
bitvec.c 76 ** with values between 1 and iSize, inclusive.
79 ** If iSize<=BITVEC_NBIT, then Bitvec.u.aBitmap[] is a straight
82 ** If iSize>BITVEC_NBIT and iDivisor==0 then Bitvec.u.aHash[] is
94 u32 iSize; /* Maximum bit index. Max iSize is 4,294,967,296. */
110 ** Create a new bitmap object able to handle bits between 0 and iSize,
114 Bitvec *sqlite3BitvecCreate(u32 iSize){
119 p->iSize = iSize;
131 if( i>p->iSize || i==0 ) return 0
    [all...]
mem2.c 56 i64 iSize; /* Size of this allocation */
129 static void adjustStats(int iSize, int increment){
130 int i = ROUND8(iSize)/8;
161 nReserve = ROUND8(p->iSize);
169 while( nReserve-- > p->iSize ) assert( pU8[nReserve]==0x65 );
182 return pHdr->iSize;
286 pHdr->iSize = nByte;
327 adjustStats(pHdr->iSize, -1);
329 pHdr->iSize + sizeof(int) + pHdr->nTitle);
351 memcpy(pNew, pPrior, nByte<pOldHdr->iSize ? nByte : pOldHdr->iSize)
    [all...]
test6.c 136 int iSize; /* Size of file in bytes */
262 i64 iSize;
263 sqlite3OsFileSize(pRealFile, &iSize);
264 if( iSize==pWrite->iOffset ){
414 if( pCrash->iSize<(iOfst+iAmt) ){
432 if( iAmt+iOfst>pCrash->iSize ){
433 pCrash->iSize = iAmt+iOfst;
435 while( pCrash->iSize>pCrash->nData ){
456 if( pCrash->iSize>size ){
457 pCrash->iSize = size
    [all...]
test_quota.c 72 sqlite3_int64 iSize; /* Current size of all files */
76 sqlite3_int64 iSize, /* Total size of all files in the group */
96 sqlite3_int64 iSize; /* Current size of this file */
370 pGroup->iSize -= pFile->iSize;
410 if( pFile->iSize<iEnd ){
413 szNew = pGroup->iSize - pFile->iSize + iEnd;
424 pGroup->iSize = szNew;
425 pFile->iSize = iEnd
    [all...]
backup.c 294 ** If pFile is currently larger than iSize bytes, then truncate it to
295 ** exactly iSize bytes. If pFile is not larger than iSize bytes, then
301 static int backupTruncateFile(sqlite3_file *pFile, i64 iSize){
304 if( rc==SQLITE_OK && iCurrent>iSize ){
305 rc = sqlite3OsTruncate(pFile, iSize);
457 const i64 iSize = (i64)pgszSrc * (i64)nSrcPage;
463 assert( (i64)nDestTruncate*(i64)pgszDest >= iSize || (
465 && iSize>=PENDING_BYTE && iSize<=PENDING_BYTE+pgszDes
    [all...]
pcache1.c 257 int iSize;
260 iSize = sqlite3MallocSize(p);
262 sqlite3StatusAdd(SQLITE_STATUS_PAGECACHE_OVERFLOW, -iSize);
276 int iSize;
279 iSize = sqlite3MallocSize(p);
281 return iSize;
  /external/chromium_org/third_party/npapi/npspy/common/
utils.cpp 100 DWORD XP_WriteFile(XP_HFILE hFile, const void * pBuf, int iSize)
104 WriteFile((HANDLE)hFile, pBuf, iSize, &dwRet, NULL);
107 return (DWORD)fwrite(pBuf, iSize, 1, hFile);
format.cpp 365 static void makeAbbreviatedString(char * szBuf, int iSize, DWORD dwArg, int iLength, int iWrap)
375 int iRealWrap = (iSize > iWrap) ? iWrap : (iSize - 4);
384 if(iLength >= iSize)
386 memcpy((LPVOID)&szBuf[0], (LPVOID)dwArg, iSize - 4);
387 szBuf[iSize] = '.';
388 szBuf[iSize + 1] = '.';
389 szBuf[iSize + 2] = '.';
390 szBuf[iSize + 3] = '\0';
    [all...]
  /development/ndk/sources/android/ndk_helper/
shader.cpp 82 const int32_t iSize )
84 if( source == NULL || iSize <= 0 )
88 glShaderSource( *shader, 1, &source, &iSize ); //Not specifying 3rd parameter (size) could be troublesome..
123 int32_t iSize = data.size();
124 return shader::CompileShader( shader, type, source, iSize );
shader.h 64 * in: iSize, buffer size
71 const int32_t iSize );
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 142 int iSize = params.size();
143 if (iSize < 1)
177 if (iIndex >= iSize) {
209 int iSize = params.size();
210 if (iSize < 2)
277 if (iSize > 2)
469 int iSize = params.size();
470 if (iSize<2)
489 int iSize = cSource.size();
490 for(int iIndex = 0; iIndex < (int)cFormat.size() && itSource<iSize; iIndex++)
    [all...]
  /hardware/intel/common/libva/va/x11/
va_fglrx.c 39 int iSize;
66 static void *ADL_Main_Memory_Alloc(int iSize)
68 return malloc(iSize);
195 lpAdapterInfo[i].iSize = sizeof(lpAdapterInfo[i]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kcom.h 207 size_t iSize,
210 PVOID result = ExAllocatePoolWithTag(poolType,iSize,'wNCK');
212 RtlZeroMemory(result,iSize);
218 size_t iSize,
222 PVOID result = ExAllocatePoolWithTag(poolType,iSize,tag);
224 RtlZeroMemory(result,iSize);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c 194 GLint iSize = (GLint) (size + 0.5F);
199 iSize = MAX2(1, iSize);
200 iRadius = iSize / 2;
202 if (iSize & 1) {
213 xmax = xmin + iSize - 1;
215 ymax = ymin + iSize - 1;
410 GLint iSize = (GLint) (size + 0.5F);
414 iSize = MAX2(1, iSize);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 194 GLint iSize = (GLint) (size + 0.5F);
199 iSize = MAX2(1, iSize);
200 iRadius = iSize / 2;
202 if (iSize & 1) {
213 xmax = xmin + iSize - 1;
215 ymax = ymin + iSize - 1;
410 GLint iSize = (GLint) (size + 0.5F);
414 iSize = MAX2(1, iSize);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h 59 TInt iSize;
64 TVectorBuffer<C>::TVectorBuffer() : iSize(0)
129 iSize += len;
157 iSize -= node->Size();
170 return iSize;
  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 164 DWORD XP_WriteFile(XP_HFILE hFile, const void * pBuf, int iSize);
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 120 int iSize = sizeof(char)*m_thumbnailW*m_thumbnailH*4;
221 m_stMainInBuf.iSize[0] = size[0];
248 m_stMainOutBuf.iSize[0] = size;
277 int iOutputSize = m_stMainOutBuf.iSize[0];
847 if (m_jpegThumb->setColorBufSize(m_stThumbInBuf.iSize, MAX_IMAGE_PLANE_NUM) != ERROR_NONE) {
850 m_stThumbOutBuf.iSize[0] = sizeof(char)*m_thumbnailW*m_thumbnailH*THUMBNAIL_IMAGE_PIXEL_SIZE;
861 ret = m_jpegThumb->setInBuf(m_stThumbInBuf.ionBuffer, m_stThumbInBuf.iSize);
867 ret = m_jpegThumb->setOutBuf(m_stThumbOutBuf.ionBuffer[0], m_stThumbOutBuf.iSize[0]);
975 if (pstMem->iSize[i] == 0) {
980 pstMem->iSize[i], 0, ION_HEAP_SYSTEM_MASK, 0)
    [all...]
ExynosJpegEncoderForCamera.h 135 int iSize[MAX_IMAGE_PLANE_NUM];
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]

Completed in 1139 milliseconds

1 2 3