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