Home
last modified time | relevance | path

Searched refs:JPEG_FILE_TGAFileSystem_t (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_io.h156 } JPEG_FILE_TGAFileSystem_t, *PJPEG_FILE_TGAFileSystem_t; typedef
170 VOID JPEG_FILE_tga_constructor( JPEG_FILE_TGAFileSystem_t *thisPtr );
171 VOID JPEG_FILE_tga_destructor( JPEG_FILE_TGAFileSystem_t *thisPtr );
172 …6 _width, MS_U16 _height, JPEG_FILE_TGAImageType_e _image_type, JPEG_FILE_TGAFileSystem_t *thisPtr…
173 MS_BOOL JPEG_FILE_tga_close( JPEG_FILE_TGAFileSystem_t *thisPtr );
174 MS_U32 JPEG_FILE_tga_writeline( MS_U8 *Pscan_line, JPEG_FILE_TGAFileSystem_t *thisPtr );
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_io.h156 } JPEG_FILE_TGAFileSystem_t, *PJPEG_FILE_TGAFileSystem_t; typedef
170 VOID JPEG_FILE_tga_constructor( JPEG_FILE_TGAFileSystem_t *thisPtr );
171 VOID JPEG_FILE_tga_destructor( JPEG_FILE_TGAFileSystem_t *thisPtr );
172 …6 _width, MS_U16 _height, JPEG_FILE_TGAImageType_e _image_type, JPEG_FILE_TGAFileSystem_t *thisPtr…
173 MS_BOOL JPEG_FILE_tga_close( JPEG_FILE_TGAFileSystem_t *thisPtr );
174 MS_U32 JPEG_FILE_tga_writeline( MS_U8 *Pscan_line, JPEG_FILE_TGAFileSystem_t *thisPtr );
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel_io.c265 VOID JPEG_FILE_tga_constructor( JPEG_FILE_TGAFileSystem_t *thisPtr ) in JPEG_FILE_tga_constructor()
272 VOID JPEG_FILE_tga_destructor( JPEG_FILE_TGAFileSystem_t *thisPtr ) in JPEG_FILE_tga_destructor()
277 …6 _width, MS_U16 _height, JPEG_FILE_TGAImageType_e _image_type, JPEG_FILE_TGAFileSystem_t *thisPtr… in JPEG_FILE_tga_open()
334 MS_BOOL JPEG_FILE_tga_close( JPEG_FILE_TGAFileSystem_t *thisPtr ) in JPEG_FILE_tga_close()
351 MS_U32 JPEG_FILE_tga_writeline( MS_U8 *Pscan_line, JPEG_FILE_TGAFileSystem_t *thisPtr ) in JPEG_FILE_tga_writeline()
H A Dmain.c96 static JPEG_FILE_TGAFileSystem_t tga_stream;
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel_io.c265 VOID JPEG_FILE_tga_constructor( JPEG_FILE_TGAFileSystem_t *thisPtr ) in JPEG_FILE_tga_constructor()
272 VOID JPEG_FILE_tga_destructor( JPEG_FILE_TGAFileSystem_t *thisPtr ) in JPEG_FILE_tga_destructor()
277 …6 _width, MS_U16 _height, JPEG_FILE_TGAImageType_e _image_type, JPEG_FILE_TGAFileSystem_t *thisPtr… in JPEG_FILE_tga_open()
334 MS_BOOL JPEG_FILE_tga_close( JPEG_FILE_TGAFileSystem_t *thisPtr ) in JPEG_FILE_tga_close()
351 MS_U32 JPEG_FILE_tga_writeline( MS_U8 *Pscan_line, JPEG_FILE_TGAFileSystem_t *thisPtr ) in JPEG_FILE_tga_writeline()
H A Dmain.c96 static JPEG_FILE_TGAFileSystem_t tga_stream;