Searched refs:bytes_read (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | main.c | 104 MS_S32 bytes_read = 0; in JPEG_FillReadBuff() local 111 …bytes_read = Pinput_stream->read((MS_U8 *)(BufAddr + buf_left), BufLength - buf_left, &bIsEOF, Pin… in JPEG_FillReadBuff() 113 if (bytes_read < 0) in JPEG_FillReadBuff() 115 return bytes_read; in JPEG_FillReadBuff() 118 buf_left += bytes_read; in JPEG_FillReadBuff()
|
| H A D | jpeg_cmodel_io.c | 189 MS_U32 bytes_read; in JPEG_FILE_read() local 208 bytes_read = fread( Pbuf, 1, max_bytes_to_read, thisPtr->Pfile ); in JPEG_FILE_read() 210 if ( bytes_read < max_bytes_to_read ) in JPEG_FILE_read() 222 return ( bytes_read ); in JPEG_FILE_read()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | main.c | 104 MS_S32 bytes_read = 0; in JPEG_FillReadBuff() local 111 …bytes_read = Pinput_stream->read((MS_U8 *)(BufAddr + buf_left), BufLength - buf_left, &bIsEOF, Pin… in JPEG_FillReadBuff() 113 if (bytes_read < 0) in JPEG_FillReadBuff() 115 return bytes_read; in JPEG_FillReadBuff() 118 buf_left += bytes_read; in JPEG_FillReadBuff()
|
| H A D | jpeg_cmodel_io.c | 189 MS_U32 bytes_read; in JPEG_FILE_read() local 208 bytes_read = fread( Pbuf, 1, max_bytes_to_read, thisPtr->Pfile ); in JPEG_FILE_read() 210 if ( bytes_read < max_bytes_to_read ) in JPEG_FILE_read() 222 return ( bytes_read ); in JPEG_FILE_read()
|
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG_OJPD.c | 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; [all …]
|
| H A D | apiJPEG.c | 1507 …MS_S32 bytes_read = _pStream->read( _pu8In_buf[pNJPEGContext->eNJPDNum] + _u32In_buf_left[pNJPEGCo… in JPEG_fill_read_buffer() 1508 if ( bytes_read == -1 ) in JPEG_fill_read_buffer() 1512 _u32In_buf_left[pNJPEGContext->eNJPDNum] += bytes_read; in JPEG_fill_read_buffer()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 1503 …MS_S32 bytes_read = _pStream->read( _pu8In_buf + _u32In_buf_left, MRC_BUFFER_SIZE - _u32In_buf_lef… in JPEG_fill_read_buffer() 1504 if ( bytes_read == -1 ) in JPEG_fill_read_buffer() 1508 _u32In_buf_left += bytes_read; in JPEG_fill_read_buffer() 7458 MS_S32 bytes_read; 7509 …bytes_read = JPEG_FILE_read( pBuffer_addr + buf_left, MRC_BUFFER_SIZE/2 - buf_left, &EOF_flag, _pS… 7511 if ( bytes_read == -1 ) 7516 buf_left += bytes_read; 7524 …bytes_read = JPEG_FILE_read( pBuffer_addr + buf_left, MRC_BUFFER_SIZE/2 - buf_left, &_bEOF_flag, _… 7526 if ( bytes_read == -1 ) 7531 buf_left += bytes_read; [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 1529 …MS_S32 bytes_read = _pStream->read( _pu8In_buf + _u32In_buf_left, MRC_BUFFER_SIZE - _u32In_buf_lef… in JPEG_fill_read_buffer() 1530 if ( bytes_read == -1 ) in JPEG_fill_read_buffer() 1534 _u32In_buf_left += bytes_read; in JPEG_fill_read_buffer() 7442 MS_S32 bytes_read; 7493 …bytes_read = JPEG_FILE_read( pBuffer_addr + buf_left, MRC_BUFFER_SIZE/2 - buf_left, &EOF_flag, _pS… 7495 if ( bytes_read == -1 ) 7500 buf_left += bytes_read; 7508 …bytes_read = JPEG_FILE_read( pBuffer_addr + buf_left, MRC_BUFFER_SIZE/2 - buf_left, &_bEOF_flag, _… 7510 if ( bytes_read == -1 ) 7515 buf_left += bytes_read; [all …]
|