Lines Matching refs:u16ProWidth
8012 void _MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in _MApi_JPEG_SetProMaxDecodeResolution() argument
8014 …JPEG_DEBUG_API_MSG("%s: ProWidth = %d, ProHeight = %d\n", __FUNCTION__, u16ProWidth, u16ProHeight); in _MApi_JPEG_SetProMaxDecodeResolution()
8015 JPEG_PRO_MAX_WIDTH = u16ProWidth; in _MApi_JPEG_SetProMaxDecodeResolution()
10048 void _MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in _MApi_JPEG_SetMPOProMaxDecodeResolution() argument
10050 …JPEG_DEBUG_API_MSG("%s: ProWidth = %d, ProHeight = %d\n", __FUNCTION__, u16ProWidth, u16ProHeight); in _MApi_JPEG_SetMPOProMaxDecodeResolution()
10051 JPEG_MPO_PRO_MAX_WIDTH = u16ProWidth; in _MApi_JPEG_SetMPOProMaxDecodeResolution()
10674 void MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetProMaxDecodeResolution() argument
10694 Resol.u16Width= u16ProWidth; in MApi_JPEG_SetProMaxDecodeResolution()
10704 _MApi_JPEG_SetProMaxDecodeResolution(u16ProWidth, u16ProHeight); in MApi_JPEG_SetProMaxDecodeResolution()
11676 void MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetMPOProMaxDecodeResolution() argument
11696 Resol.u16Width= u16ProWidth; in MApi_JPEG_SetMPOProMaxDecodeResolution()
11706 _MApi_JPEG_SetMPOProMaxDecodeResolution(u16ProWidth, u16ProHeight); in MApi_JPEG_SetMPOProMaxDecodeResolution()