Searched defs:renderToFileStream (Results 1 - 25 of 66) sorted by relevance

123

/external/opencore/fileformats/mp4/composer/include/
H A Ddataentryatom.h37 virtual bool renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_DataEntryAtom
H A Drenderable.h21 the renderToFileStream(...) and readFromFileStream(...) pure virtual methods.
38 virtual bool renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) = 0;
76 virtual bool renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_BufferHolder
/external/opencore/fileformats/mp4/composer/src/
H A Damrdecoderspecificinfo3gpp.cpp45 PVA_FF_AMRSpecificAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_AMRSpecificAtom
H A Ddataentryurlatom.cpp45 PVA_FF_DataEntryUrlAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_DataEntryUrlAtom
H A Ddatainformationatom.cpp49 PVA_FF_DataInformationAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_DataInformationAtom
61 if (!_pdataReferenceAtom->renderToFileStream(fp))
H A Des_id_inc.cpp57 PVA_FF_ES_ID_Inc::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_ES_ID_Inc
H A Des_id_ref.cpp55 PVA_FF_ES_ID_Ref::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_ES_ID_Ref
H A Dfiletypeatom.cpp44 PVA_FF_FileTypeAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_FileTypeAtom
H A Dh263decoderspecificinfo3gpp.cpp44 PVA_FF_H263SpecficAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_H263SpecficAtom
79 if (!_ph263_decbitrateatom->renderToFileStream(fp))
116 PVA_FF_H263DecBitrateAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_H263DecBitrateAtom
H A Dmoviefragmentrandomaccessoffsetatom.cpp68 PVA_FF_MfroAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP* fp) function in class:PVA_FF_MfroAtom
H A Dmpeg4bitrateatom.cpp33 bool PVA_FF_Mpeg4Bitrate::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_Mpeg4Bitrate
H A Dtrackreferenceatom.cpp49 PVA_FF_TrackReferenceAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_TrackReferenceAtom
59 if (!_ptrackReferenceTypeAtom->renderToFileStream(fp))
H A Damrsampleentry.cpp67 PVA_FF_AMRSampleEntry::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_AMRSampleEntry
126 if (!pAMRSpecificAtom->renderToFileStream(fp))
H A Daudiosampleentry.cpp65 PVA_FF_AudioSampleEntry::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_AudioSampleEntry
125 if (!_pes->renderToFileStream(fp))
H A Dboxrecord.cpp69 bool PVA_FF_BoxRecord::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_BoxRecord
H A Ddatareferenceatom.cpp80 PVA_FF_DataReferenceAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_DataReferenceAtom
98 if (!(*_pdataEntryVec)[i]->renderToFileStream(fp))
H A Ddecoderspecificinfo.cpp80 PVA_FF_DecoderSpecificInfo::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_DecoderSpecificInfo
H A Deditatom.cpp37 PVA_FF_EditAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_EditAtom
51 if (!_peditList->renderToFileStream(fp))
H A Deditlistatom.cpp53 PVA_FF_EditListAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_EditListAtom
H A Desdatom.cpp52 PVA_FF_ESDAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_ESDAtom
62 if (!_pdescriptor->renderToFileStream(fp))
H A Desdescriptor.cpp99 PVA_FF_ESDescriptor::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_ESDescriptor
166 if (!_pdcd->renderToFileStream(fp))
173 if (!_pslcd->renderToFileStream(fp))
H A Dfontrecord.cpp58 bool PVA_FF_FontRecord::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_FontRecord
H A Dh263sampleentry.cpp72 PVA_FF_H263SampleEntry::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_H263SampleEntry
150 if (!pH263SpecificAtom->renderToFileStream(fp))
H A Dhandleratom.cpp83 PVA_FF_HandlerAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_HandlerAtom
H A Dhintmediaheaderatom.cpp64 PVA_FF_HintMediaHeaderAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) function in class:PVA_FF_HintMediaHeaderAtom

Completed in 61 milliseconds

123