Home
last modified time | relevance | path

Searched refs:Ptga_stream (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Dmain.c97 static PJPEG_FILE_TGAFileSystem_t Ptga_stream = &tga_stream; variable
140 Ptga_stream->constructor = JPEG_FILE_tga_constructor; in JPEGInit()
141 Ptga_stream->destructor = JPEG_FILE_tga_destructor; in JPEGInit()
142 Ptga_stream->open = JPEG_FILE_tga_open; in JPEGInit()
143 Ptga_stream->close = JPEG_FILE_tga_close; in JPEGInit()
144 Ptga_stream->writeline = JPEG_FILE_tga_writeline; in JPEGInit()
267 Ptga_stream = NULL; in main()
271 Ptga_stream->constructor( Ptga_stream ); in main()
273 status = Ptga_stream->open( Pdst_filename, MApi_JPEG_GetWidth(), MApi_JPEG_GetHeight(), in main()
274 …G_CMODEL_get_num_components() == 1 ) ? E_TGA_IMAGE_TYPE_GREY : E_TGA_IMAGE_TYPE_BGR, Ptga_stream ); in main()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Dmain.c97 static PJPEG_FILE_TGAFileSystem_t Ptga_stream = &tga_stream; variable
140 Ptga_stream->constructor = JPEG_FILE_tga_constructor; in JPEGInit()
141 Ptga_stream->destructor = JPEG_FILE_tga_destructor; in JPEGInit()
142 Ptga_stream->open = JPEG_FILE_tga_open; in JPEGInit()
143 Ptga_stream->close = JPEG_FILE_tga_close; in JPEGInit()
144 Ptga_stream->writeline = JPEG_FILE_tga_writeline; in JPEGInit()
267 Ptga_stream = NULL; in main()
271 Ptga_stream->constructor( Ptga_stream ); in main()
273 status = Ptga_stream->open( Pdst_filename, MApi_JPEG_GetWidth(), MApi_JPEG_GetHeight(), in main()
274 …G_CMODEL_get_num_components() == 1 ) ? E_TGA_IMAGE_TYPE_GREY : E_TGA_IMAGE_TYPE_BGR, Ptga_stream ); in main()
[all …]