Searched refs:setTimeScale (Results 1 - 19 of 19) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
H A Daudiosampleentry.h51 void setTimeScale(uint16 ts) function in class:PVA_FF_AudioSampleEntry
83 void setTimeScale(uint32 ts) function in class:PVA_FF_AudioSampleEntry
H A Dmediaatom.h103 void setTimeScale(uint32 ts) function in class:PVA_FF_MediaAtom
105 _pmediaInformation->setTimeScale(ts);
106 _pmediaHeader->setTimeScale(ts);
H A Damrsampleentry.h39 void setTimeScale(uint16 ts) function in class:PVA_FF_AMRSampleEntry
H A Dmediaheaderatom.h57 void setTimeScale(uint32 ts) function in class:PVA_FF_MediaHeaderAtom
H A Dtrackatom.h153 void setTimeScale(uint32 ts) function in class:PVA_FF_TrackAtom
155 _ptrackHeader->setTimeScale(ts);
194 _pmediaAtom->setTimeScale(ts);
H A Dmediainformationatom.h123 void setTimeScale(uint32 ts) function in class:PVA_FF_MediaInformationAtom
125 _psampleTableAtom->setTimeScale(ts);
H A Dsampletableatom.h144 void setTimeScale(uint32 ts) function in class:PVA_FF_SampleTableAtom
146 _psampleDescriptionAtom->setTimeScale(ts);
H A Dmovieheaderatom.h58 void setTimeScale(uint32 ts) function in class:PVA_FF_MovieHeaderAtom
H A Dtrackheaderatom.h92 void setTimeScale(uint32 ts) function in class:PVA_FF_TrackHeaderAtom
H A Dsampledescriptionatom.h90 void setTimeScale(uint32 ts) function in class:PVA_FF_SampleDescriptionAtom
H A Dmovieatom.h102 void setTimeScale(uint32 ts);
139 void setTimeScale(uint32 trackID, uint32 rate);
H A Dslconfigdescriptor.h190 void setTimeScale(uint32 ts) function in class:PVA_FF_SLConfigDescriptor
H A Da_impeg4file.h314 virtual void setTimeScale(uint32 trackID, uint32 rate) = 0;
H A Dmpeg4file.h207 void setTimeScale(uint32 trackID, uint32 rate);
/external/opencore/fileformats/mp4/composer/src/
H A Dmovieatom.cpp77 setTimeScale(DEFAULT_PRESENTATION_TIMESCALE); // Set default value for timescale
122 a->setTimeScale(getTimeScale());
185 PVA_FF_MovieAtom::setTimeScale(uint32 trackID, uint32 rate) function in class:PVA_FF_MovieAtom
212 PVA_FF_MovieAtom::setTimeScale(uint32 ts) function in class:PVA_FF_MovieAtom
215 _pmovieHeaderAtom->setTimeScale(ts);
H A Dtrackheaderatom.cpp58 setTimeScale(0);
H A Dsampledescriptionatom.cpp685 entry->setTimeScale(_mediaTimeScale);
H A Dmpeg4file.cpp639 PVA_FF_Mpeg4File::setTimeScale(uint32 trackID, uint32 rate) function in class:PVA_FF_Mpeg4File
642 _pmovieAtom->setTimeScale(trackID, rate);
1216 _pmovieAtom->setTimeScale(timescale);
/external/opencore/nodes/pvmp4ffcomposernode/src/
H A Dpvmp4ffcn_node.cpp1795 iMpeg4File->setTimeScale(trackId, config->iTimescale);
1813 iMpeg4File->setTimeScale(trackId, config->iTimescale);
1821 iMpeg4File->setTimeScale(trackId, config->iTimescale);

Completed in 123 milliseconds