Home | History | Annotate | Download | only in jhead

Lines Matching full:jpeg

5 // This module handles basic Jpeg file handling
32 // Get 16 bits motorola order (always) for jpeg header stuff.
100 printf("JPEG image is %uw * %uh, %d color components, %d bits per sample\n",
229 case M_EOI: // in case it's a tables-only JPEG stream
230 fprintf(stderr,"No image in jpeg!\n");
302 printf("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
342 // Scan the JPEG headers.
346 LOGE("Not JPEG: %s", FileName);
347 fprintf(stderr,"Not JPEG: %s\n",FileName);
545 // Initial static jpeg marker.