HomeSort by relevance Sort by last modified time
    Searched refs:buffercurrentbyte (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 674 uint8* buffercurrentbyte; member in struct:JPEGFixupTagsSubsamplingData
749 m.buffercurrentbyte=NULL;
893 data->buffercurrentbyte=data->buffer;
898 *result=*data->buffercurrentbyte;
899 data->buffercurrentbyte++;
922 data->buffercurrentbyte+=skiplength;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 690 uint8* buffercurrentbyte; member in struct:JPEGFixupTagsSubsamplingData
766 m.buffercurrentbyte=NULL;
913 data->buffercurrentbyte=data->buffer;
918 *result=*data->buffercurrentbyte;
919 data->buffercurrentbyte++;
942 data->buffercurrentbyte+=skiplength;
    [all...]

Completed in 57 milliseconds