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

  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 34 class SampleTable;
71 sp<SampleTable> sampleTable;
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 22 #include "include/SampleTable.h"
45 // Caller retains ownership of both "dataSource" and "sampleTable".
49 const sp<SampleTable> &sampleTable,
70 sp<SampleTable> mSampleTable;
153 // This is used to cache the full sampletable metadata for a single track,
155 // Each MPEG4DataSource caches the sampletable metadata for a single track.
447 if (track->sampleTable->findThumbnailSample(&sampleIndex) == OK
448 && track->sampleTable->getMetaDataForSample(
824 ALOGV("sampleTable chunk is %d bytes long.", (size_t)chunk_size)
    [all...]

Completed in 31 milliseconds