Searched refs:_u32RLEOffset (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG_OJPD.c | 1069 JPEG_STATIC MS_U32 _u32RLEOffset; // offset to record the current RLE access address variable 3735 _u32RLEOffset = 0; in JPEG_init() 4822 JPEG_memcpy((void *)(mrc_buffer + _u32RLEOffset), (void *)pVld, 4); in JPEG_write_RLE() 4823 _u32RLEOffset += 4; in JPEG_write_RLE() 4826 if((MRC_BUFFER_SIZE == _u32RLEOffset) in JPEG_write_RLE() 4829 JPEG_DEBUG_API_MSG("Do RLE, LENG 0x%lx, bDecodeNow = %d\n", _u32RLEOffset, bDecodeNow); in JPEG_write_RLE() 4929 _u32RLEOffset = 0; in JPEG_write_RLE()
|
| H A D | apiJPEG.c | 583 MS_U32 _u32RLEOffset[E_NJPD_NJPD_TOTAL]; // offset to record the current RLE access address, prog… member 923 JPEG_STATIC MS_U32 _u32RLEOffset[E_NJPD_NJPD_TOTAL]; // offset to record the current RLE access a… 3844 pNJPEGContext->_u32RLEOffset[pNJPEGContext->eNJPDNum] = 0; in JPEG_init() 4518 …JPEG_memcpy((void *)(mrc_buffer + pNJPEGContext->_u32RLEOffset[pNJPEGContext->eNJPDNum]), (void *)… in JPEG_write_RLE() 4519 pNJPEGContext->_u32RLEOffset[pNJPEGContext->eNJPDNum] += 4; in JPEG_write_RLE() 4522 if((MRC_BUFFER_SIZE == pNJPEGContext->_u32RLEOffset[pNJPEGContext->eNJPDNum]) in JPEG_write_RLE() 4525 …G("Do RLE, LENG 0x%tx, bDecodeNow = %td\n", (ptrdiff_t)pNJPEGContext->_u32RLEOffset[pNJPEGContext-… in JPEG_write_RLE() 4545 if(MRC_BUFFER_SIZE/2 >= pNJPEGContext->_u32RLEOffset[pNJPEGContext->eNJPDNum]) in JPEG_write_RLE() 4646 if(MRC_BUFFER_SIZE/2 >= pNJPEGContext->_u32RLEOffset[pNJPEGContext->eNJPDNum]) in JPEG_write_RLE() 4738 if(MRC_BUFFER_SIZE/2 >= pNJPEGContext->_u32RLEOffset[pNJPEGContext->eNJPDNum]) in JPEG_write_RLE() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 1054 JPEG_STATIC MS_U32 _u32RLEOffset; // offset to record the current RLE access address variable 3727 _u32RLEOffset = 0; in JPEG_init() 4814 JPEG_memcpy((void *)(mrc_buffer + _u32RLEOffset), (void *)pVld, 4); in JPEG_write_RLE() 4815 _u32RLEOffset += 4; in JPEG_write_RLE() 4818 if((MRC_BUFFER_SIZE == _u32RLEOffset) in JPEG_write_RLE() 4821 JPEG_DEBUG_API_MSG("Do RLE, LENG 0x%lx, bDecodeNow = %d\n", _u32RLEOffset, bDecodeNow); in JPEG_write_RLE() 4921 _u32RLEOffset = 0; in JPEG_write_RLE()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 1079 JPEG_STATIC MS_U32 _u32RLEOffset; // offset to record the current RLE access address variable 3682 _u32RLEOffset = 0; in JPEG_init() 4769 JPEG_memcpy((void *)(mrc_buffer + _u32RLEOffset), (void *)pVld, 4); in JPEG_write_RLE() 4770 _u32RLEOffset += 4; in JPEG_write_RLE() 4773 if((MRC_BUFFER_SIZE == _u32RLEOffset) in JPEG_write_RLE() 4776 JPEG_DEBUG_API_MSG("Do RLE, LENG 0x%lx, bDecodeNow = %d\n", _u32RLEOffset, bDecodeNow); in JPEG_write_RLE() 4876 _u32RLEOffset = 0; in JPEG_write_RLE()
|