Searched refs:SampleTable (Results 1 – 2 of 2) sorted by relevance
218 struct MEDIA_EXPORT SampleTable : Box { struct219 DECLARE_BOX_METHODS(SampleTable);240 SampleTable sample_table; argument
248 SampleTable::SampleTable() {} in SampleTable() function in media::mp4::SampleTable249 SampleTable::~SampleTable() {} in ~SampleTable()250 FourCC SampleTable::BoxType() const { return FOURCC_STBL; } in BoxType()252 bool SampleTable::Parse(BoxReader* reader) { in Parse()