Home | History | Annotate | Download | only in src

Lines Matching refs:tellg

166     uint64_t tellg();
230 uint64_t MjpegInputStream::tellg()
452 uint64_t index_end = in_str.tellg();
456 while(in_str && (in_str.tellg() < index_end))
489 uint64_t next_strl_list = in_str.tellg();
522 in_str.seekg(in_str.tellg() + chunk.m_size);
532 in_str.seekg(in_str.tellg() + list.m_size - 4);
546 uint64_t next_strl_list = in_str.tellg();
568 next_strl_list = in_str.tellg();
596 uint64_t next_list = in_str.tellg();
610 next_list = in_str.tellg();
627 m_movi_start = in_str.tellg();
886 uint64_t next_riff = in_str.tellg();