Searched refs:ItemProperty (Results 1 – 4 of 4) sorted by relevance
40 struct ItemProperty;72 Vector<sp<ItemProperty> > mItemProperties;
44 friend struct ItemProperty;676 struct ItemProperty : public RefBase { struct677 ItemProperty() {} in ItemProperty() function688 DISALLOW_EVIL_CONSTRUCTORS(ItemProperty);691 struct IspeBox : public FullBox, public ItemProperty {734 struct HvccBox : public Box, public ItemProperty {767 struct IrotBox : public Box, public ItemProperty {796 struct ColrBox : public Box, public ItemProperty {919 IpcoBox(DataSourceHelper *source, Vector<sp<ItemProperty> > *properties) : in IpcoBox()927 Vector<sp<ItemProperty> > *mItemProperties;[all …]
200 } ItemProperty;209 Vector<ItemProperty> mProperties;261 uint16_t addProperty_l(const ItemProperty &);
4707 uint16_t MPEG4Writer::addProperty_l(const ItemProperty &prop) { in addProperty_l()