HomeSort by relevance Sort by last modified time
    Searched refs:ItemProperty (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/
ItemTable.h 37 struct ItemProperty;
68 Vector<sp<ItemProperty> > mItemProperties;
  /frameworks/av/media/libstagefright/
ItemTable.cpp 41 friend struct ItemProperty;
588 // ItemProperty related boxes
597 struct ItemProperty : public RefBase {
598 ItemProperty() {}
609 DISALLOW_EVIL_CONSTRUCTORS(ItemProperty);
612 struct IspeBox : public FullBox, public ItemProperty {
648 struct HvccBox : public Box, public ItemProperty {
681 struct IrotBox : public Box, public ItemProperty {
710 struct ColrBox : public Box, public ItemProperty {
833 IpcoBox(const sp<DataSource> source, Vector<sp<ItemProperty> > *properties)
    [all...]

Completed in 158 milliseconds