Searched defs:_psampleSizeAtom (Results 1 - 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
H A Dsampletableatom.h174 return _psampleSizeAtom->getSampleCount();
181 PVA_FF_SampleSizeAtom *_psampleSizeAtom; member in class:PVA_FF_SampleTableAtom
/external/opencore/fileformats/mp4/parser/include/
H A Dsampletableatom.h137 return *_psampleSizeAtom;
141 return *_psampleSizeAtom;
426 if (_psampleSizeAtom != NULL)
428 return (_psampleSizeAtom->getSampleCount());
456 if (_psampleSizeAtom != NULL)
458 return (_psampleSizeAtom->getSampleCount());
548 SampleSizeAtom *_psampleSizeAtom; member in class:SampleTableAtom

Completed in 24 milliseconds