Searched refs:PVA_FF_SampleDescriptionAtom (Results 1 - 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
H A Dsampledescriptionatom.cpp19 This PVA_FF_SampleDescriptionAtom Class gives detailed information about the codeing
51 PVA_FF_SampleDescriptionAtom::PVA_FF_SampleDescriptionAtom(uint32 mediaType, int32 codecType, function in class:PVA_FF_SampleDescriptionAtom
63 PVA_FF_SampleDescriptionAtom::init(int32 mediaType, uint32 protocol, uint8 profile, uint8 profileComp, uint8 level)
161 PVA_FF_SampleDescriptionAtom::~PVA_FF_SampleDescriptionAtom()
229 void PVA_FF_SampleDescriptionAtom::addTextDecoderSpecificInfo(PVA_FF_TextSampleDescInfo *pinfo)
284 PVA_FF_SampleDescriptionAtom::addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *pinfo)
325 PVA_FF_SampleDescriptionAtom::setTargetBitrate(uint32 avgBitrate, uint32 maxBitRate, uint32 bufferSizeDB)
371 PVA_FF_SampleDescriptionAtom
[all...]
H A Dsampletableatom.cpp47 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_SampleDescriptionAtom, (mediaType, codecType, protocol, profile, profileComp, level), _psampleDescriptionAtom);
77 PV_MP4_FF_DELETE(NULL, PVA_FF_SampleDescriptionAtom, _psampleDescriptionAtom);
/external/opencore/fileformats/mp4/composer/include/
H A Dsampledescriptionatom.h19 This PVA_FF_SampleDescriptionAtom Class gives detailed information about the codeing
34 class PVA_FF_SampleDescriptionAtom : public PVA_FF_FullAtom class in inherits:PVA_FF_FullAtom
38 PVA_FF_SampleDescriptionAtom(uint32 mediaType,
45 virtual ~PVA_FF_SampleDescriptionAtom();
H A Dsampletableatom.h42 // down to the PVA_FF_SampleDescriptionAtom so it can create the appropriate PVA_FF_HintSampleEntry.
180 PVA_FF_SampleDescriptionAtom *_psampleDescriptionAtom;

Completed in 35 milliseconds