OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBlock
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/mkvparser/
mkvparser.hpp
119
virtual const Block*
GetBlock
() const = 0;
139
const Block*
GetBlock
() const;
162
const Block*
GetBlock
() const;
258
const Block*
GetBlock
() const;
517
const BlockEntry*
GetBlock
(
719
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/base/media/libstagefright/matroska/
MatroskaExtractor.cpp
285
CHECK(mBlockEntry->
GetBlock
() != NULL);
288
if (mBlockEntry->
GetBlock
()->GetTrackNumber() == mTrackNum) {
319
while (!eos() && !mBlockEntry->
GetBlock
()->IsKey()) {
328
return mBlockEntry->
GetBlock
();
332
return (mBlockEntry->
GetBlock
()->GetTime(mCluster) + 500ll) / 1000ll;
/external/v8/src/
lithium-allocator.h
573
HBasicBlock*
GetBlock
(LifetimePosition pos);
lithium-allocator.cc
[
all
...]
Completed in 1794 milliseconds