Home
last modified time | relevance | path

Searched refs:u32DataRead (Results 1 – 16 of 16) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.h139 void MApi_JPEG_UpdateReadInfo_OJPD(MS_U32 u32DataRead, MS_BOOL bEOFflag);
H A DapiJPEG_priv.h327 void _MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag);
H A DapiJPEG.c8592 void _MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag) in _MApi_JPEG_UpdateReadInfo() argument
8595 _USE_OJPD(MApi_JPEG_UpdateReadInfo, u32DataRead, bEOFflag); in _MApi_JPEG_UpdateReadInfo()
8603 …JPEG_DEBUG_API_MSG("%s: DataRead = %td, EOFflag = %d\n", __FUNCTION__ , (ptrdiff_t)u32DataRead, bE… in _MApi_JPEG_UpdateReadInfo()
8605 pNJPEGContext->_u32Total_bytes_read[pNJPEGContext->eNJPDNum] += u32DataRead; in _MApi_JPEG_UpdateReadInfo()
12069 void MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag) in MApi_JPEG_UpdateReadInfo() argument
12080 ReadInfo.u32DataRead = u32DataRead; in MApi_JPEG_UpdateReadInfo()
12088 _MApi_JPEG_UpdateReadInfo(u32DataRead, bEOFflag); in MApi_JPEG_UpdateReadInfo()
H A DapiJPEG_v2.c415 … psJPEG_InstPri->fpJPEGUpdateReadInfo(pUpdateReadInfo->u32DataRead, pUpdateReadInfo->bEOFflag); in JPEGIoctl()
H A DapiJPEG_OJPD.c8068 void MApi_JPEG_UpdateReadInfo_OJPD(MS_U32 u32DataRead, MS_BOOL bEOFflag) in MApi_JPEG_UpdateReadInfo_OJPD() argument
8075 JPEG_DEBUG_API_MSG("%s: DataRead = %ld, EOFflag = %d\n", __FUNCTION__ , u32DataRead, bEOFflag); in MApi_JPEG_UpdateReadInfo_OJPD()
8077 _u32Total_bytes_read += u32DataRead; in MApi_JPEG_UpdateReadInfo_OJPD()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiJPEG_v2.h269 MS_U32 u32DataRead; member
H A DapiJPEG.h847 void MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiJPEG_v2.h269 MS_U32 u32DataRead; member
H A DapiJPEG.h853 void MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag);
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c8057 void _MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag) in _MApi_JPEG_UpdateReadInfo() argument
8064 JPEG_DEBUG_API_MSG("%s: DataRead = %ld, EOFflag = %d\n", __FUNCTION__ , u32DataRead, bEOFflag); in _MApi_JPEG_UpdateReadInfo()
8066 _u32Total_bytes_read += u32DataRead; in _MApi_JPEG_UpdateReadInfo()
10730 void MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag) in MApi_JPEG_UpdateReadInfo() argument
10741 ReadInfo.u32DataRead = u32DataRead; in MApi_JPEG_UpdateReadInfo()
10749 _MApi_JPEG_UpdateReadInfo(u32DataRead, bEOFflag); in MApi_JPEG_UpdateReadInfo()
H A DapiJPEG_priv.h309 void _MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag);
H A DapiJPEG_v2.c333 … psJPEG_InstPri->fpJPEGUpdateReadInfo(pUpdateReadInfo->u32DataRead, pUpdateReadInfo->bEOFflag); in JPEGIoctl()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG_priv.h309 void _MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag);
H A DapiJPEG.c8041 void _MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag) in _MApi_JPEG_UpdateReadInfo() argument
8048 JPEG_DEBUG_API_MSG("%s: DataRead = %ld, EOFflag = %d\n", __FUNCTION__ , u32DataRead, bEOFflag); in _MApi_JPEG_UpdateReadInfo()
8050 _u32Total_bytes_read += u32DataRead; in _MApi_JPEG_UpdateReadInfo()
10806 void MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag) in MApi_JPEG_UpdateReadInfo() argument
10817 ReadInfo.u32DataRead = u32DataRead; in MApi_JPEG_UpdateReadInfo()
10825 _MApi_JPEG_UpdateReadInfo(u32DataRead, bEOFflag); in MApi_JPEG_UpdateReadInfo()
H A DapiJPEG_v2.c347 … psJPEG_InstPri->fpJPEGUpdateReadInfo(pUpdateReadInfo->u32DataRead, pUpdateReadInfo->bEOFflag); in JPEGIoctl()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt30031 void MApi_JPEG_UpdateReadInfo(MS_U32 u32DataRead, MS_BOOL bEOFflag);
82918 MS_U32 u32DataRead;