Searched refs:JpegMaxHeight (Results 1 – 4 of 4) sorted by relevance
3082 MS_U16 JpegMaxWidth, JpegMaxHeight; in JPEG_read_sof_marker() local3107 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()
3194 MS_U16 JpegMaxWidth, JpegMaxHeight; in JPEG_read_sof_marker() local3219 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()
3074 MS_U16 JpegMaxWidth, JpegMaxHeight; in JPEG_read_sof_marker() local3099 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()
3040 MS_U16 JpegMaxWidth, JpegMaxHeight; in JPEG_read_sof_marker() local3065 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()