Home
last modified time | relevance | path

Searched refs:ItemProperty (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/extractors/mp4/
DItemTable.h40 struct ItemProperty;
72 Vector<sp<ItemProperty> > mItemProperties;
DItemTable.cpp44 friend struct ItemProperty;
676 struct ItemProperty : public RefBase { struct
677 ItemProperty() {} in ItemProperty() function
688 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 …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DMPEG4Writer.h200 } ItemProperty;
209 Vector<ItemProperty> mProperties;
261 uint16_t addProperty_l(const ItemProperty &);
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp4707 uint16_t MPEG4Writer::addProperty_l(const ItemProperty &prop) { in addProperty_l()