Home
last modified time | relevance | path

Searched refs:u16ProHeight (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.h137 void MApi_JPEG_SetProMaxDecodeResolution_OJPD(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
186 void MApi_JPEG_SetMPOProMaxDecodeResolution_OJPD(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
H A DapiJPEG_priv.h325 void _MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
372 void _MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
H A DapiJPEG.c8343 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()
[all …]
H A DapiJPEG_OJPD.c8023 void MApi_JPEG_SetProMaxDecodeResolution_OJPD(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetProMaxDecodeResolution_OJPD() argument
8025 …JPEG_DEBUG_API_MSG("%s: ProWidth = %d, ProHeight = %d\n", __FUNCTION__, u16ProWidth, u16ProHeight); in MApi_JPEG_SetProMaxDecodeResolution_OJPD()
8027 JPEG_PRO_MAX_HEIGHT = u16ProHeight; in MApi_JPEG_SetProMaxDecodeResolution_OJPD()
10077 void MApi_JPEG_SetMPOProMaxDecodeResolution_OJPD(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetMPOProMaxDecodeResolution_OJPD() argument
10079 …JPEG_DEBUG_API_MSG("%s: ProWidth = %d, ProHeight = %d\n", __FUNCTION__, u16ProWidth, u16ProHeight); in MApi_JPEG_SetMPOProMaxDecodeResolution_OJPD()
10081 JPEG_MPO_PRO_MAX_HEIGHT = u16ProHeight; in MApi_JPEG_SetMPOProMaxDecodeResolution_OJPD()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiJPEG.h836 void MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
1265 void MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiJPEG.h830 void MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
1259 void MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG_priv.h307 void _MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
354 void _MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
H A DapiJPEG.c8012 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()
8016 JPEG_PRO_MAX_HEIGHT = u16ProHeight; 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()
10052 JPEG_MPO_PRO_MAX_HEIGHT = u16ProHeight; in _MApi_JPEG_SetMPOProMaxDecodeResolution()
10674 void MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight) in MApi_JPEG_SetProMaxDecodeResolution() argument
10695 Resol.u16Height= u16ProHeight; 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
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG_priv.h307 void _MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
354 void _MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
H A DapiJPEG.c7996 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
[all …]
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt30021 void MApi_JPEG_SetProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);
30211 void MApi_JPEG_SetMPOProMaxDecodeResolution(MS_U16 u16ProWidth, MS_U16 u16ProHeight);