OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampleTable
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/include/
MPEG4Extractor.h
29
class
SampleTable
;
54
sp<
SampleTable
>
sampleTable
;
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
22
#include "include/
SampleTable
.h"
48
// Caller retains ownership of both "dataSource" and "
sampleTable
".
52
const sp<
SampleTable
> &
sampleTable
);
71
sp<
SampleTable
> mSampleTable;
96
// This is used to cache the full
sampletable
metadata for a single track,
98
// Each MPEG4DataSource caches the
sampletable
metadata for a single track.
352
if (track->
sampleTable
->findThumbnailSample(&sampleIndex) == OK
353
&& track->
sampleTable
->getMetaDataForSample(
690
ALOGV("
sampleTable
chunk is %d bytes long.", (size_t)chunk_size)
[
all
...]
Completed in 32 milliseconds