Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DItemTable.h38 struct ItemProperty;
70 Vector<sp<ItemProperty> > mItemProperties;
DItemTable.cpp41 friend struct ItemProperty;
675 struct ItemProperty : public RefBase { struct
676 ItemProperty() {} in ItemProperty() function
687 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 …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DMPEG4Writer.h202 } ItemProperty;
211 Vector<ItemProperty> mProperties;
261 uint16_t addProperty_l(const ItemProperty &);
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp4539 uint16_t MPEG4Writer::addProperty_l(const ItemProperty &prop) { in addProperty_l()