Home
last modified time | relevance | path

Searched refs:current_location_ (Results 1 – 2 of 2) sorted by relevance

/external/image_io/src/jpeg/
Djpeg_scanner.cc26 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()
/external/image_io/includes/image_io/jpeg/
Djpeg_scanner.h24 current_location_(0), in JpegScanner()
93 size_t current_location_; variable