Home
last modified time | relevance | path

Searched refs:JpegMaxWidth (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c3082 MS_U16 JpegMaxWidth, JpegMaxHeight; in JPEG_read_sof_marker() local
3106 JpegMaxWidth = JPEG_PRO_MAX_WIDTH * 8; in JPEG_read_sof_marker()
3126 JpegMaxWidth = JPEG_MAX_WIDTH*8; in JPEG_read_sof_marker()
3136 if ((_u16Image_x_size < 1) || (_u16Image_x_size > JpegMaxWidth)) in JPEG_read_sof_marker()
H A DapiJPEG.c3194 MS_U16 JpegMaxWidth, JpegMaxHeight; in JPEG_read_sof_marker() local
3218 JpegMaxWidth = pNJPEGContext->JPEG_PRO_MAX_WIDTH[pNJPEGContext->eNJPDNum] * 8; in JPEG_read_sof_marker()
3238 JpegMaxWidth = pNJPEGContext->JPEG_MAX_WIDTH[pNJPEGContext->eNJPDNum]*8; in JPEG_read_sof_marker()
3249 …ntext->eNJPDNum] < 1) || (pNJPEGContext->_u16Image_x_size[pNJPEGContext->eNJPDNum] > JpegMaxWidth)) in JPEG_read_sof_marker()
3251 …m]=%d, JpegMaxWidth=%d\n", pNJPEGContext->_u16Image_x_size[pNJPEGContext->eNJPDNum], JpegMaxWidth); in JPEG_read_sof_marker()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c3074 MS_U16 JpegMaxWidth, JpegMaxHeight; in JPEG_read_sof_marker() local
3098 JpegMaxWidth = JPEG_PRO_MAX_WIDTH * 8; in JPEG_read_sof_marker()
3118 JpegMaxWidth = JPEG_MAX_WIDTH*8; in JPEG_read_sof_marker()
3128 if ((_u16Image_x_size < 1) || (_u16Image_x_size > JpegMaxWidth)) in JPEG_read_sof_marker()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c3040 MS_U16 JpegMaxWidth, JpegMaxHeight; in JPEG_read_sof_marker() local
3064 JpegMaxWidth = JPEG_PRO_MAX_WIDTH * 8; in JPEG_read_sof_marker()
3084 JpegMaxWidth = JPEG_MAX_WIDTH*8; in JPEG_read_sof_marker()
3094 if ((_u16Image_x_size < 1) || (_u16Image_x_size > JpegMaxWidth)) in JPEG_read_sof_marker()