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

  /external/libjpeg-turbo/
jdatadst-tj.c 40 unsigned long * outsize; member in struct:__anon15213
133 *dest->outsize = (unsigned long)(dest->bufsize - dest->pub.free_in_buffer);
150 unsigned char ** outbuffer, unsigned long * outsize,
156 if (outbuffer == NULL || outsize == NULL) /* sanity check */
178 dest->outsize = outsize;
181 if (*outbuffer == NULL || *outsize == 0) {
187 *outsize = OUTPUT_BUF_SIZE;
194 dest->bufsize = *outsize;
jdatadst.c 52 unsigned long * outsize; member in struct:__anon15215
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 499 unsigned long outsize = 0; local
604 jpeg_mem_dest(&cinfo, &outbuffer, &outsize);
634 fprintf(stderr, "Compressed size: %lu bytes\n", outsize);
  /external/opencv3/3rdparty/libjpeg/
jdatadst.c 49 unsigned long * outsize; member in struct:__anon20332
185 *dest->outsize = dest->bufsize - dest->pub.free_in_buffer;
236 unsigned char ** outbuffer, unsigned long * outsize)
240 if (outbuffer == NULL || outsize == NULL) /* sanity check */
257 dest->outsize = outsize;
260 if (*outbuffer == NULL || *outsize == 0) {
265 *outsize = OUTPUT_BUF_SIZE;
269 dest->pub.free_in_buffer = dest->bufsize = *outsize;
  /external/zopfli/src/zopfli/
zopfli_bin.c 40 unsigned char** out, size_t* outsize) {
44 *outsize = 0;
49 *outsize = ftell(file);
52 *out = (unsigned char*)malloc(*outsize);
54 if (*outsize && (*out)) {
55 size_t testsize = fread(*out, 1, *outsize, file);
56 if (testsize != *outsize) {
60 *outsize = 0;
64 assert(!(*outsize) || out); /* If size is not zero, out must be allocated. */
89 size_t outsize = 0 local
    [all...]
deflate.c 33 The outsize is number of necessary bytes to encode the bits.
39 unsigned char* bp, unsigned char** out, size_t* outsize) {
40 if (*bp == 0) ZOPFLI_APPEND_DATA(0, out, outsize);
41 (*out)[*outsize - 1] |= bit << *bp;
46 unsigned char* bp, unsigned char** out, size_t* outsize) {
51 if (*bp == 0) ZOPFLI_APPEND_DATA(0, out, outsize);
52 (*out)[*outsize - 1] |= bit << *bp;
63 size_t* outsize) {
68 if (*bp == 0) ZOPFLI_APPEND_DATA(0, out, outsize);
69 (*out)[*outsize - 1] |= bit << *bp
325 bp, out, outsize); local
329 bp, out, outsize); local
    [all...]
  /external/curl/tests/server/
fake_ntlm.c 55 size_t outsize; local
69 outsize = inlength + outincr;
72 outsize = NOTHING_LEN + 1;
74 outbuf = malloc(outsize);
79 snprintf(&outbuf[0], outsize, "%s", NOTHING_STR);
85 if(o > outsize - (HEX_STR_LEN + 1)) {
86 newsize = outsize + outincr;
93 outsize = newsize;
101 snprintf(&outbuf[o], outsize - o, HEX_FMT_STR, inbuf[i]);
  /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,
  /device/google/dragon/recovery/updater/
flash_ec.c 42 uint32_t outsize; member in struct:cros_ec_command
59 const void *outdata, int outsize, void *indata, int insize)
71 s_cmd.outsize = outsize;
  /external/vboot_reference/futility/
vb1_helper.c 408 uint64_t outsize; local
433 outsize = keyblock->key_block_size + preamble->preamble_size;
434 outbuf = malloc(outsize);
435 Memset(outbuf, 0, outsize);
441 *vblock_size_ptr = outsize;
  /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];
  /frameworks/av/media/libstagefright/
Utils.cpp 1400 size_t outsize = reassembleAVCC(csd0, csd1, avcc.data()); local
1411 size_t outsize = reassembleHVCC(csd0, hvcc.data(), hvcc.size(), 4); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 133 ;// $outsize = "u8" : 8-bit unsigned data saturated (0 to +255)
149 M_IDCT $outsize, $inscale, $stride
598 IF ("$outsize"="u8")
608 IF ("$outsize"="s9")
620 IF ("$outsize"="u8")
640 IF ("$outsize"="s9"):LOR:("$outsize"="s16")
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 133 ;// $outsize = "u8" : 8-bit unsigned data saturated (0 to +255)
149 M_IDCT $outsize, $inscale, $stride
604 IF ("$outsize"="u8")
614 IF ("$outsize"="s9")
626 IF ("$outsize"="u8")
646 IF ("$outsize"="s9"):LOR:("$outsize"="s16")
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 6686 vm_size_t outsize; member in struct:__anon25229
7326 mach_vm_size_t outsize; member in struct:__anon25253
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 349 unsigned lodepng_load_file(unsigned char** out, size_t* outsize, const char* filename)
356 *outsize = 0;
367 *outsize = 0;
369 if(size && (*out)) (*outsize) = fread(*out, 1, (size_t)size, file);
4759 size_t outsize; local
    [all...]

Completed in 697 milliseconds