Lines Matching refs:offset_
43 size_t offset_; member
230 frame->img_components_[1].offset_ = chunk_start_offset; in StoreFrame()
257 frame->img_components_[0].offset_ = chunk_start_offset; in StoreFrame()
388 chunk->data_.offset_ = start_offset; in StoreChunk()
444 frame->img_components_[1].offset_ = 0; in ParseSingleImage()
627 if (alpha->size_ > 0 && alpha->offset_ > image->offset_) { in IsValidExtendedFormat()
638 alpha->offset_ > image->offset_) { in IsValidExtendedFormat()
776 size_t start_offset = image->offset_; in GetFramePayload()
782 const size_t inter_size = (image->offset_ > 0) in GetFramePayload()
783 ? image->offset_ - (alpha->offset_ + alpha->size_) in GetFramePayload()
785 start_offset = alpha->offset_; in GetFramePayload()
879 const uint8_t* const header = mem_buf + c->data_.offset_; in ChunkCount()
891 const uint8_t* const header = mem_buf + c->data_.offset_; in GetChunk()
911 iter->chunk.bytes = mem_buf + chunk->data_.offset_ + CHUNK_HEADER_SIZE; in SetChunk()