Home
last modified time | relevance | path

Searched refs:gu8Dest_bytes_per_pixel (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel.h128 MS_U8 gu8Dest_bytes_per_pixel; /* currently, 4 (RGB) or 1 (Y) */ variable
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel.h128 MS_U8 gu8Dest_bytes_per_pixel; /* currently, 4 (RGB) or 1 (Y) */ variable
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c3800 gu8Dest_bytes_per_pixel = 0; in JPEG_init()
5291 gu8Dest_bytes_per_pixel = 1; in JPEG_init_frame()
5296 gu8Dest_bytes_per_pixel = 4; in JPEG_init_frame()
5299 gu16Dest_bytes_per_scan_line = ( ( _u16Image_x_size + 15 ) & 0xFFF0 ) * gu8Dest_bytes_per_pixel; in JPEG_init_frame()
5300 gu16Real_dest_bytes_per_scan_line = ( _u16Image_x_size * gu8Dest_bytes_per_pixel ); in JPEG_init_frame()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel.c985 return ( gu8Dest_bytes_per_pixel ); in JPEG_CMODEL_get_bytes_per_pixel()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel.c985 return ( gu8Dest_bytes_per_pixel ); in JPEG_CMODEL_get_bytes_per_pixel()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c3792 gu8Dest_bytes_per_pixel = 0; in JPEG_init()
5286 gu8Dest_bytes_per_pixel = 1; in JPEG_init_frame()
5291 gu8Dest_bytes_per_pixel = 4; in JPEG_init_frame()
5294 gu16Dest_bytes_per_scan_line = ( ( _u16Image_x_size + 15 ) & 0xFFF0 ) * gu8Dest_bytes_per_pixel; in JPEG_init_frame()
5295 gu16Real_dest_bytes_per_scan_line = ( _u16Image_x_size * gu8Dest_bytes_per_pixel ); in JPEG_init_frame()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c3747 gu8Dest_bytes_per_pixel = 0; in JPEG_init()
5241 gu8Dest_bytes_per_pixel = 1; in JPEG_init_frame()
5246 gu8Dest_bytes_per_pixel = 4; in JPEG_init_frame()
5249 gu16Dest_bytes_per_scan_line = ( ( _u16Image_x_size + 15 ) & 0xFFF0 ) * gu8Dest_bytes_per_pixel; in JPEG_init_frame()
5250 gu16Real_dest_bytes_per_scan_line = ( _u16Image_x_size * gu8Dest_bytes_per_pixel ); in JPEG_init_frame()