Searched defs:Box (Results 1 – 2 of 2) sorted by relevance
99 struct Box { struct101 Box(DataSourceHelper *source, uint32_t type) : in Box() function104 virtual ~Box() {} in ~Box()106 virtual status_t onChunkData( in onChunkData()111 inline uint32_t type() const { return mType; } in type()113 inline DataSourceHelper *source() const { return mDataSource; } in source()120 DataSourceHelper *mDataSource;121 uint32_t mType;
451 private static class Box { class in WuQuantizer