HomeSort by relevance Sort by last modified time
    Searched full:chunksize (Results 26 - 50 of 71) sorted by null

12 3

  /external/opencore/fileformats/wav/parser/src/
pvwavfileparser.cpp 251 // If a .wav file is clipped manually , the ChunkSize would not relate to the file size. However, we
255 // To read ChunkSize (in RIFF chunk descriptor) from little endian
257 uint32 ChunkSize;
259 ChunkSize = (((*(pBuffer + 7)) <<24)|((*(pBuffer + 6)) << 16)|((*(pBuffer + 5)) << 8)|(*(pBuffer + 4)));
260 if((int32)ChunkSize!= (filesize - 8))
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 306 size_t chunk_size = testCase->chunkSize();
349 size_t chunk_size = testCase->chunkSize();
438 size_t chunk_size = testCase->chunkSize();
486 size_t chunk_size = testCase->chunkSize();
565 printf("# Chunk size %d kbytes\n", testCase.chunkSize() / 1024);
testcase.h 66 size_t chunkSize() const { return mChunkSize; }
  /bionic/libc/bionic/
dlmalloc.c 1782 #define chunksize macro
    [all...]
  /external/libffi/src/
dlmalloc.c 1669 #define chunksize macro
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 1715 #define chunksize macro
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 94 unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE);
95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
176 begin-=CHUNKSIZE;
193 ret=_get_next_page(vf,og,CHUNKSIZE);
221 if(endsearched-searched<CHUNKSIZE){
293 ogg_int64_t llret=_get_next_page(vf,&og,CHUNKSIZE);
324 if(_get_next_page(vf,og_ptr,CHUNKSIZE)<0){
    [all...]
codec_internal.h 41 #define CHUNKSIZE 1024
  /dalvik/libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 883 int chunkSize = Math.min(bytes.length - offset, maxChunkSize);
884 psPrint(ps, Integer.toHexString(chunkSize));
886 psWrite(ps, bytes, offset, chunkSize);
888 offset += chunkSize;
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 631 size_t chunkSize = env->GetArrayLength(chunkObject);
632 void* storage = alloca(chunkSize);
634 memcpy(chunk, array, chunkSize);
656 memcpy(array, chunk, chunkSize);
  /external/sonivox/arm-wt-22k/lib_src/
jet.c 257 static EAS_RESULT JetParseInfoChunk (EAS_DATA_HANDLE easHandle, EAS_I32 pos, EAS_I32 chunkSize)
270 while ((result == EAS_SUCCESS) && (chunkSize > 0))
303 chunkSize -= 8;
322 EAS_I32 chunkSize;
352 pos = chunkSize = 8;
366 result = EAS_HWGetDWord(easHandle->hwInstData, easHandle->jetHandle->jetFileHandle, &chunkSize, EAS_FALSE);
374 result = JetParseInfoChunk(easHandle, pos, chunkSize);
393 easHandle->jetHandle->appDataSize = chunkSize;
405 pos += chunkSize;
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.h 70 * If numchunk and chunksize parameters are not set, memory pool of 1 chunk will be created in the first call to allocate.
77 OSCL_IMPORT_REF OsclMemPoolFixedChunkAllocator(const uint32 numchunk = 1, const uint32 chunksize = 0, Oscl_DefAlloc* gen_alloc = NULL);
oscl_mem_mempool.cpp 25 OSCL_EXPORT_REF OsclMemPoolFixedChunkAllocator::OsclMemPoolFixedChunkAllocator(const uint32 numchunk, const uint32 chunksize, Oscl_DefAlloc* gen_alloc) :
34 iChunkSize = chunksize;
    [all...]
  /external/bluetooth/glib/tests/
slice-test.c 298 g_print (" ChunkSize | MagazineSize | Contention\n");
  /external/webkit/WebKit/win/Interfaces/
IWebViewPrivate.idl 149 HRESULT setCustomHTMLTokenizerChunkSize([in] int chunkSize);
  /system/core/libcutils/
mspace.c 78 return chunksize(p) - overhead_for(p);
  /external/libpcap/
pcap-dlpi.c 147 #define CHUNKSIZE 65536
153 #define PKTBUFSIZE CHUNKSIZE
471 bpf_u_int32 ss, chunksize; local
909 chunksize = CHUNKSIZE;
910 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/opencore/doc/oscl_html/
classOsclMemPoolFixedChunkAllocator.html 24 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF&nbsp;</td><td valign=bottom><a class="el" href="classOsclMemPoolFixedChunkAllocator.html#a0">OsclMemPoolFixedChunkAllocator</a> (const uint32 numchunk=1, const uint32 chunksize=0, <a class="el" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a> *gen_alloc=NULL)</td></tr>
65 <td class="mdname" nowrap>&nbsp; <em>chunksize</em> = 0, </td>
91 This API throws an exception when the memory allocation for pool fails If numchunk and chunksize parameters are not set, memory pool of 1 chunk will be created in the first call to allocate. The chunk size will be set to the n passed in for <a class="el" href="classOsclMemPoolFixedChunkAllocator.html#a3">allocate()</a>. If numchunk parameter is set to 0, the memory pool will use 1 for numchunk.
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_socket_buffer_allocators.h 64 PVMFSocketBufferAllocator(uint32 numChunks, uint32 chunkSize)
65 : alloc(numChunks, chunkSize)
68 iChunkSize = chunkSize;
    [all...]
  /external/opencore/nodes/streaming/common/include/
pvmf_streaming_buffer_allocators.h 94 PVMFSocketBufferAllocator(uint32 numChunks, uint32 chunkSize)
95 : alloc(numChunks, chunkSize)
98 iChunkSize = chunkSize;
    [all...]
  /external/kernel-headers/original/linux/raid/
md_p.h 222 __u32 chunksize; /* in 512byte sectors */ member in struct:mdp_superblock_1
  /external/opencore/pvmi/media_io/pvmiofileoutput/include/
pvmi_media_io_fileoutput.h 93 uint32 chunkSize;
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpURLConnectionTest.java 431 int chunkSize = posted.length() / 2;
436 conn.setChunkedStreamingMode(chunkSize);
    [all...]

Completed in 2190 milliseconds

12 3