Home
last modified time | relevance | path

Searched refs:buffercurrentbyte (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c674 uint8* buffercurrentbyte; member
749 m.buffercurrentbyte=NULL; in JPEGFixupTagsSubsampling()
893 data->buffercurrentbyte=data->buffer; in JPEGFixupTagsSubsamplingReadByte()
898 *result=*data->buffercurrentbyte; in JPEGFixupTagsSubsamplingReadByte()
899 data->buffercurrentbyte++; in JPEGFixupTagsSubsamplingReadByte()
922 data->buffercurrentbyte+=skiplength; in JPEGFixupTagsSubsamplingSkip()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c690 uint8* buffercurrentbyte; member
766 m.buffercurrentbyte=NULL; in JPEGFixupTagsSubsampling()
913 data->buffercurrentbyte=data->buffer; in JPEGFixupTagsSubsamplingReadByte()
918 *result=*data->buffercurrentbyte; in JPEGFixupTagsSubsamplingReadByte()
919 data->buffercurrentbyte++; in JPEGFixupTagsSubsamplingReadByte()
942 data->buffercurrentbyte+=skiplength; in JPEGFixupTagsSubsamplingSkip()