HomeSort by relevance Sort by last modified time
    Searched defs:iSize (Results 1 - 10 of 10) 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/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 302 long iSize = (long)intStats.getAvailableBlocks() *
305 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 1091 milliseconds