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

  /external/jhead/
jpgfile.c 140 int itemlen; local
165 itemlen = (lh << 8) | ll;
167 if (itemlen < 2){
173 Sections[SectionsRead].Size = itemlen;
175 Data = (uchar *)malloc(itemlen);
187 got = fread(Data+2, 1, itemlen-2, infile); // Read the whole section.
188 if (got != itemlen-2){
242 process_COM(Data, itemlen);
259 process_EXIF(Data, itemlen);
264 printf("Image cotains XMP section, %d bytes long\n", itemlen);
338 int itemlen; local
    [all...]
iptc.c 52 void show_IPTC (unsigned char* Data, unsigned int itemlen)
59 unsigned char * maxpos = Data+itemlen;
62 if (itemlen < 25) goto corrupt;
98 while (pos < (Data + itemlen-5)) {
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 252 unsigned long keylen, itemlen, remainder; local
255 itemlen = (unsigned long)(1 + item[0]);
256 remainder = (unsigned long)((txtRec->buffer + txtRec->datalen) - (item + itemlen));
258 memmove(item, item + itemlen, remainder);
259 txtRec->datalen -= itemlen;
  /external/webp/src/dsp/
cpu-features.c 197 int itemlen = strlen(item); local
214 if (itemlen == q-p && !memcmp(p, item, itemlen))
  /external/webrtc/webrtc/system_wrappers/source/android/
cpu-features.c 197 int itemlen = strlen(item); local
214 if (itemlen == q-p && !memcmp(p, item, itemlen))
  /toolchain/binutils/binutils-2.25/binutils/
resbin.c 283 rc_uint_type flags, slen, itemlen; local
313 itemlen = stroff + slen * 2 + 2;
325 mi->popup = bin_to_res_menuitems (wrbfd, data + itemlen, length - itemlen,
327 itemlen += subread;
334 data += itemlen;
335 length -= itemlen;
336 *got += itemlen;
361 rc_uint_type itemlen; local
382 itemlen = 14 + slen * 2 + 2
    [all...]
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c 246 int itemlen = strlen(item); local
263 if (itemlen == q-p && !memcmp(p, item, itemlen))
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 217 int itemlen = 0; local
256 itemlen = (lh << 8) | ll;
258 if ( itemlen < 2 ) {
262 Data = (uchar *)malloc(itemlen);
272 ReadFile(infile, Data+2, itemlen-2, &got, NULL);
274 got = fread(Data+2, 1, itemlen-2, infile); /* Read the whole section.*/
276 if ( got != itemlen-2 ) {
280 PRINT("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
    [all...]
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 246 int itemlen = strlen(item); local
263 if (itemlen == q-p && !memcmp(p, item, itemlen))
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 262 int itemlen = strlen(item); local
279 if (itemlen == q-p && !memcmp(p, item, itemlen))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
menu.h 102 short itemlen; /* Length of one item */ member in struct:tagMENU
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
menu.h 102 short itemlen; /* Length of one item */ member in struct:tagMENU
  /external/tcpdump/
print-bgp.c 481 #define ITEMCHECK(minlen) if (itemlen < minlen) goto badtlv;
485 const u_char *pptr, u_int itemlen, char *buf, u_int buflen)
495 itemlen -= 1;
518 const u_char *pptr, u_int itemlen, char *buf, u_int buflen)
543 itemlen -= 4;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 534 int itemlen; local
557 itemlen = (lh << 8) | ll;
559 if (itemlen < 2) {
564 mSections[mSectionsRead].Size = itemlen;
566 Data = (unsigned char *)malloc(itemlen);
577 if (pos+itemlen-2 > buffer_size) {
582 memcpy(Data+2, buffer+pos, itemlen-2); // Read the whole section.
583 pos += itemlen-2;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 565 size_t itemlen; local
595 itemlen = (lh << 8) | ll;
597 if (itemlen < 2) {
602 mSections[mSectionsRead].Size = itemlen;
604 Data = (unsigned char *)malloc(itemlen);
615 if (pos+itemlen-2 > buffer_size) {
620 memcpy(Data+2, buffer+pos, itemlen-2); // Read the whole section.
621 pos += itemlen-2;
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/test/
qcamera_test.cpp 565 size_t itemlen; local
595 itemlen = (lh << 8) | ll;
597 if (itemlen < 2) {
602 mSections[mSectionsRead].Size = itemlen;
604 Data = (unsigned char *)malloc(itemlen);
615 if (pos+itemlen-2 > buffer_size) {
620 memcpy(Data+2, buffer+pos, itemlen-2); // Read the whole section.
621 pos += itemlen-2;
    [all...]

Completed in 2241 milliseconds