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

  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileReader.c 443 M4OSA_Int32 iSize = 0;
454 iSize = ftell(pFileContext->file_desc); /*3- Check the file size*/
456 pFileContext->file_size = iSize;
M4OSA_FileWriter.c 438 M4OSA_Int32 iSize = 0;
M4OSA_FileCommon.c 72 M4OSA_Int32 iSize = 0;
290 iSize = ftell(pFileHandler); /* 3- Check the file size */
293 iSize = 0;
299 iSize = ftell(pFileHandler); /* 3- Check the file size */
306 pFileContext->file_size = iSize;
  /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...]
  /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;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.h 135 int iSize[MAX_IMAGE_PLANE_NUM];
ExynosJpegEncoderForCamera.cpp 115 int iSize = sizeof(char)*m_thumbnailW*m_thumbnailH*4;
203 m_stMainInBuf.iSize[0] = size[0];
230 m_stMainOutBuf.iSize[0] = size;
259 int iOutputSize = m_stMainOutBuf.iSize[0];
824 if (m_jpegThumb->setColorBufSize(m_stThumbInBuf.iSize, MAX_IMAGE_PLANE_NUM) != ERROR_NONE) {
827 m_stThumbOutBuf.iSize[0] = sizeof(char)*m_thumbnailW*m_thumbnailH*THUMBNAIL_IMAGE_PIXEL_SIZE;
838 ret = m_jpegThumb->setInBuf(m_stThumbInBuf.ionBuffer, m_stThumbInBuf.iSize);
844 ret = m_jpegThumb->setOutBuf(m_stThumbOutBuf.ionBuffer[0], m_stThumbOutBuf.iSize[0]);
956 if (pstMem->iSize[i] == 0) {
961 pstMem->iSize[i], 0, ION_HEAP_SYSTEM_MASK, 0)
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 114 int iSize = sizeof(char)*m_thumbnailW*m_thumbnailH*4;
117 iSize += JPEG_WA_BUFFER_SIZE;
121 freeJpegIonMemory(m_ionJpegClient, &m_ionThumbInBuffer, &m_pThumbInputBuffer, iSize);
122 freeJpegIonMemory(m_ionJpegClient, &m_ionThumbOutBuffer, &m_pThumbOutputBuffer, iSize);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 509 unsigned int iSize;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 445 int iSize;
450 int iSize;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 607 int iSize;
613 int iSize;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 333 long iSize = (long) intStats.getAvailableBlocks() * (long) intStats.getBlockSize();
335 return pkgLen <= iSize;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1240 milliseconds