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

  /external/chromium_org/media/formats/mp4/
box_definitions.h 243 struct MEDIA_EXPORT SampleTable : Box {
244 DECLARE_BOX_METHODS(SampleTable);
266 SampleTable sample_table;
box_definitions.cc 289 SampleTable::SampleTable() {}
290 SampleTable::~SampleTable() {}
291 FourCC SampleTable::BoxType() const { return FOURCC_STBL; }
293 bool SampleTable::Parse(BoxReader* reader) {

Completed in 248 milliseconds