Home
last modified time | relevance | path

Searched refs:_pBlocks (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1189 JPEG_STATIC void *_pBlocks[JPEG_MAXBLOCKS]; /* list of all dynamically allocated blocks */ variable
1773 if(_pBlocks[i]!=NULL) in JPEG_free_all_blocks()
1774 JPEG_MEMORY_free( _pBlocks[i] ); in JPEG_free_all_blocks()
1776 _pBlocks[i] = NULL; in JPEG_free_all_blocks()
1805 if ( _pBlocks[i] == NULL ) in JPEG_alloc()
1830 _pBlocks[i] = q; in JPEG_alloc()
3803 JPEG_memset((void *)_pBlocks, 0, sizeof( _pBlocks ) ); in JPEG_init()
H A DapiJPEG.c696 void *_pBlocks[E_NJPD_NJPD_TOTAL][JPEG_MAXBLOCKS]; /* list of all dynamically allocated blo… member
1038 JPEG_STATIC void *_pBlocks[E_NJPD_NJPD_TOTAL][JPEG_MAXBLOCKS]; /* list of all dynamically a…
1771 if(pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i]!=NULL) in JPEG_free_all_blocks()
1772 JPEG_MEMORY_free( pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i] ); in JPEG_free_all_blocks()
1774 pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i] = NULL; in JPEG_free_all_blocks()
1803 if ( pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i] == NULL ) in JPEG_alloc()
1828 pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i] = q; in JPEG_alloc()
3902 …JPEG_memset((void *)pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum], 0, sizeof( pNJPEGContext->_p… in JPEG_init()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1174 JPEG_STATIC void *_pBlocks[JPEG_MAXBLOCKS]; /* list of all dynamically allocated blocks */ variable
1765 if(_pBlocks[i]!=NULL) in JPEG_free_all_blocks()
1766 JPEG_MEMORY_free( _pBlocks[i] ); in JPEG_free_all_blocks()
1768 _pBlocks[i] = NULL; in JPEG_free_all_blocks()
1797 if ( _pBlocks[i] == NULL ) in JPEG_alloc()
1822 _pBlocks[i] = q; in JPEG_alloc()
3795 JPEG_memset((void *)_pBlocks, 0, sizeof( _pBlocks ) ); in JPEG_init()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1199 JPEG_STATIC void *_pBlocks[JPEG_MAXBLOCKS]; /* list of all dynamically allocated blocks */ variable
1791 if(_pBlocks[i]!=NULL) in JPEG_free_all_blocks()
1792 JPEG_MEMORY_free( _pBlocks[i] ); in JPEG_free_all_blocks()
1794 _pBlocks[i] = NULL; in JPEG_free_all_blocks()
1823 if ( _pBlocks[i] == NULL ) in JPEG_alloc()
1848 _pBlocks[i] = q; in JPEG_alloc()
3750 JPEG_memset((void *)_pBlocks, 0, sizeof( _pBlocks ) ); in JPEG_init()