Searched refs:ItemProperty (Results 1 – 4 of 4) sorted by relevance
40 struct ItemProperty;75 Vector<sp<ItemProperty> > mItemProperties;
45 friend struct ItemProperty;686 struct ItemProperty : public RefBase { struct687 ItemProperty() {} in ItemProperty() argument698 DISALLOW_EVIL_CONSTRUCTORS(ItemProperty);701 struct IspeBox : public FullBox, public ItemProperty {744 struct HvccBox : public Box, public ItemProperty {777 struct Av1cBox : public Box, public ItemProperty {810 struct IrotBox : public Box, public ItemProperty {839 struct ClapBox : public Box, public ItemProperty {880 struct ColrBox : public Box, public ItemProperty {[all …]
230 } ItemProperty;242 Vector<ItemProperty> mProperties;302 uint16_t addProperty_l(const ItemProperty &);
5600 uint16_t MPEG4Writer::addProperty_l(const ItemProperty &prop) { in addProperty_l()