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

  /external/chromium_org/media/formats/mp4/
box_definitions.h 364 class MEDIA_EXPORT IndependentAndDisposableSamples : public Box {
366 DECLARE_BOX_METHODS(IndependentAndDisposableSamples);
419 IndependentAndDisposableSamples sdtp;
box_definitions.cc 926 IndependentAndDisposableSamples::IndependentAndDisposableSamples() {}
927 IndependentAndDisposableSamples::~IndependentAndDisposableSamples() {}
928 FourCC IndependentAndDisposableSamples::BoxType() const { return FOURCC_SDTP; }
930 bool IndependentAndDisposableSamples::Parse(BoxReader* reader) {
950 SampleDependsOn IndependentAndDisposableSamples::sample_depends_on(

Completed in 39 milliseconds