Lines Matching defs:pBlock
5024 const Block* const pBlock = pBlockEntry->GetBlock();
5025 assert(pBlock);
5027 const long long tn = pBlock->GetTrackNumber();
5157 const Block* const pBlock = pBlockEntry->GetBlock();
5158 assert(pBlock);
5159 assert(pBlock->GetTrackNumber() == m_info.number);
5160 if (!pBlock || pBlock->GetTrackNumber() != m_info.number)
6436 const Block* const pBlock = pLast->GetBlock();
6437 assert(pBlock);
6439 const long long start = pBlock->m_start;
6444 const long long size = pBlock->m_size;
7237 const Block* const pBlock = pEntry->GetBlock();
7238 assert(pBlock);
7240 return pBlock->GetTime(this);
7254 const Block* const pBlock = pEntry->GetBlock();
7255 assert(pBlock);
7257 return pBlock->GetTime(this);
7560 const Block* const pBlock = pEntry->GetBlock();
7561 assert(pBlock);
7563 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
7571 const long long ns = pBlock->GetTime(this);
7580 const long long ns = pBlock->GetTime(this);
7617 const Block* const pBlock = pEntry->GetBlock();
7618 assert(pBlock);
7620 if (pBlock->GetTrackNumber() != pTrack->GetNumber()) {
7629 const long long ns = pBlock->GetTime(this);
7636 const long long ns = pBlock->GetTime(this);
7675 const Block* const pBlock = pEntry->GetBlock();
7676 assert(pBlock);
7678 if ((pBlock->GetTrackNumber() == tp.m_track) &&
7679 (pBlock->GetTimeCode(this) == tc))
7699 const Block* const pBlock = pEntry->GetBlock();
7700 assert(pBlock);
7702 if (pBlock->GetTrackNumber() != tp.m_track)
7705 const long long tc_ = pBlock->GetTimeCode(this);
7731 if (!pBlock->IsKey())
7764 const Block* const pBlock = pEntry->GetBlock();
7765 assert(pBlock);
7767 if ((pBlock->GetTrackNumber() == tp.m_track) &&
7768 (pBlock->GetTimeCode(this) == tc)) {
7796 const Block* const pBlock = pEntry->GetBlock();
7797 assert(pBlock);
7799 if (pBlock->GetTrackNumber() != tp.m_track) {
7804 const long long tc_ = pBlock->GetTimeCode(this);
7831 if (!pBlock->IsKey())
7862 const Block* const pBlock = pEntry->GetBlock();
7863 assert(pBlock);
7865 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
7868 if (pBlock->IsKey())
7921 Block* const pBlock = new Block(start, size, pReader);
7922 assert(pBlock); //TODO
7928 m_pBlock = pBlock;