Lines Matching refs:u16ProWidth
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()
7999 JPEG_PRO_MAX_WIDTH = u16ProWidth; 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()
10038 JPEG_MPO_PRO_MAX_WIDTH = u16ProWidth; in _MApi_JPEG_SetMPOProMaxDecodeResolution()
10748 void MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetProMaxDecodeResolution() argument
10770 Resol.u16Width= u16ProWidth; 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
11784 Resol.u16Width= u16ProWidth; in MApi_JPEG_SetMPOProMaxDecodeResolution()
11794 _MApi_JPEG_SetMPOProMaxDecodeResolution(u16ProWidth, u16ProHeight); in MApi_JPEG_SetMPOProMaxDecodeResolution()