Lines Matching refs:bytes_read
1519 …MS_S32 bytes_read = _pStream->read( _pu8In_buf + _u32In_buf_left, MRC_BUFFER_SIZE - _u32In_buf_lef… in JPEG_fill_read_buffer()
1520 if ( bytes_read == -1 ) in JPEG_fill_read_buffer()
1524 _u32In_buf_left += bytes_read; in JPEG_fill_read_buffer()
7469 MS_S32 bytes_read;
7520 …bytes_read = JPEG_FILE_read( pBuffer_addr + buf_left, MRC_BUFFER_SIZE/2 - buf_left, &EOF_flag, _pS…
7522 if ( bytes_read == -1 )
7527 buf_left += bytes_read;
7535 …bytes_read = JPEG_FILE_read( pBuffer_addr + buf_left, MRC_BUFFER_SIZE/2 - buf_left, &_bEOF_flag, _…
7537 if ( bytes_read == -1 )
7542 buf_left += bytes_read;
7576 MS_S32 bytes_read;
7603 …bytes_read = JPEG_FILE_read( pBuffer_addr + buf_left, MaxBufSize - buf_left, &EOF_flag, _pStream, …
7605 if ( bytes_read == -1 )
7611 buf_left += bytes_read;