/external/opencore/fileformats/mp4/composer/src/ |
D | mediaatom.cpp | 71 bool oChunkStart) in nextSample() argument 74 flags, baseOffset, oChunkStart); in nextSample() 86 bool oChunkStart) in nextTextSample() argument 89 flags, index, baseOffset, oChunkStart); in nextTextSample() 100 bool oChunkStart) in nextSample() argument 103 flags, baseOffset, oChunkStart); in nextSample() 116 bool oChunkStart) in nextTextSample() argument 119 flags, index, baseOffset, oChunkStart); in nextTextSample()
|
D | mediainformationatom.cpp | 121 bool oChunkStart) in nextSample() argument 125 baseOffset, oChunkStart); in nextSample() 136 bool oChunkStart) in nextTextSample() argument 140 baseOffset, oChunkStart); in nextTextSample() 150 bool oChunkStart) in nextSample() argument 154 baseOffset, oChunkStart); in nextSample() 166 bool oChunkStart) in nextTextSample() argument 170 baseOffset, oChunkStart); in nextTextSample()
|
D | sampletableatom.cpp | 96 bool oChunkStart) in nextSample() argument 110 isChunkStart = _psampleToChunkAtom->nextSample(index, size, oChunkStart); in nextSample() 140 bool oChunkStart) in nextTextSample() argument 156 isChunkStart = _psampleToChunkAtom->nextSample(sdindex, size, oChunkStart); in nextTextSample() 185 bool oChunkStart) in nextSample() argument 201 isChunkStart = _psampleToChunkAtom->nextSample(index, size, oChunkStart); in nextSample() 232 bool oChunkStart) in nextTextSample() argument 249 isChunkStart = _psampleToChunkAtom->nextSample(sdindex, size, oChunkStart); in nextTextSample()
|
D | trackatom.cpp | 118 bool oChunkStart) in nextSample() argument 153 flags, baseOffset, oChunkStart); in nextSample() 164 bool oChunkStart) in nextTextSample() argument 199 flags, index, baseOffset, oChunkStart); in nextTextSample() 209 bool oChunkStart) in nextSample() argument 244 flags, baseOffset, oChunkStart); in nextSample() 256 bool oChunkStart) in nextTextSample() argument 291 flags, index, baseOffset, oChunkStart); in nextTextSample()
|
D | movieatom.cpp | 445 bool oChunkStart) in addSampleToTrack() argument 476 oChunkStart); in addSampleToTrack() 488 oChunkStart); in addSampleToTrack() 499 oChunkStart); in addSampleToTrack() 511 bool oChunkStart) in addTextSampleToTrack() argument 543 oChunkStart); in addTextSampleToTrack() 554 bool oChunkStart) in addSampleToTrack() argument 584 oChunkStart); in addSampleToTrack() 596 oChunkStart); in addSampleToTrack() 608 oChunkStart); in addSampleToTrack() [all …]
|
D | sampletochunkatom.cpp | 77 bool oChunkStart) in nextSample() argument 90 newChunk = oChunkStart; in nextSample()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | mediainformationatom.h | 72 bool oChunkStart = false); 81 bool oChunkStart = false); 89 bool oChunkStart = false); 98 bool oChunkStart = false);
|
D | sampletableatom.h | 62 bool oChunkStart = false); 71 bool oChunkStart = false); 79 bool oChunkStart = false); 88 bool oChunkStart = false);
|
D | mediaatom.h | 63 bool oChunkStart = false); 72 bool oChunkStart = false); 80 bool oChunkStart = false); 89 bool oChunkStart = false);
|
D | trackatom.h | 108 bool oChunkStart = false); 117 bool oChunkStart = false); 125 bool oChunkStart = false); 134 bool oChunkStart = false);
|
D | sampletochunkatom.h | 47 bool nextSample(int32 index, uint32 size = 0, bool oChunkStart = false);
|