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, long long discard_padding);
87 ~Block();
142 virtual const Block* GetBlock() const = 0;
164 const Block* GetBlock() const;
167 Block m_block;
181 long long block_start, //absolute pos of block's payload
182 long long block_size, //size of block's payload
191 const Block* GetBlock() const;
193 long long GetPrevTimeCode() const; //relative to block's time
198 Block m_block;
425 const Block* GetBlock() const;
795 // reftime = timecode of the referenced block
896 long long GetFirstTime() const; //time (ns) of first (earliest) block
897 long long GetLastTime() const; //time (ns) of last (latest) block