HomeSort by relevance Sort by last modified time
    Searched refs:GetBlock (Results 1 - 7 of 7) sorted by null

  /external/libvpx/mkvparser/
mkvparser.hpp 138 virtual const Block* GetBlock() const = 0;
160 const Block* GetBlock() const;
186 const Block* GetBlock() const;
368 const Block* GetBlock() const;
671 const BlockEntry* GetBlock(
879 const BlockEntry* GetBlock(
mkvparser.cpp     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 158 void GetBlock( int* block, int c );
grfmt_jpeg.cpp     [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 288 CHECK(mBlockEntry->GetBlock() != NULL);
291 if (mBlockEntry->GetBlock()->GetTrackNumber() == mTrackNum) {
422 return mBlockEntry->GetBlock();
426 return (mBlockEntry->GetBlock()->GetTime(mCluster) + 500ll) / 1000ll;
  /external/v8/src/
lithium-allocator.h 578 HBasicBlock* GetBlock(LifetimePosition pos);
lithium-allocator.cc     [all...]

Completed in 191 milliseconds