Searched defs:source_segment_position (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.cc169 size_t* source_segment_position) {
182 if (!ParseSize("source segment position", source_segment_position)) {
185 if ((*source_segment_position >= from_size) &&
187 LOG(ERROR) << "Source segment position (" << *source_segment_position
193 const size_t source_segment_end = *source_segment_position +
211 size_t* source_segment_position) {
223 source_segment_position);
235 source_segment_position);
164 ParseSourceSegmentLengthAndPosition( size_t from_size, const char* from_boundary_name, const char* from_name, size_t* source_segment_length, size_t* source_segment_position) argument
205 ParseWinIndicatorAndSourceSegment( size_t dictionary_size, size_t decoded_target_size, bool allow_vcd_target, unsigned char* win_indicator, size_t* source_segment_length, size_t* source_segment_position) argument
H A Dvcdecoder.cc1049 size_t source_segment_position = 0; local
1057 &source_segment_position)) {
1077 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position;
1082 source_segment_ptr_ = decoded_target->data() + source_segment_position;

Completed in 40 milliseconds