/external/opencore/fileformats/mp4/composer/src/ |
sampletableatom.cpp | 90 PVA_FF_SampleTableAtom::nextSample(int32 mediaType, 99 _ptimeToSampleAtom->nextSample(ts); 102 int32 index = _psampleDescriptionAtom->nextSample(size, flags); 104 _psampleSizeAtom->nextSample(size); 110 isChunkStart = _psampleToChunkAtom->nextSample(index, size, oChunkStart); 115 _pchunkOffsetAtom->nextSample(size, isChunkStart, baseOffset); 120 _pchunkOffsetAtom->nextSample(size, isChunkStart); 126 _psyncSampleAtom->nextSample(flags); 145 _ptimeToSampleAtom->nextSample(ts); 150 _psampleSizeAtom->nextSample(size) [all...] |
mediaatom.cpp | 65 PVA_FF_MediaAtom::nextSample(int32 mediaType, 73 _pmediaInformation->nextSample(mediaType, psample, size, ts, 94 PVA_FF_MediaAtom::nextSample(int32 mediaType, 102 _pmediaInformation->nextSample(mediaType, fragmentList, size, ts,
|
mediainformationatom.cpp | 115 PVA_FF_MediaInformationAtom::nextSample(int32 mediaType, 123 _psampleTableAtom->nextSample(mediaType, psample, 144 PVA_FF_MediaInformationAtom::nextSample(int32 mediaType, 152 _psampleTableAtom->nextSample(mediaType, fragmentList,
|
syncsampleatom.cpp | 55 PVA_FF_SyncSampleAtom::nextSample(uint8 flags)
|
chunkoffsetatom.cpp | 59 PVA_FF_ChunkOffsetAtom::nextSample(uint32 size,
|
samplesizeatom.cpp | 54 PVA_FF_SampleSizeAtom::nextSample(uint32 size)
|
trackatom.cpp | 112 PVA_FF_TrackAtom::nextSample(int32 mediaType, 152 _pmediaAtom->nextSample(mediaType, psample, size, ts, 203 PVA_FF_TrackAtom::nextSample(int32 mediaType, 243 _pmediaAtom->nextSample(mediaType, fragmentList, size, ts,
|
movieatom.cpp | 470 mediaTrack->nextSample(MEDIA_TYPE_VISUAL, 482 mediaTrack->nextSample(MEDIA_TYPE_AUDIO, 493 mediaTrack->nextSample(MEDIA_TYPE_TEXT, 578 mediaTrack->nextSample(MEDIA_TYPE_VISUAL, 590 mediaTrack->nextSample(MEDIA_TYPE_AUDIO, 602 mediaTrack->nextSample(MEDIA_TYPE_AUDIO,
|
timetosampleatom.cpp | 57 PVA_FF_TimeToSampleAtom::nextSample(uint32 ts)
|
sampletochunkatom.cpp | 75 PVA_FF_SampleToChunkAtom::nextSample(int32 index,
|
sampledescriptionatom.cpp | 387 PVA_FF_SampleDescriptionAtom::nextSample(uint32 size, uint8 flags)
|
/external/opencore/fileformats/mp4/composer/include/ |
syncsampleatom.h | 46 void nextSample(uint8 flags);
|
chunkoffsetatom.h | 44 void nextSample(uint32 size, bool isChunkStart, uint32 baseOffset = 0);
|
samplesizeatom.h | 49 void nextSample(uint32 size);
|
timetosampleatom.h | 44 void nextSample(uint32 ts);
|
mediaatom.h | 57 void nextSample(int32 mediaType, 74 void nextSample(int32 mediaType,
|
mediainformationatom.h | 66 void nextSample(int32 mediaType, 83 void nextSample(int32 mediaType,
|
sampletableatom.h | 56 void nextSample(int32 mediaType, 73 void nextSample(int32 mediaType,
|
sampletochunkatom.h | 47 bool nextSample(int32 index, uint32 size = 0, bool oChunkStart = false);
|
trackatom.h | 102 void nextSample(int32 mediaType, 119 void nextSample(int32 mediaType,
|
sampledescriptionatom.h | 53 int32 nextSample(uint32 size, uint8 flags);
|