Home | History | Annotate | Download | only in libwebm

Lines Matching refs:EOS

3467     assert(!pCurr->EOS());

4096 if ((pBE != 0) && !pBE->EOS())
4144 if ((pBE != 0) && !pBE->EOS()) //found a keyframe
4158 if ((pBlockEntry != 0) && !pBlockEntry->EOS())
4858 if (pCluster->EOS())
4934 assert(!pCurrEntry->EOS()); //?
4941 assert(!pCluster->EOS());
4974 if (pCluster->EOS())
5266 if (pResult->EOS())
5327 if ((pResult != 0) && !pResult->EOS()) //found a keyframe
5347 if ((pResult != 0) && !pResult->EOS())
5500 if (pResult->EOS())
5563 if ((pResult != 0) && !pResult->EOS())
6980 bool Cluster::EOS() const
7688 if (m_pSegment == NULL) //this is the special EOS cluster
7696 return NULL; //return EOS here?
7709 assert(!pEntry->EOS());
7768 assert(!pEntry->EOS());
7834 assert(!pEntry->EOS());
7858 assert(!pEntry->EOS());
7925 assert(!pEntry->EOS());
7960 assert(!pEntry->EOS());
8016 if (m_pSegment == NULL) //EOS
8031 assert(!pEntry->EOS());
8060 bool BlockEntry::EOS() const