HomeSort by relevance Sort by last modified time
    Searched refs:outsize (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jdatadst-tj.c 40 unsigned long * outsize; member in struct:__anon17354
133 *dest->outsize = (unsigned long)(dest->bufsize - dest->pub.free_in_buffer);
150 unsigned char ** outbuffer, unsigned long * outsize,
155 if (outbuffer == NULL || outsize == NULL) /* sanity check */
174 dest->outsize = outsize;
177 if (*outbuffer == NULL || *outsize == 0) {
183 *outsize = OUTPUT_BUF_SIZE;
189 dest->pub.free_in_buffer = dest->bufsize = *outsize;
jdatadst.c 52 unsigned long * outsize; member in struct:__anon17356
194 *dest->outsize = (unsigned long)(dest->bufsize - dest->pub.free_in_buffer);
244 unsigned char ** outbuffer, unsigned long * outsize)
248 if (outbuffer == NULL || outsize == NULL) /* sanity check */
265 dest->outsize = outsize;
268 if (*outbuffer == NULL || *outsize == 0) {
273 *outsize = OUTPUT_BUF_SIZE;
277 dest->pub.free_in_buffer = dest->bufsize = *outsize;
cjpeg.c 493 unsigned long outsize = 0; local
603 jpeg_mem_dest(&cinfo, &outbuffer, &outsize);
633 fprintf(stderr, "Compressed size: %lu bytes\n", outsize);
jpeglib.h     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
leb128_test.c 43 unsigned long outsize; member in struct:Test_Entry
90 if (size != test->outsize) {
94 test->outsize, size);
101 if (size != test->outsize) {
105 test->outsize, size);
110 for (i=0; i<test->outsize && !bad; i++) {
139 if (size != test->outsize) {
144 test->outsize, size);
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvfbts.h 22 static void TestConvertFallBackWithBufferSizes(int32_t outsize, int32_t insize );
ncnvfbts.c 453 static void TestConvertFallBackWithBufferSizes(int32_t outsize, int32_t insize )
543 gOutBufferSize = outsize;
ncnvtst.c     [all...]
nucnvtst.c 683 static void TestNewConvertWithBufferSizes(int32_t outsize, int32_t insize )
832 gOutBufferSize = outsize;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.h 22 static void TestConvertFallBackWithBufferSizes(int32_t outsize, int32_t insize );
ncnvfbts.c 453 static void TestConvertFallBackWithBufferSizes(int32_t outsize, int32_t insize )
543 gOutBufferSize = outsize;
ncnvtst.c     [all...]
nucnvtst.c 682 static void TestNewConvertWithBufferSizes(int32_t outsize, int32_t insize )
831 gOutBufferSize = outsize;
    [all...]
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 204 size_t outsize; local
226 outsize = header_size + width * height * bpp;
227 outsize = (outsize + psz - 1) & ~(psz - 1);
244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize);
245 FAILIF(ftruncate(ofd, outsize) < 0,
250 out = mmap(0, outsize, PROT_WRITE, MAP_SHARED, ofd, 0);
262 out + header_size, outsize - header_size,
  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 130 for (size_t outsize = 0;
131 outsize < arraysize(output_sizes);
132 outsize += 2) {
141 const gfx::Size dst_size(output_sizes[outsize],
142 output_sizes[outsize + 1]);
gl_helper_unittest.cc     [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 310 int outsize = 0; local
312 outsize += buffers.get(i).length + 4;
314 byte[] output = new byte[outsize];
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]

Completed in 3956 milliseconds