Searched refs:logBinfp (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG_OJPD.c | 289 FILE *logBinfp; variable 291 #define JPEG_DEBUG_API_MSG(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}whi… 292 #define JPEG_DEBUG_API_ERR(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}wh… 6985 if((logBinfp = fopen((char *)fileName2, "wb"))==NULL) in MApi_JPEG_Init_OJPD() 7435 fclose(logBinfp); in MApi_JPEG_Exit_OJPD() 7436 logBinfp = NULL; in MApi_JPEG_Exit_OJPD()
|
| H A D | apiJPEG.c | 300 FILE *logBinfp; variable 302 #define JPEG_DEBUG_API_MSG(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}whi… 303 #define JPEG_DEBUG_API_ERR(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}wh… 7157 if((logBinfp = fopen((char *)fileName2, "wb"))==NULL) in _MApi_JPEG_Init() 7736 fclose(logBinfp); in _MApi_JPEG_Exit() 7737 logBinfp = NULL; in _MApi_JPEG_Exit()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 287 FILE *logBinfp; variable 289 #define JPEG_DEBUG_API_MSG(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}whi… 290 #define JPEG_DEBUG_API_ERR(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}wh… 6982 if((logBinfp = fopen((char *)fileName2, "wb"))==NULL) { in _MApi_JPEG_Init() 7424 fclose(logBinfp); in _MApi_JPEG_Exit() 7425 logBinfp = NULL; in _MApi_JPEG_Exit()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 294 FILE *logBinfp; variable 296 #define JPEG_DEBUG_API_MSG(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}whi… 297 #define JPEG_DEBUG_API_ERR(format, args...) do{if(logBinfp) fprintf(logBinfp, format, ##args);}wh… 6958 if((logBinfp = fopen((char *)fileName2, "wb"))==NULL) in _MApi_JPEG_Init() 7408 fclose(logBinfp); in _MApi_JPEG_Exit() 7409 logBinfp = NULL; in _MApi_JPEG_Exit()
|