Lines Matching refs:offset_
39 size_t offset_; member
223 frame->img_components_[1].offset_ = chunk_start_offset; in StoreFrame()
251 frame->img_components_[0].offset_ = chunk_start_offset; in StoreFrame()
385 chunk->data_.offset_ = start_offset; in StoreChunk()
440 frame->img_components_[1].offset_ = 0; in ParseSingleImage()
659 if (alpha->size_ > 0 && alpha->offset_ > image->offset_) { in IsValidExtendedFormat()
670 alpha->offset_ > image->offset_) { in IsValidExtendedFormat()
825 size_t start_offset = image->offset_; in GetFramePayload()
831 const size_t inter_size = (image->offset_ > 0) in GetFramePayload()
832 ? image->offset_ - (alpha->offset_ + alpha->size_) in GetFramePayload()
834 start_offset = alpha->offset_; in GetFramePayload()
930 const uint8_t* const header = mem_buf + c->data_.offset_; in ChunkCount()
942 const uint8_t* const header = mem_buf + c->data_.offset_; in GetChunk()
962 iter->chunk.bytes = mem_buf + chunk->data_.offset_ + CHUNK_HEADER_SIZE; in SetChunk()