Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1108 JPEG_STATIC MS_BOOL _bThumbnailFound; variable
2287 _bThumbnailFound = TRUE; in JPEG_DecodeExifInfo()
2298 if(_bThumbnailFound) in JPEG_DecodeExifInfo()
2301 _bThumbnailFound = FALSE; in JPEG_DecodeExifInfo()
2305 _bThumbnailFound = FALSE; in JPEG_DecodeExifInfo()
2308 return _bThumbnailFound; in JPEG_DecodeExifInfo()
3358 && (FALSE == _bThumbnailFound)) in JPEG_process_markers()
3668 _bThumbnailFound = FALSE; in JPEG_init_thumbnail()
6060 if(_bThumbnailFound) in JPEG_decode_init()
6223 if(_bThumbnailFound)
[all …]
H A DapiJPEG.c618 MS_BOOL _bThumbnailFound[E_NJPD_NJPD_TOTAL]; member
960 JPEG_STATIC MS_BOOL _bThumbnailFound[E_NJPD_NJPD_TOTAL];
2285 pNJPEGContext->_bThumbnailFound[pNJPEGContext->eNJPDNum] = TRUE; in JPEG_DecodeExifInfo()
2296 if(pNJPEGContext->_bThumbnailFound[pNJPEGContext->eNJPDNum]) in JPEG_DecodeExifInfo()
2299 pNJPEGContext->_bThumbnailFound[pNJPEGContext->eNJPDNum] = FALSE; in JPEG_DecodeExifInfo()
2303 pNJPEGContext->_bThumbnailFound[pNJPEGContext->eNJPDNum] = FALSE; in JPEG_DecodeExifInfo()
2306 return pNJPEGContext->_bThumbnailFound[pNJPEGContext->eNJPDNum]; in JPEG_DecodeExifInfo()
3465 && (FALSE == pNJPEGContext->_bThumbnailFound[pNJPEGContext->eNJPDNum])) in JPEG_process_markers()
3775 pNJPEGContext->_bThumbnailFound[pNJPEGContext->eNJPDNum] = FALSE; in JPEG_init_thumbnail()
5976 if(pNJPEGContext->_bThumbnailFound[pNJPEGContext->eNJPDNum]) in JPEG_decode_init()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1093 JPEG_STATIC MS_BOOL _bThumbnailFound; variable
2279 _bThumbnailFound = TRUE; in JPEG_DecodeExifInfo()
2290 if(_bThumbnailFound) in JPEG_DecodeExifInfo()
2293 _bThumbnailFound = FALSE; in JPEG_DecodeExifInfo()
2297 _bThumbnailFound = FALSE; in JPEG_DecodeExifInfo()
2300 return _bThumbnailFound; in JPEG_DecodeExifInfo()
3350 && (FALSE == _bThumbnailFound)) in JPEG_process_markers()
3660 _bThumbnailFound = FALSE; in JPEG_init_thumbnail()
6055 if(_bThumbnailFound) in JPEG_decode_init()
6218 if(_bThumbnailFound)
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1118 JPEG_STATIC MS_BOOL _bThumbnailFound; variable
2305 _bThumbnailFound = TRUE; in JPEG_DecodeExifInfo()
2316 if(_bThumbnailFound) in JPEG_DecodeExifInfo()
2319 _bThumbnailFound = FALSE; in JPEG_DecodeExifInfo()
2323 _bThumbnailFound = FALSE; in JPEG_DecodeExifInfo()
2326 return _bThumbnailFound; in JPEG_DecodeExifInfo()
3316 && (FALSE == _bThumbnailFound)) in JPEG_process_markers()
3615 _bThumbnailFound = FALSE; in JPEG_init_thumbnail()
6010 if(_bThumbnailFound) in JPEG_decode_init()
6173 if(_bThumbnailFound)
[all …]