Searched defs:boxType (Results 1 – 4 of 4) sorted by relevance
30 explicit HeifBox(uint32_t boxType) { boxType_ = boxType; } in HeifBox()62 std::shared_ptr<T> GetChild(uint32_t boxType) const in GetChild()75 std::vector<std::shared_ptr<T>> GetChildren(uint32_t boxType) const in GetChildren()122 explicit HeifFullBox(uint32_t boxType): HeifBox(boxType) {} in HeifFullBox()
66 uint32_t boxType = Get4Bytes(bitStream, currPos); in ParseSidxBox() local
174 std::shared_ptr<HeifBox> HeifBox::MakeBox(uint32_t boxType) in MakeBox()
97 uint32_t boxType = 0; variable