/external/opencore/fileformats/mp4/composer/src/ |
D | sampletableatom.cpp | 90 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 …]
|
D | mediaatom.cpp | 65 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()
|
D | mediainformationatom.cpp | 115 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()
|
D | trackatom.cpp | 112 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()
|
D | movieatom.cpp | 470 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()
|
D | syncsampleatom.cpp | 55 PVA_FF_SyncSampleAtom::nextSample(uint8 flags) in nextSample() function in PVA_FF_SyncSampleAtom
|
D | chunkoffsetatom.cpp | 59 PVA_FF_ChunkOffsetAtom::nextSample(uint32 size, in nextSample() function in PVA_FF_ChunkOffsetAtom
|
D | samplesizeatom.cpp | 54 PVA_FF_SampleSizeAtom::nextSample(uint32 size) in nextSample() function in PVA_FF_SampleSizeAtom
|
D | timetosampleatom.cpp | 57 PVA_FF_TimeToSampleAtom::nextSample(uint32 ts) in nextSample() function in PVA_FF_TimeToSampleAtom
|
D | sampletochunkatom.cpp | 75 PVA_FF_SampleToChunkAtom::nextSample(int32 index, in nextSample() function in PVA_FF_SampleToChunkAtom
|
D | sampledescriptionatom.cpp | 387 PVA_FF_SampleDescriptionAtom::nextSample(uint32 size, uint8 flags) in nextSample() function in PVA_FF_SampleDescriptionAtom
|
/external/opencore/fileformats/mp4/composer/include/ |
D | mediainformationatom.h | 66 void nextSample(int32 mediaType, 83 void nextSample(int32 mediaType,
|
D | mediaatom.h | 57 void nextSample(int32 mediaType, 74 void nextSample(int32 mediaType,
|
D | sampletableatom.h | 56 void nextSample(int32 mediaType, 73 void nextSample(int32 mediaType,
|
D | trackatom.h | 102 void nextSample(int32 mediaType, 119 void nextSample(int32 mediaType,
|
D | syncsampleatom.h | 46 void nextSample(uint8 flags);
|
D | chunkoffsetatom.h | 44 void nextSample(uint32 size, bool isChunkStart, uint32 baseOffset = 0);
|
D | samplesizeatom.h | 49 void nextSample(uint32 size);
|
D | timetosampleatom.h | 44 void nextSample(uint32 ts);
|
D | sampletochunkatom.h | 47 bool nextSample(int32 index, uint32 size = 0, bool oChunkStart = false);
|
D | sampledescriptionatom.h | 53 int32 nextSample(uint32 size, uint8 flags);
|