Home
last modified time | relevance | path

Searched refs:nextSample (Results 1 – 21 of 21) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Dsampletableatom.cpp90 PVA_FF_SampleTableAtom::nextSample(int32 mediaType, in nextSample() function in PVA_FF_SampleTableAtom
99 _ptimeToSampleAtom->nextSample(ts); in nextSample()
102 int32 index = _psampleDescriptionAtom->nextSample(size, flags); in nextSample()
104 _psampleSizeAtom->nextSample(size); in nextSample()
110 isChunkStart = _psampleToChunkAtom->nextSample(index, size, oChunkStart); in nextSample()
115 _pchunkOffsetAtom->nextSample(size, isChunkStart, baseOffset); in nextSample()
120 _pchunkOffsetAtom->nextSample(size, isChunkStart); in nextSample()
126 _psyncSampleAtom->nextSample(flags); in nextSample()
145 _ptimeToSampleAtom->nextSample(ts); in nextTextSample()
150 _psampleSizeAtom->nextSample(size); in nextTextSample()
[all …]
Dmediaatom.cpp65 PVA_FF_MediaAtom::nextSample(int32 mediaType, in nextSample() function in PVA_FF_MediaAtom
73 _pmediaInformation->nextSample(mediaType, psample, size, ts, in nextSample()
94 PVA_FF_MediaAtom::nextSample(int32 mediaType, in nextSample() function in PVA_FF_MediaAtom
102 _pmediaInformation->nextSample(mediaType, fragmentList, size, ts, in nextSample()
Dmediainformationatom.cpp115 PVA_FF_MediaInformationAtom::nextSample(int32 mediaType, in nextSample() function in PVA_FF_MediaInformationAtom
123 _psampleTableAtom->nextSample(mediaType, psample, in nextSample()
144 PVA_FF_MediaInformationAtom::nextSample(int32 mediaType, in nextSample() function in PVA_FF_MediaInformationAtom
152 _psampleTableAtom->nextSample(mediaType, fragmentList, in nextSample()
Dtrackatom.cpp112 PVA_FF_TrackAtom::nextSample(int32 mediaType, in nextSample() function in PVA_FF_TrackAtom
152 _pmediaAtom->nextSample(mediaType, psample, size, ts, in nextSample()
203 PVA_FF_TrackAtom::nextSample(int32 mediaType, in nextSample() function in PVA_FF_TrackAtom
243 _pmediaAtom->nextSample(mediaType, fragmentList, size, ts, in nextSample()
Dmovieatom.cpp470 mediaTrack->nextSample(MEDIA_TYPE_VISUAL, in addSampleToTrack()
482 mediaTrack->nextSample(MEDIA_TYPE_AUDIO, in addSampleToTrack()
493 mediaTrack->nextSample(MEDIA_TYPE_TEXT, in addSampleToTrack()
578 mediaTrack->nextSample(MEDIA_TYPE_VISUAL, in addSampleToTrack()
590 mediaTrack->nextSample(MEDIA_TYPE_AUDIO, in addSampleToTrack()
602 mediaTrack->nextSample(MEDIA_TYPE_AUDIO, in addSampleToTrack()
Dsyncsampleatom.cpp55 PVA_FF_SyncSampleAtom::nextSample(uint8 flags) in nextSample() function in PVA_FF_SyncSampleAtom
Dchunkoffsetatom.cpp59 PVA_FF_ChunkOffsetAtom::nextSample(uint32 size, in nextSample() function in PVA_FF_ChunkOffsetAtom
Dsamplesizeatom.cpp54 PVA_FF_SampleSizeAtom::nextSample(uint32 size) in nextSample() function in PVA_FF_SampleSizeAtom
Dtimetosampleatom.cpp57 PVA_FF_TimeToSampleAtom::nextSample(uint32 ts) in nextSample() function in PVA_FF_TimeToSampleAtom
Dsampletochunkatom.cpp75 PVA_FF_SampleToChunkAtom::nextSample(int32 index, in nextSample() function in PVA_FF_SampleToChunkAtom
Dsampledescriptionatom.cpp387 PVA_FF_SampleDescriptionAtom::nextSample(uint32 size, uint8 flags) in nextSample() function in PVA_FF_SampleDescriptionAtom
/external/opencore/fileformats/mp4/composer/include/
Dmediainformationatom.h66 void nextSample(int32 mediaType,
83 void nextSample(int32 mediaType,
Dmediaatom.h57 void nextSample(int32 mediaType,
74 void nextSample(int32 mediaType,
Dsampletableatom.h56 void nextSample(int32 mediaType,
73 void nextSample(int32 mediaType,
Dtrackatom.h102 void nextSample(int32 mediaType,
119 void nextSample(int32 mediaType,
Dsyncsampleatom.h46 void nextSample(uint8 flags);
Dchunkoffsetatom.h44 void nextSample(uint32 size, bool isChunkStart, uint32 baseOffset = 0);
Dsamplesizeatom.h49 void nextSample(uint32 size);
Dtimetosampleatom.h44 void nextSample(uint32 ts);
Dsampletochunkatom.h47 bool nextSample(int32 index, uint32 size = 0, bool oChunkStart = false);
Dsampledescriptionatom.h53 int32 nextSample(uint32 size, uint8 flags);