Home
last modified time | relevance | path

Searched refs:Pfilename (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.c160 MS_BOOL JPEG_FILE_open( const char *Pfilename, JPEG_FILE_FileSystem_t *thisPtr ) in JPEG_FILE_open() argument
166 thisPtr->Pfile = fopen( Pfilename, "rb" ); in JPEG_FILE_open()
277 MS_BOOL JPEG_FILE_tga_open( const char *Pfilename, MS_U16 _width, MS_U16 _height, JPEG_FILE_TGAImag… in JPEG_FILE_tga_open() argument
282 MS_ASSERT( Pfilename ); in JPEG_FILE_tga_open()
286 thisPtr->Pfile = fopen( Pfilename, "wb" ); in JPEG_FILE_tga_open()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel_io.c160 MS_BOOL JPEG_FILE_open( const char *Pfilename, JPEG_FILE_FileSystem_t *thisPtr ) in JPEG_FILE_open() argument
166 thisPtr->Pfile = fopen( Pfilename, "rb" ); in JPEG_FILE_open()
277 MS_BOOL JPEG_FILE_tga_open( const char *Pfilename, MS_U16 _width, MS_U16 _height, JPEG_FILE_TGAImag… in JPEG_FILE_tga_open() argument
282 MS_ASSERT( Pfilename ); in JPEG_FILE_tga_open()
286 thisPtr->Pfile = fopen( Pfilename, "wb" ); in JPEG_FILE_tga_open()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_io.h131 MS_BOOL (*open)( const char *Pfilename,
152 MS_BOOL (*open)( const char *Pfilename, MS_U16 _width, MS_U16 _height,
163 MS_BOOL JPEG_FILE_open( const char *Pfilename, JPEG_FILE_FileSystem_t *thisPtr );
172 MS_BOOL JPEG_FILE_tga_open( const char *Pfilename, MS_U16 _width, MS_U16 _height, JPEG_FILE_TGAImag…
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_io.h131 MS_BOOL (*open)( const char *Pfilename,
152 MS_BOOL (*open)( const char *Pfilename, MS_U16 _width, MS_U16 _height,
163 MS_BOOL JPEG_FILE_open( const char *Pfilename, JPEG_FILE_FileSystem_t *thisPtr );
172 MS_BOOL JPEG_FILE_tga_open( const char *Pfilename, MS_U16 _width, MS_U16 _height, JPEG_FILE_TGAImag…