Lines Matching refs:App0_Unit_Data
263 static APP0_Unit App0_Unit_Data[E_NJPD_NJPD_TOTAL];
552 APP0_Unit App0_Unit_Data[E_NJPD_NJPD_TOTAL]; member
869 static APP0_Unit App0_Unit_Data[E_NJPD_NJPD_TOTAL];
2726 pNJPEGContext->App0_Unit_Data[pNJPEGContext->eNJPDNum].u8Unit = JPEG_get_char(); in JPEG_read_app0_marker()
2727 …pNJPEGContext->App0_Unit_Data[pNJPEGContext->eNJPDNum].u16Xdensity= (MS_U16) ((JPEG_get_char()<<8)… in JPEG_read_app0_marker()
2728 …pNJPEGContext->App0_Unit_Data[pNJPEGContext->eNJPDNum].u16Ydensity= (MS_U16) ((JPEG_get_char()<<8)… in JPEG_read_app0_marker()
2743 …JPEG_DEBUG_API_MSG("APP0 : unit : %d\n",(MS_U16)pNJPEGContext->App0_Unit_Data[pNJPEGContext->eNJPD… in JPEG_read_app0_marker()
2744 …JPEG_DEBUG_API_MSG("APP0 : Xdensity : %d\n",pNJPEGContext->App0_Unit_Data[pNJPEGContext->eNJPDNum]… in JPEG_read_app0_marker()
2745 …JPEG_DEBUG_API_MSG("APP0 : Ydensity : %d\n",pNJPEGContext->App0_Unit_Data[pNJPEGContext->eNJPDNum]… in JPEG_read_app0_marker()
2755 *unit = pNJPEGContext->App0_Unit_Data[pNJPEGContext->eNJPDNum].u8Unit; in _msAPI_JPEG_get_APP0_info()
2756 *x = pNJPEGContext->App0_Unit_Data[pNJPEGContext->eNJPDNum].u16Xdensity; in _msAPI_JPEG_get_APP0_info()
2757 *y = pNJPEGContext->App0_Unit_Data[pNJPEGContext->eNJPDNum].u16Ydensity; in _msAPI_JPEG_get_APP0_info()