Home | History | Annotate | Download | only in mkvparser

Lines Matching refs:pBlock

4668       const Block* const pBlock = pBlockEntry->GetBlock();
4669 assert(pBlock);
4671 const long long tn = pBlock->GetTrackNumber();
4793 const Block* const pBlock = pBlockEntry->GetBlock();
4794 assert(pBlock);
4795 assert(pBlock->GetTrackNumber() == m_info.number);
4796 if (!pBlock || pBlock->GetTrackNumber() != m_info.number)
6301 const Block* const pBlock = pLast->GetBlock();
6302 if (pBlock == NULL)
6305 const long long start = pBlock->m_start;
6310 const long long size = pBlock->m_size;
6981 const Block* const pBlock = pEntry->GetBlock();
6982 assert(pBlock);
6984 return pBlock->GetTime(this);
6998 const Block* const pBlock = pEntry->GetBlock();
6999 assert(pBlock);
7001 return pBlock->GetTime(this);
7321 const Block* const pBlock = pEntry->GetBlock();
7322 assert(pBlock);
7324 if (pBlock->GetTrackNumber() != pTrack->GetNumber()) {
7333 const long long ns = pBlock->GetTime(this);
7340 const long long ns = pBlock->GetTime(this);
7376 const Block* const pBlock = pEntry->GetBlock();
7377 assert(pBlock);
7379 if ((pBlock->GetTrackNumber() == tp.m_track) &&
7380 (pBlock->GetTimeCode(this) == tc)) {
7408 const Block* const pBlock = pEntry->GetBlock();
7409 assert(pBlock);
7411 if (pBlock->GetTrackNumber() != tp.m_track) {
7416 const long long tc_ = pBlock->GetTimeCode(this);
7443 if (!pBlock->IsKey())