Lines Matching refs:pBlock

5764             const Block* const pBlock = pBlockEntry->GetBlock();
5765 assert(pBlock);
5767 const long long tn = pBlock->GetTrackNumber();
5906 const Block* const pBlock = pBlockEntry->GetBlock();
5907 assert(pBlock);
5908 assert(pBlock->GetTrackNumber() == m_info.number);
5909 if (!pBlock || pBlock->GetTrackNumber() != m_info.number)
7421 const Block* const pBlock = pLast->GetBlock();
7422 assert(pBlock);
7424 const long long start = pBlock->m_start;
7429 const long long size = pBlock->m_size;
8302 const Block* const pBlock = pEntry->GetBlock();
8303 assert(pBlock);
8305 return pBlock->GetTime(this);
8321 const Block* const pBlock = pEntry->GetBlock();
8322 assert(pBlock);
8324 return pBlock->GetTime(this);
8683 const Block* const pBlock = pEntry->GetBlock();
8684 assert(pBlock);
8686 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
8694 const long long ns = pBlock->GetTime(this);
8703 const long long ns = pBlock->GetTime(this);
8742 const Block* const pBlock = pEntry->GetBlock();
8743 assert(pBlock);
8745 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
8756 const long long ns = pBlock->GetTime(this);
8765 const long long ns = pBlock->GetTime(this);
8808 const Block* const pBlock = pEntry->GetBlock();
8809 assert(pBlock);
8811 if ((pBlock->GetTrackNumber() == tp.m_track) &&
8812 (pBlock->GetTimeCode(this) == tc))
8832 const Block* const pBlock = pEntry->GetBlock();
8833 assert(pBlock);
8835 if (pBlock->GetTrackNumber() != tp.m_track)
8838 const long long tc_ = pBlock->GetTimeCode(this);
8864 if (!pBlock->IsKey())
8899 const Block* const pBlock = pEntry->GetBlock();
8900 assert(pBlock);
8902 if ((pBlock->GetTrackNumber() == tp.m_track) &&
8903 (pBlock->GetTimeCode(this) == tc))
8934 const Block* const pBlock = pEntry->GetBlock();
8935 assert(pBlock);
8937 if (pBlock->GetTrackNumber() != tp.m_track)
8943 const long long tc_ = pBlock->GetTimeCode(this);
8971 if (!pBlock->IsKey())
9004 const Block* const pBlock = pEntry->GetBlock();
9005 assert(pBlock);
9007 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
9010 if (pBlock->IsKey())
9114 Block* const pBlock = new Block(start, size, pReader);
9115 assert(pBlock); //TODO
9121 m_pBlock = pBlock;