Lines Matching defs:pBlock
4884 const Block* const pBlock = pBlockEntry->GetBlock();
4885 assert(pBlock);
4887 const long long tn = pBlock->GetTrackNumber();
5240 const Block* const pBlock = pBlockEntry->GetBlock();
5241 assert(pBlock);
5242 assert(pBlock->GetTrackNumber() == m_info.number);
5244 return pBlock->IsKey();
5474 const Block* const pBlock = pBlockEntry->GetBlock();
5475 assert(pBlock);
5476 assert(pBlock->GetTrackNumber() == m_info.number);
6465 const Block* const pBlock = pLast->GetBlock();
6466 assert(pBlock);
6468 const long long start = pBlock->m_start;
6473 const long long size = pBlock->m_size;
7328 const Block* const pBlock = pEntry->GetBlock();
7329 assert(pBlock);
7331 return pBlock->GetTime(this);
7347 const Block* const pBlock = pEntry->GetBlock();
7348 assert(pBlock);
7350 return pBlock->GetTime(this);
7704 const Block* const pBlock = pEntry->GetBlock();
7705 assert(pBlock);
7707 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
7715 const long long ns = pBlock->GetTime(this);
7724 const long long ns = pBlock->GetTime(this);
7763 const Block* const pBlock = pEntry->GetBlock();
7764 assert(pBlock);
7766 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
7777 const long long ns = pBlock->GetTime(this);
7786 const long long ns = pBlock->GetTime(this);
7829 const Block* const pBlock = pEntry->GetBlock();
7830 assert(pBlock);
7832 if ((pBlock->GetTrackNumber() == tp.m_track) &&
7833 (pBlock->GetTimeCode(this) == tc))
7853 const Block* const pBlock = pEntry->GetBlock();
7854 assert(pBlock);
7856 if (pBlock->GetTrackNumber() != tp.m_track)
7859 const long long tc_ = pBlock->GetTimeCode(this);
7885 if (!pBlock->IsKey())
7920 const Block* const pBlock = pEntry->GetBlock();
7921 assert(pBlock);
7923 if ((pBlock->GetTrackNumber() == tp.m_track) &&
7924 (pBlock->GetTimeCode(this) == tc))
7955 const Block* const pBlock = pEntry->GetBlock();
7956 assert(pBlock);
7958 if (pBlock->GetTrackNumber() != tp.m_track)
7964 const long long tc_ = pBlock->GetTimeCode(this);
7993 if (!pBlock->IsKey())
8026 const Block* const pBlock = pEntry->GetBlock();
8027 assert(pBlock);
8029 if (pBlock->GetTrackNumber() != pTrack->GetNumber())
8032 if (pBlock->IsKey())
8135 Block* const pBlock = new Block(start, size, pReader);
8136 assert(pBlock); //TODO
8142 m_pBlock = pBlock;