Searched refs:boxType_ (Results 1 – 4 of 4) sorted by relevance
48 boxType_ = reader.Read32(); in ParseHeader()60 if (boxType_ == BOX_TYPE_UUID) { in ParseHeader()246 if (boxType_ == BOX_TYPE_MDAT || boxType_ == BOX_TYPE_IDAT) { in Write()286 boxType_ = box.boxType_; in SetHeaderInfo()
30 explicit HeifBox(uint32_t boxType) { boxType_ = boxType; } in HeifBox()43 uint32_t GetBoxType() const { return boxType_; } in GetBoxType()45 void SetBoxType(uint32_t type) { boxType_ = type; } in SetBoxType()96 uint32_t boxType_ = 0; variable
326 heifBox. boxType_ = BOX_TYPE_UUID;
395 .box.boxType_ = BOX_TYPE_CDSC,