Home
last modified time | relevance | path

Searched refs:Pfile (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.c150 thisPtr->Pfile = NULL; in JPEG_FILE_constructor()
166 thisPtr->Pfile = fopen( Pfilename, "rb" ); in JPEG_FILE_open()
167 if ( !thisPtr->Pfile ) in JPEG_FILE_open()
177 if ( thisPtr->Pfile ) in JPEG_FILE_close()
179 fclose( thisPtr->Pfile ); in JPEG_FILE_close()
180 thisPtr->Pfile = NULL; in JPEG_FILE_close()
191 if ( !thisPtr->Pfile ) in JPEG_FILE_read()
208 bytes_read = fread( Pbuf, 1, max_bytes_to_read, thisPtr->Pfile ); in JPEG_FILE_read()
212 if ( ferror( thisPtr->Pfile ) ) in JPEG_FILE_read()
237 fseek( thisPtr->Pfile, 0, SEEK_SET ); in JPEG_FILE_reset()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel_io.c150 thisPtr->Pfile = NULL; in JPEG_FILE_constructor()
166 thisPtr->Pfile = fopen( Pfilename, "rb" ); in JPEG_FILE_open()
167 if ( !thisPtr->Pfile ) in JPEG_FILE_open()
177 if ( thisPtr->Pfile ) in JPEG_FILE_close()
179 fclose( thisPtr->Pfile ); in JPEG_FILE_close()
180 thisPtr->Pfile = NULL; in JPEG_FILE_close()
191 if ( !thisPtr->Pfile ) in JPEG_FILE_read()
208 bytes_read = fread( Pbuf, 1, max_bytes_to_read, thisPtr->Pfile ); in JPEG_FILE_read()
212 if ( ferror( thisPtr->Pfile ) ) in JPEG_FILE_read()
237 fseek( thisPtr->Pfile, 0, SEEK_SET ); in JPEG_FILE_reset()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_io.h126 FILE *Pfile; member
144 FILE *Pfile; member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_io.h126 FILE *Pfile; member
144 FILE *Pfile; member