Lines Matching refs:u16ProHeight

8343 void _MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight)  in _MApi_JPEG_SetProMaxDecodeResolution()  argument
8347 _USE_OJPD(MApi_JPEG_SetProMaxDecodeResolution, u16ProWidth, u16ProHeight); in _MApi_JPEG_SetProMaxDecodeResolution()
8348 …JPEG_DEBUG_API_MSG("%s: ProWidth = %d, ProHeight = %d\n", __FUNCTION__, u16ProWidth, u16ProHeight); in _MApi_JPEG_SetProMaxDecodeResolution()
8351 pNJPEGContext->JPEG_PRO_MAX_HEIGHT[pNJPEGContext->eNJPDNum] = u16ProHeight; in _MApi_JPEG_SetProMaxDecodeResolution()
10730 void _MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in _MApi_JPEG_SetMPOProMaxDecodeResolution() argument
10734 _USE_OJPD(MApi_JPEG_SetMPOProMaxDecodeResolution, u16ProWidth, u16ProHeight); in _MApi_JPEG_SetMPOProMaxDecodeResolution()
10735 …JPEG_DEBUG_API_MSG("%s: ProWidth = %d, ProHeight = %d\n", __FUNCTION__, u16ProWidth, u16ProHeight); in _MApi_JPEG_SetMPOProMaxDecodeResolution()
10737 pNJPEGContext->JPEG_MPO_PRO_MAX_HEIGHT[pNJPEGContext->eNJPDNum] = u16ProHeight; in _MApi_JPEG_SetMPOProMaxDecodeResolution()
12011 void MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetProMaxDecodeResolution() argument
12034 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetProMaxDecodeResolution()
12043 _MApi_JPEG_SetProMaxDecodeResolution(u16ProWidth, u16ProHeight); in MApi_JPEG_SetProMaxDecodeResolution()
13109 void MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetMPOProMaxDecodeResolution() argument
13131 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetMPOProMaxDecodeResolution()
13140 _MApi_JPEG_SetMPOProMaxDecodeResolution(u16ProWidth, u16ProHeight); in MApi_JPEG_SetMPOProMaxDecodeResolution()