HomeSort by relevance Sort by last modified time
    Searched defs:tellg (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStdIO.cpp 136 StdIFStream::tellg () function in class:Imf::StdIFStream
138 return std::streamoff (_is->tellg());
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 43 CPPUNIT_TEST(tellg);
73 void tellg();
228 void FstreamTest::tellg() function in class:FstreamTest
248 // CPPUNIT_ASSERT( is.tellg() == 0 );
253 CPPUNIT_ASSERT( is.tellg() == p );
269 is.tellg();
270 CPPUNIT_ASSERT( is.tellg() == p );
284 CPPUNIT_ASSERT( is.tellg() == p );
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 43 CPPUNIT_TEST(tellg);
73 void tellg();
228 void FstreamTest::tellg() function in class:FstreamTest
248 // CPPUNIT_ASSERT( is.tellg() == 0 );
253 CPPUNIT_ASSERT( is.tellg() == p );
269 is.tellg();
270 CPPUNIT_ASSERT( is.tellg() == p );
284 CPPUNIT_ASSERT( is.tellg() == p );
  /external/opencv3/modules/videoio/src/
cap_mjpeg_decoder.cpp 166 uint64_t tellg();
230 uint64_t MjpegInputStream::tellg() function in class:cv::MjpegInputStream
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();
    [all...]

Completed in 205 milliseconds