Home
last modified time | relevance | path

Searched refs:bytesleft (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c3521 MS_U32 bytesleft; in JPEG_locate_soi_marker() local
3541 bytesleft = 0x1000; //Fix this number from 512 -> 640 for some cases in JPEG_locate_soi_marker()
3545 if ( --bytesleft == 0 ) in JPEG_locate_soi_marker()
H A DapiJPEG.c3617 MS_U32 bytesleft; in JPEG_locate_soi_marker() local
3637 bytesleft = 0x1000; //Fix this number from 512 -> 640 for some cases in JPEG_locate_soi_marker()
3641 if ( --bytesleft == 0 ) in JPEG_locate_soi_marker()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c3513 MS_U32 bytesleft; in JPEG_locate_soi_marker() local
3533 bytesleft = 0x1000; //Fix this number from 512 -> 640 for some cases in JPEG_locate_soi_marker()
3537 if ( --bytesleft == 0 ) in JPEG_locate_soi_marker()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c3468 MS_U32 bytesleft; in JPEG_locate_soi_marker() local
3488 bytesleft = 0x1000; //Fix this number from 512 -> 640 for some cases in JPEG_locate_soi_marker()
3492 if ( --bytesleft == 0 ) in JPEG_locate_soi_marker()