Home | History | Annotate | Download | only in jpeg

Lines Matching refs:bytes_read

103   unsigned int bytes_read;		/* data bytes read so far in marker */
752 unsigned int bytes_read, data_length;
781 marker->bytes_read = 0;
782 bytes_read = 0;
786 bytes_read = data_length = 0;
791 bytes_read = marker->bytes_read;
793 data = cur_marker->data + bytes_read;
796 while (bytes_read < data_length) {
798 marker->bytes_read = bytes_read;
802 while (bytes_read < data_length && bytes_in_buffer > 0) {
805 bytes_read++;