Home
last modified time | relevance | path

Searched refs:bytes_per_line (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.c268 thisPtr->width = thisPtr->height = thisPtr->bytes_per_pixel = thisPtr->bytes_per_line = 0; in JPEG_FILE_tga_constructor()
324 thisPtr->bytes_per_line = _width * thisPtr->bytes_per_pixel; in JPEG_FILE_tga_open()
336 thisPtr->width = thisPtr->height = thisPtr->bytes_per_pixel = thisPtr->bytes_per_line = 0; in JPEG_FILE_tga_close()
358 if ( fwrite( Pscan_line, thisPtr->bytes_per_line, 1, thisPtr->Pfile ) != 1 ) in JPEG_FILE_tga_writeline()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel_io.c268 thisPtr->width = thisPtr->height = thisPtr->bytes_per_pixel = thisPtr->bytes_per_line = 0; in JPEG_FILE_tga_constructor()
324 thisPtr->bytes_per_line = _width * thisPtr->bytes_per_pixel; in JPEG_FILE_tga_open()
336 thisPtr->width = thisPtr->height = thisPtr->bytes_per_pixel = thisPtr->bytes_per_line = 0; in JPEG_FILE_tga_close()
358 if ( fwrite( Pscan_line, thisPtr->bytes_per_line, 1, thisPtr->Pfile ) != 1 ) in JPEG_FILE_tga_writeline()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_io.h147 MS_U32 bytes_per_pixel, bytes_per_line; member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_io.h147 MS_U32 bytes_per_pixel, bytes_per_line; member