Searched refs:_afp (Results 1 - 12 of 12) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
H A Desdatom.h71 void writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
73 _pdescriptor->writeMaxSampleSize(_afp);
H A Dmpegsampleentry.h77 void writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
79 _pes->writeMaxSampleSize(_afp);
H A Daudiosampleentry.h93 void writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
95 _pes->writeMaxSampleSize(_afp);
H A Dvisualsampleentry.h88 void writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
90 _pes->writeMaxSampleSize(_afp);
H A Desdescriptor.h147 void writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
149 _pdcd->writeMaxSampleSize(_afp);
/external/opencore/fileformats/mp4/composer/src/
H A Ddecoderconfigdescriptor.cpp246 PVA_FF_DecoderConfigDescriptor::writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
248 if (NULL != _afp->_filePtr)
250 PVA_FF_AtomUtils::seekFromStart(_afp, iCurrFilePos);
251 PVA_FF_AtomUtils::render24(_afp, _bufferSizeDB);
H A Dmediaatom.cpp206 PVA_FF_MediaAtom::writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
208 _pmediaInformation->writeMaxSampleSize(_afp);
H A Dmediainformationatom.cpp253 PVA_FF_MediaInformationAtom::writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
255 _psampleTableAtom->writeMaxSampleSize(_afp);
H A Dsampletableatom.cpp377 PVA_FF_SampleTableAtom::writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
379 _psampleDescriptionAtom->writeMaxSampleSize(_afp);
H A Dsampledescriptionatom.cpp783 PVA_FF_SampleDescriptionAtom::writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
792 entry->writeMaxSampleSize(_afp);
801 entry->writeMaxSampleSize(_afp);
809 entry->writeMaxSampleSize(_afp);
H A Dtrackatom.cpp492 PVA_FF_TrackAtom::writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
494 _pmediaAtom->writeMaxSampleSize(_afp);
H A Dmovieatom.cpp832 PVA_FF_MovieAtom::writeMaxSampleSize(MP4_AUTHOR_FF_FILE_IO_WRAP *_afp) argument
844 mediaTrack->writeMaxSampleSize(_afp);

Completed in 38 milliseconds