Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel_io.c152 thisPtr->error_flag = FALSE; in JPEG_FILE_constructor()
165 thisPtr->error_flag = FALSE; in JPEG_FILE_open()
184 thisPtr->error_flag = FALSE; in JPEG_FILE_close()
202 if ( thisPtr->error_flag ) in JPEG_FILE_read()
214 thisPtr->error_flag = TRUE; in JPEG_FILE_read()
227 return ( thisPtr->error_flag ); in JPEG_FILE_get_error_status()
232 if ( thisPtr->error_flag ) in JPEG_FILE_reset()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel_io.c152 thisPtr->error_flag = FALSE; in JPEG_FILE_constructor()
165 thisPtr->error_flag = FALSE; in JPEG_FILE_open()
184 thisPtr->error_flag = FALSE; in JPEG_FILE_close()
202 if ( thisPtr->error_flag ) in JPEG_FILE_read()
214 thisPtr->error_flag = TRUE; in JPEG_FILE_read()
227 return ( thisPtr->error_flag ); in JPEG_FILE_get_error_status()
232 if ( thisPtr->error_flag ) in JPEG_FILE_reset()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_io.h127 MS_BOOL eof_flag, error_flag; member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_io.h127 MS_BOOL eof_flag, error_flag; member