Lines Matching refs:offset_
39 size_t offset_; member
199 frame->img_components_[0].offset_ = start_offset; in SetFrameInfo()
235 frame->img_components_[1].offset_ = chunk_start_offset; in StoreFrame()
356 chunk->data_.offset_ = start_offset; in StoreChunk()
411 frame->img_components_[1].offset_ = 0; in ParseSingleImage()
617 if (alpha->size_ > 0 && alpha->offset_ > image->offset_) { in IsValidExtendedFormat()
628 alpha->offset_ > image->offset_) { in IsValidExtendedFormat()
807 size_t start_offset = image->offset_; in GetFramePayload()
813 const size_t inter_size = (image->offset_ > 0) in GetFramePayload()
814 ? image->offset_ - (alpha->offset_ + alpha->size_) in GetFramePayload()
816 start_offset = alpha->offset_; in GetFramePayload()
894 const uint8_t* const header = mem_buf + c->data_.offset_; in ChunkCount()
906 const uint8_t* const header = mem_buf + c->data_.offset_; in GetChunk()
926 iter->chunk.bytes = mem_buf + chunk->data_.offset_ + CHUNK_HEADER_SIZE; in SetChunk()