Lines Matching refs:pBlock

5021       const Block* const pBlock = pBlockEntry->GetBlock();
5022 assert(pBlock);
5024 const long long tn = pBlock->GetTrackNumber();
5154 const Block* const pBlock = pBlockEntry->GetBlock();
5155 assert(pBlock);
5156 assert(pBlock->GetTrackNumber() == m_info.number);
5157 if (!pBlock || pBlock->GetTrackNumber() != m_info.number)
6433 const Block* const pBlock = pLast->GetBlock();
6434 assert(pBlock);
6436 const long long start = pBlock->m_start;
6441 const long long size = pBlock->m_size;
7239 const Block* const pBlock = pEntry->GetBlock();
7240 assert(pBlock);
7242 return pBlock->GetTime(this);
7256 const Block* const pBlock = pEntry->GetBlock();
7257 assert(pBlock);
7259 return pBlock->GetTime(this);
7562 const Block* const pBlock = pEntry->GetBlock();
7563 assert(pBlock);
7565 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
7573 const long long ns = pBlock->GetTime(this);
7582 const long long ns = pBlock->GetTime(this);
7619 const Block* const pBlock = pEntry->GetBlock();
7620 assert(pBlock);
7622 if (pBlock->GetTrackNumber() != pTrack->GetNumber()) {
7631 const long long ns = pBlock->GetTime(this);
7638 const long long ns = pBlock->GetTime(this);
7677 const Block* const pBlock = pEntry->GetBlock();
7678 assert(pBlock);
7680 if ((pBlock->GetTrackNumber() == tp.m_track) &&
7681 (pBlock->GetTimeCode(this) == tc))
7701 const Block* const pBlock = pEntry->GetBlock();
7702 assert(pBlock);
7704 if (pBlock->GetTrackNumber() != tp.m_track)
7707 const long long tc_ = pBlock->GetTimeCode(this);
7733 if (!pBlock->IsKey())
7766 const Block* const pBlock = pEntry->GetBlock();
7767 assert(pBlock);
7769 if ((pBlock->GetTrackNumber() == tp.m_track) &&
7770 (pBlock->GetTimeCode(this) == tc)) {
7798 const Block* const pBlock = pEntry->GetBlock();
7799 assert(pBlock);
7801 if (pBlock->GetTrackNumber() != tp.m_track) {
7806 const long long tc_ = pBlock->GetTimeCode(this);
7833 if (!pBlock->IsKey())
7864 const Block* const pBlock = pEntry->GetBlock();
7865 assert(pBlock);
7867 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
7870 if (pBlock->IsKey())
7923 Block* const pBlock = new Block(start, size, pReader);
7924 assert(pBlock); //TODO
7930 m_pBlock = pBlock;