Home | History | Annotate | Download | only in libwebm

Lines Matching refs:Block

77 class Block

79 Block(const Block&);
80 Block& operator=(const Block&);
86 Block(long long start, long long size);
87 ~Block();
138 virtual const Block* GetBlock() const = 0;
160 const Block* GetBlock() const;
163 Block m_block;
177 long long block_start, //absolute pos of block's payload
178 long long block_size, //size of block's payload
186 const Block* GetBlock() const;
188 long long GetPrevTimeCode() const; //relative to block's time
193 Block m_block;
368 const Block* GetBlock() const;
616 // reftime = timecode of the referenced block
717 long long GetFirstTime() const; //time (ns) of first (earliest) block
718 long long GetLastTime() const; //time (ns) of last (latest) block