Searched defs:GetBlock (Results 1 - 3 of 3) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1163 GetBlock( temp, c );
1283 void GrFmtJpegReader::GetBlock( int* block, int c ) function in class:GrFmtJpegReader
/external/v8/src/
H A Dlithium-allocator.cc1180 HBasicBlock* LAllocator::GetBlock(LifetimePosition pos) { function in class:LAllocator
1202 should_insert = CanEagerlyResolveControlFlow(GetBlock(pos));
2025 HBasicBlock* start_block = GetBlock(start);
2026 HBasicBlock* end_block = GetBlock(end);
/external/libvpx/mkvparser/
H A Dmkvparser.cpp2835 const BlockEntry* Cues::GetBlock( function in class:mkvparser::Cues
2845 return m_pSegment->GetBlock(*pCP, *pTP);
2849 const BlockEntry* Segment::GetBlock( function in class:mkvparser::Segment
4884 const Block* const pBlock = pBlockEntry->GetBlock();
4929 const Block* const pCurrBlock = pCurrEntry->GetBlock();
4945 const Block* const pNextBlock = pNextEntry->GetBlock();
5126 const Block* Track::EOSBlock::GetBlock() const function in class:mkvparser::Track::EOSBlock
5240 const Block* const pBlock = pBlockEntry->GetBlock();
5266 if (time_ns <= pResult->GetBlock()->GetTime(pCluster))
5474 const Block* const pBlock = pBlockEntry->GetBlock();
[all...]

Completed in 110 milliseconds