Home
last modified time | relevance | path

Searched refs:_fileptr (Results 1 – 10 of 10) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dsamplesizeatom.cpp50 _fileptr = NULL; in SampleSizeAtom()
124 _fileptr = OSCL_PLACEMENT_NEW(ptr, MP4_FF_FILE()); in SampleSizeAtom()
125 _fileptr->_fileServSession = fp->_fileServSession; in SampleSizeAtom()
126 _fileptr->_pvfile.SetCPM(fp->_pvfile.GetCPM()); in SampleSizeAtom()
129 _fileptr) != 0) in SampleSizeAtom()
135 _fileptr->_fileSize = fp->_fileSize; in SampleSizeAtom()
139 AtomUtils::seekFromStart(_fileptr, _head_offset); in SampleSizeAtom()
200 if (0 != AtomUtils::getFileBufferingCapacity(_fileptr)) in ParseEntryUnit()
222 uint32 currFilePointer = AtomUtils::getCurrentFilePosition(_fileptr); in ParseEntryUnit()
230 AtomUtils::seekFromStart(_fileptr, currFilePointer); in ParseEntryUnit()
[all …]
Dchunkoffsetatom.cpp49 _fileptr = NULL; in ChunkOffsetAtom()
103 _fileptr = OSCL_PLACEMENT_NEW(ptr, MP4_FF_FILE()); in ChunkOffsetAtom()
104 _fileptr->_fileServSession = fp->_fileServSession; in ChunkOffsetAtom()
105 _fileptr->_pvfile.SetCPM(fp->_pvfile.GetCPM()); in ChunkOffsetAtom()
108 _fileptr) != 0) in ChunkOffsetAtom()
114 _fileptr->_fileSize = fp->_fileSize; in ChunkOffsetAtom()
118 AtomUtils::seekFromStart(_fileptr, _head_offset); in ChunkOffsetAtom()
178 if (_fileptr != NULL) in ~ChunkOffsetAtom()
180 if (_fileptr->IsOpen()) in ~ChunkOffsetAtom()
182 AtomUtils::CloseMP4File(_fileptr); in ~ChunkOffsetAtom()
[all …]
Dtimetosampleatom.cpp57 _fileptr = NULL; in TimeToSampleAtom()
137 _fileptr = OSCL_PLACEMENT_NEW(ptr, MP4_FF_FILE()); in TimeToSampleAtom()
138 _fileptr->_fileServSession = fp->_fileServSession; in TimeToSampleAtom()
139 _fileptr->_pvfile.SetCPM(fp->_pvfile.GetCPM()); in TimeToSampleAtom()
142 _fileptr) != 0) in TimeToSampleAtom()
148 _fileptr->_fileSize = fp->_fileSize; in TimeToSampleAtom()
152 AtomUtils::seekFromStart(_fileptr, _head_offset); in TimeToSampleAtom()
237 uint32 currFilePointer = AtomUtils::getCurrentFilePosition(_fileptr); in ParseEntryUnit()
245 AtomUtils::seekFromStart(_fileptr, currFilePointer); in ParseEntryUnit()
248 if (!AtomUtils::read32(_fileptr, number)) in ParseEntryUnit()
[all …]
Dcompositionoffsetatom.cpp77 _fileptr = NULL; in CompositionOffsetAtom()
175 _fileptr = OSCL_PLACEMENT_NEW(ptr, MP4_FF_FILE()); in CompositionOffsetAtom()
176 _fileptr->_fileServSession = fp->_fileServSession; in CompositionOffsetAtom()
177 _fileptr->_pvfile.SetCPM(fp->_pvfile.GetCPM()); in CompositionOffsetAtom()
181 _fileptr) != 0) in CompositionOffsetAtom()
187 _fileptr->_fileSize = fp->_fileSize; in CompositionOffsetAtom()
191 AtomUtils::seekFromStart(_fileptr, _head_offset); in CompositionOffsetAtom()
295 uint32 currFilePointer = AtomUtils::getCurrentFilePosition(_fileptr); in ParseEntryUnit()
303 AtomUtils::seekFromStart(_fileptr, currFilePointer); in ParseEntryUnit()
306 if (!AtomUtils::read32(_fileptr, number)) in ParseEntryUnit()
[all …]
Dsampletochunkatom.cpp66 _fileptr = NULL; in SampleToChunkAtom()
149 _fileptr = OSCL_PLACEMENT_NEW(ptr, MP4_FF_FILE()); in SampleToChunkAtom()
150 _fileptr->_fileServSession = fp->_fileServSession; in SampleToChunkAtom()
151 _fileptr->_pvfile.SetCPM(fp->_pvfile.GetCPM()); in SampleToChunkAtom()
154 _fileptr) != 0) in SampleToChunkAtom()
160 _fileptr->_fileSize = fp->_fileSize; in SampleToChunkAtom()
164 AtomUtils::seekFromStart(_fileptr, _head_offset); in SampleToChunkAtom()
269 uint32 currFilePointer = AtomUtils::getCurrentFilePosition(_fileptr); in ParseEntryUnit()
277 AtomUtils::seekFromStart(_fileptr, currFilePointer); in ParseEntryUnit()
283 if (!AtomUtils::read32(_fileptr, firstChunk)) in ParseEntryUnit()
[all …]
/external/opencore/fileformats/mp4/parser/include/
Dchunkoffsetatom.h63 MP4_FF_FILE *_fileptr; variable
Dsamplesizeatom.h81 MP4_FF_FILE *_fileptr; variable
Dtimetosampleatom.h94 MP4_FF_FILE *_fileptr; variable
Dcompositionoffsetatom.h120 MP4_FF_FILE *_fileptr; variable
Dsampletochunkatom.h144 MP4_FF_FILE *_fileptr; variable