Searched refs:ItemProperty (Results 1 – 4 of 4) sorted by relevance
38 struct ItemProperty;70 Vector<sp<ItemProperty> > mItemProperties;
41 friend struct ItemProperty;675 struct ItemProperty : public RefBase { struct676 ItemProperty() {} in ItemProperty() function687 DISALLOW_EVIL_CONSTRUCTORS(ItemProperty);690 struct IspeBox : public FullBox, public ItemProperty {726 struct HvccBox : public Box, public ItemProperty {759 struct IrotBox : public Box, public ItemProperty {788 struct ColrBox : public Box, public ItemProperty {911 IpcoBox(DataSourceBase *source, Vector<sp<ItemProperty> > *properties) : in IpcoBox()919 Vector<sp<ItemProperty> > *mItemProperties;[all …]
202 } ItemProperty;211 Vector<ItemProperty> mProperties;261 uint16_t addProperty_l(const ItemProperty &);
4539 uint16_t MPEG4Writer::addProperty_l(const ItemProperty &prop) { in addProperty_l()