Home | History | Annotate | Download | only in mkvparser

Lines Matching refs:pBlock

4995             const Block* const pBlock = pBlockEntry->GetBlock();

4996 assert(pBlock);
4998 const long long tn = pBlock->GetTrackNumber();
5211 const Block* const pBlock = pBlockEntry->GetBlock();
5212 assert(pBlock);
5213 assert(pBlock->GetTrackNumber() == m_info.number);
5215 return pBlock->IsKey();
5409 const Block* const pBlock = pBlockEntry->GetBlock();
5410 assert(pBlock);
5411 assert(pBlock->GetTrackNumber() == m_info.number);
6341 const Block* const pBlock = pLast->GetBlock();
6342 assert(pBlock);
6344 const long long start = pBlock->m_start;
6349 const long long size = pBlock->m_size;
7339 const Block* const pBlock = pEntry->GetBlock();
7340 assert(pBlock);
7342 return pBlock->GetTime(this);
7353 const Block* const pBlock = pEntry->GetBlock();
7354 assert(pBlock);
7356 return pBlock->GetTime(this);
7541 const Block* const pBlock = pEntry->GetBlock();
7542 assert(pBlock);
7544 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
7552 const long long ns = pBlock->GetTime(this);
7561 const long long ns = pBlock->GetTime(this);
7600 const Block* const pBlock = pEntry->GetBlock();
7601 assert(pBlock);
7603 if ((pBlock->GetTrackNumber() == tp.m_track) &&
7604 (pBlock->GetTimeCode(this) == tc))
7624 const Block* const pBlock = pEntry->GetBlock();
7625 assert(pBlock);
7627 if (pBlock->GetTrackNumber() != tp.m_track)
7630 const long long tc_ = pBlock->GetTimeCode(this);
7656 if (!pBlock->IsKey())
7687 const Block* const pBlock = pEntry->GetBlock();
7688 assert(pBlock);
7690 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
7693 if (pBlock->IsKey())
7840 Block* const pBlock = new Block(start, size, pReader);
7841 assert(pBlock); //TODO
7847 m_pBlock = pBlock;