Searched refs:offsetSize_ (Results 1 – 2 of 2) sorted by relevance
199 offsetSize_ = 0; in InferFullBoxVersion()210 offsetSize_ = UINT32_BYTES_NUM; in InferFullBoxVersion()253 nSkip += offsetSize_ + lengthSize_; in Write()328 writer.Write8((uint8_t) ((offsetSize_ << offsetSizeShift) | (lengthSize_))); in PackIlocHeader()357 writer.Write(offsetSize_, extent.offset); in PackIlocHeader()
82 uint8_t offsetSize_ = 0; variable