Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/include/
DItemTable.h40 struct ItemProperty;
75 Vector<sp<ItemProperty> > mItemProperties;
/frameworks/av/media/module/extractors/mp4/
DItemTable.cpp45 friend struct ItemProperty;
686 struct ItemProperty : public RefBase { struct
687 ItemProperty() {} in ItemProperty() argument
698 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 …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DMPEG4Writer.h230 } ItemProperty;
242 Vector<ItemProperty> mProperties;
302 uint16_t addProperty_l(const ItemProperty &);
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp5600 uint16_t MPEG4Writer::addProperty_l(const ItemProperty &prop) { in addProperty_l()