tellg 293 3rdparty/libtiff/tif_stream.cxx return (uint64) (data->stream->tellg() - data->start_pos); tellg 315 3rdparty/libtiff/tif_stream.cxx ios::pos_type pos = data->stream->tellg(); tellg 319 3rdparty/libtiff/tif_stream.cxx len = data->stream->tellg(); tellg 378 3rdparty/libtiff/tif_stream.cxx data->start_pos = data->stream->tellg(); tellg 110 3rdparty/openexr/IlmImf/ImfIO.h virtual Int64 tellg () = 0; tellg 248 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp Int64 position = is.tellg(); tellg 254 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp Int64 lineOffset = is.tellg(); tellg 138 3rdparty/openexr/IlmImf/ImfStdIO.cpp return std::streamoff (_is->tellg()); tellg 81 3rdparty/openexr/IlmImf/ImfStdIO.h virtual Int64 tellg (); tellg 96 3rdparty/openexr/IlmImf/ImfTestFile.cpp Int64 pos = is.tellg(); tellg 120 3rdparty/openexr/IlmImf/ImfTileOffsets.cpp Int64 tileOffset = is.tellg(); tellg 158 3rdparty/openexr/IlmImf/ImfTileOffsets.cpp Int64 position = is.tellg(); tellg 773 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp _data->currentPosition = _data->is->tellg(); tellg 166 modules/videoio/src/cap_mjpeg_decoder.cpp uint64_t tellg(); tellg 452 modules/videoio/src/cap_mjpeg_decoder.cpp uint64_t index_end = in_str.tellg(); tellg 456 modules/videoio/src/cap_mjpeg_decoder.cpp while(in_str && (in_str.tellg() < index_end)) tellg 489 modules/videoio/src/cap_mjpeg_decoder.cpp uint64_t next_strl_list = in_str.tellg(); tellg 522 modules/videoio/src/cap_mjpeg_decoder.cpp in_str.seekg(in_str.tellg() + chunk.m_size); tellg 532 modules/videoio/src/cap_mjpeg_decoder.cpp in_str.seekg(in_str.tellg() + list.m_size - 4); tellg 546 modules/videoio/src/cap_mjpeg_decoder.cpp uint64_t next_strl_list = in_str.tellg(); tellg 568 modules/videoio/src/cap_mjpeg_decoder.cpp next_strl_list = in_str.tellg(); tellg 596 modules/videoio/src/cap_mjpeg_decoder.cpp uint64_t next_list = in_str.tellg(); tellg 610 modules/videoio/src/cap_mjpeg_decoder.cpp next_list = in_str.tellg(); tellg 627 modules/videoio/src/cap_mjpeg_decoder.cpp m_movi_start = in_str.tellg(); tellg 886 modules/videoio/src/cap_mjpeg_decoder.cpp uint64_t next_riff = in_str.tellg();