Home
last modified time | relevance | path

Searched refs:JpegMaxHeight (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
3107 JpegMaxHeight = JPEG_PRO_MAX_HEIGHT * 8; in JPEG_read_sof_marker()
3127 JpegMaxHeight = JPEG_MAX_HEIGHT*8; in JPEG_read_sof_marker()
3130 if ((_u16Image_y_size < 1) || (_u16Image_y_size > JpegMaxHeight)) in JPEG_read_sof_marker()
H A DapiJPEG.c3194 MS_U16 JpegMaxWidth, JpegMaxHeight; in JPEG_read_sof_marker() local
3219 JpegMaxHeight = pNJPEGContext->JPEG_PRO_MAX_HEIGHT[pNJPEGContext->eNJPDNum] * 8; in JPEG_read_sof_marker()
3239 JpegMaxHeight = pNJPEGContext->JPEG_MAX_HEIGHT[pNJPEGContext->eNJPDNum]*8; in JPEG_read_sof_marker()
3242 …text->eNJPDNum] < 1) || (pNJPEGContext->_u16Image_y_size[pNJPEGContext->eNJPDNum] > JpegMaxHeight)) in JPEG_read_sof_marker()
3244 …=%d, JpegMaxHeight=%d\n", pNJPEGContext->_u16Image_y_size[pNJPEGContext->eNJPDNum], JpegMaxHeight); 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
3099 JpegMaxHeight = JPEG_PRO_MAX_HEIGHT * 8; in JPEG_read_sof_marker()
3119 JpegMaxHeight = JPEG_MAX_HEIGHT*8; in JPEG_read_sof_marker()
3122 if ((_u16Image_y_size < 1) || (_u16Image_y_size > JpegMaxHeight)) 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
3065 JpegMaxHeight = JPEG_PRO_MAX_HEIGHT * 8; in JPEG_read_sof_marker()
3085 JpegMaxHeight = JPEG_MAX_HEIGHT*8; in JPEG_read_sof_marker()
3088 if ((_u16Image_y_size < 1) || (_u16Image_y_size > JpegMaxHeight)) in JPEG_read_sof_marker()