Lines Matching refs:u16ProHeight
7996 void _MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in _MApi_JPEG_SetProMaxDecodeResolution() argument
7998 …JPEG_DEBUG_API_MSG("%s: ProWidth = %d, ProHeight = %d\n", __FUNCTION__, u16ProWidth, u16ProHeight); in _MApi_JPEG_SetProMaxDecodeResolution()
8000 JPEG_PRO_MAX_HEIGHT = u16ProHeight; in _MApi_JPEG_SetProMaxDecodeResolution()
10035 void _MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in _MApi_JPEG_SetMPOProMaxDecodeResolution() argument
10037 …JPEG_DEBUG_API_MSG("%s: ProWidth = %d, ProHeight = %d\n", __FUNCTION__, u16ProWidth, u16ProHeight); in _MApi_JPEG_SetMPOProMaxDecodeResolution()
10039 JPEG_MPO_PRO_MAX_HEIGHT = u16ProHeight; in _MApi_JPEG_SetMPOProMaxDecodeResolution()
10748 void MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetProMaxDecodeResolution() argument
10771 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetProMaxDecodeResolution()
10780 _MApi_JPEG_SetProMaxDecodeResolution(u16ProWidth, u16ProHeight); in MApi_JPEG_SetProMaxDecodeResolution()
11762 void MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetMPOProMaxDecodeResolution() argument
11785 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetMPOProMaxDecodeResolution()
11794 _MApi_JPEG_SetMPOProMaxDecodeResolution(u16ProWidth, u16ProHeight); in MApi_JPEG_SetMPOProMaxDecodeResolution()