Searched defs:addDecoderSpecificInfo (Results 1 - 14 of 14) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
H A Dsampleentry.h53 virtual void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_SampleEntry
H A Desdatom.h44 void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_ESDAtom
46 _pdescriptor->addDecoderSpecificInfo(pinfo);
H A Dmpegsampleentry.h57 virtual void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_MpegSampleEntry
59 _pes->addDecoderSpecificInfo(pinfo);
H A Daudiosampleentry.h63 virtual void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *info) function in class:PVA_FF_AudioSampleEntry
65 _pes->addDecoderSpecificInfo(info);
H A Dmediaatom.h124 void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_MediaAtom
126 _pmediaInformation->addDecoderSpecificInfo(pinfo);
H A Dmediainformationatom.h108 void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_MediaInformationAtom
110 _psampleTableAtom->addDecoderSpecificInfo(pinfo);
H A Dvisualsampleentry.h56 virtual void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_VisualSampleEntry
58 _pes->addDecoderSpecificInfo(pinfo);
H A Desdescriptor.h140 void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_ESDescriptor
142 _pdcd->addDecoderSpecificInfo(pinfo);
H A Dsampletableatom.h128 void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_SampleTableAtom
130 _psampleDescriptionAtom->addDecoderSpecificInfo(pinfo);
H A Dtrackatom.h217 void addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_TrackAtom
220 _pmediaAtom->addDecoderSpecificInfo(pinfo);
/external/opencore/fileformats/mp4/composer/src/
H A Davcsampleentry.cpp94 void PVA_FF_AVCSampleEntry::addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_AVCSampleEntry
H A Ddecoderconfigdescriptor.cpp114 PVA_FF_DecoderConfigDescriptor::addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *info) function in class:PVA_FF_DecoderConfigDescriptor
H A Dsampledescriptionatom.cpp284 PVA_FF_SampleDescriptionAtom::addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo) function in class:PVA_FF_SampleDescriptionAtom
292 getMutableSampleEntryAt(0)->addDecoderSpecificInfo(pinfo);
296 getMutableSampleEntryAt(0)->addDecoderSpecificInfo(pinfo);
304 getMutableSampleEntryAt(0)->addDecoderSpecificInfo(pinfo);
313 getMutableSampleEntryAt(0)->addDecoderSpecificInfo(pinfo);
H A Dmovieatom.cpp380 PVA_FF_MovieAtom::addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo, int32 trackID) function in class:PVA_FF_MovieAtom
384 mediaTrack->addDecoderSpecificInfo(pinfo);

Completed in 38 milliseconds