#include <opencv2/videoio/container_avi.private.hpp>
      
        
          | cv::AVIReadContainer::AVIReadContainer | ( |  | ) |  | 
      
 
 
      
        
          | void cv::AVIReadContainer::close | ( |  | ) |  | 
      
 
 
  
  | 
        
          | double cv::AVIReadContainer::getFps | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | size_t cv::AVIReadContainer::getFramesCount | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | unsigned int cv::AVIReadContainer::getHeight | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | unsigned int cv::AVIReadContainer::getWidth | ( |  | ) |  |  | inline | 
 
 
      
        
          | void cv::AVIReadContainer::initStream | ( | const String & | filename | ) |  | 
      
 
 
      
        
          | void cv::AVIReadContainer::initStream | ( | Ptr< VideoInputStream > | m_file_stream_ | ) |  | 
      
 
 
  
  | 
        
          | bool cv::AVIReadContainer::parseAvi | ( | Codecs | codec_ | ) |  |  | inline | 
 
 
  
  | 
        
          | bool cv::AVIReadContainer::parseAvi | ( | frame_list & | in_frame_list, |  
          |  |  | Codecs | codec_ |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | bool cv::AVIReadContainer::parseAviWithFrameList | ( | frame_list & | in_frame_list, |  
          |  |  | Codecs | codec_ |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | bool cv::AVIReadContainer::parseHdrlList | ( | Codecs | codec_ | ) |  |  | protected | 
 
 
  
  | 
        
          | bool cv::AVIReadContainer::parseIndex | ( | unsigned int | index_size, |  
          |  |  | frame_list & | in_frame_list |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | bool cv::AVIReadContainer::parseInfo | ( |  | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | bool cv::AVIReadContainer::parseMovi | ( | frame_list & | in_frame_list | ) |  |  | inlineprotected | 
 
 
      
        
          | bool cv::AVIReadContainer::parseRiff | ( | frame_list & | m_mjpeg_frames | ) |  | 
      
 
 
  
  | 
        
          | bool cv::AVIReadContainer::parseStrl | ( | char | stream_id, |  
          |  |  | Codecs | codec_ |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void cv::AVIReadContainer::printError | ( | RiffList & | list, |  
          |  |  | unsigned int | expected_fourcc |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void cv::AVIReadContainer::printError | ( | RiffChunk & | chunk, |  
          |  |  | unsigned int | expected_fourcc |  
          |  | ) |  |  |  | protected | 
 
 
      
        
          | std::vector<char> cv::AVIReadContainer::readFrame | ( | frame_iterator | it | ) |  | 
      
 
 
  
  | 
        
          | void cv::AVIReadContainer::skipJunk | ( | RiffChunk & | chunk | ) |  |  | protected | 
 
 
  
  | 
        
          | void cv::AVIReadContainer::skipJunk | ( | RiffList & | list | ) |  |  | protected | 
 
 
  
  | 
        
          | Ptr<VideoInputStream> cv::AVIReadContainer::m_file_stream |  | protected | 
 
 
  
  | 
        
          | double cv::AVIReadContainer::m_fps |  | protected | 
 
 
  
  | 
        
          | unsigned int cv::AVIReadContainer::m_height |  | protected | 
 
 
  
  | 
        
          | bool cv::AVIReadContainer::m_is_indx_present |  | protected | 
 
 
  
  | 
        
          | unsigned long long int cv::AVIReadContainer::m_movi_end |  | protected | 
 
 
  
  | 
        
          | unsigned long long int cv::AVIReadContainer::m_movi_start |  | protected | 
 
 
  
  | 
        
          | unsigned int cv::AVIReadContainer::m_stream_id |  | protected | 
 
 
  
  | 
        
          | unsigned int cv::AVIReadContainer::m_width |  | protected | 
 
 
The documentation for this class was generated from the following file: