Home
last modified time | relevance | path

Searched refs:image_length (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/windows/
Domap.cc222 bool GetOriginalImageLength(IDiaSession* session, DWORD* image_length) { in GetOriginalImageLength() argument
224 assert(image_length != NULL); in GetOriginalImageLength()
256 *image_length = temp_image_length; in GetOriginalImageLength()
/external/opencv3/3rdparty/libtiff/
Dtif_ojpeg.c255 uint32 image_length; member
1037 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
1042 …sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_leng… in OJPEGReadHeaderInfo()
1048 sp->strile_length_total=sp->image_length; in OJPEGReadHeaderInfo()
1072 if (sp->strile_length<sp->image_length) in OJPEGReadHeaderInfo()
1590 if (((uint32)p<sp->image_length) && ((uint32)p<sp->strile_length_total)) in OJPEGReadHeaderInfoSecStreamSof()
/external/pdfium/third_party/libtiff/
Dtif_ojpeg.c264 uint32 image_length; member
1051 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
1056 …sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_leng… in OJPEGReadHeaderInfo()
1062 sp->strile_length_total=sp->image_length; in OJPEGReadHeaderInfo()
1086 if (sp->strile_length<sp->image_length) in OJPEGReadHeaderInfo()
1609 if (((uint32)p<sp->image_length) && ((uint32)p<sp->strile_length_total)) in OJPEGReadHeaderInfoSecStreamSof()