Searched refs:current_location_ (Results 1 – 2 of 2) sorted by relevance
26 current_location_ = 0; in Run()30 current_segment_ = data_source_->GetDataSegment(current_location_, in Run()44 current_segment_->Find(current_location_, JpegMarker::kStart); in FindAndProcessSegments()48 current_location_ = in FindAndProcessSegments()49 std::max(current_location_, next_segment_->GetBegin()); in FindAndProcessSegments()73 current_location_ = in FindAndProcessSegments()
24 current_location_(0), in JpegScanner()93 size_t current_location_; variable