Home | History | Annotate | Download | only in jhead

Lines Matching full:jpeg

5 // This module handles basic Jpeg file handling
34 // Get 16 bits motorola order (always) for jpeg header stuff.
102 printf("JPEG image is %uw * %uh, %d color components, %d bits per sample\n",
233 case M_EOI: // in case it's a tables-only JPEG stream
234 fprintf(stderr,"No image in jpeg!\n");
306 printf("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
424 case M_EOI: // in case it's a tables-only JPEG stream
425 ALOGE("No image in jpeg!\n");
497 ALOGD("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
537 // Scan the JPEG headers.
541 ALOGV("Cannot parse JPEG sections for file: %s", FileName);
542 fprintf(stderr,"Not JPEG: %s\n",FileName);
804 // Initial static jpeg marker.
866 // Initial static jpeg marker.