Home
last modified time | relevance | path

Searched refs:GetValidatedByte (Results 1 – 9 of 9) sorted by relevance

/external/image_io/src/jpeg/
Djpeg_segment.cc24 ValidatedByte validated_byte = segment.GetValidatedByte(location); in SkipWhiteSpaceFindChar()
43 ValidatedByte hi = GetValidatedByte(payload_location); in GetVariablePayloadSize()
44 ValidatedByte lo = GetValidatedByte(payload_location + 1); in GetVariablePayloadSize()
54 ValidatedByte validated_byte = GetValidatedByte(location++); in BytesAtLocationStartWith()
134 ValidatedByte validated_byte = GetValidatedByte(start_location + index); in ExtractString()
156 ValidatedByte payload_byte = GetValidatedByte(GetPayloadLocation() + index); in GetPayloadHexDumpStrings()
Djpeg_scanner.cc88 ValidatedByte JpegScanner::GetValidatedByte(size_t location) { in GetValidatedByte() function in photos_editing_formats::image_io::JpegScanner
90 return current_segment_->GetValidatedByte(location); in GetValidatedByte()
94 return next_segment_->GetValidatedByte(location); in GetValidatedByte()
106 ValidatedByte validated_byte = GetValidatedByte(location); in GetByte()
Djpeg_xmp_data_extractor.cc88 Byte value = data_segment.GetValidatedByte(i + j).value; in Transfer()
Djpeg_info_builder.cc193 ValidatedByte validated_byte = segment.GetValidatedByte(location); in MaybeCaptureSegmentBytes()
/external/image_io/includes/image_io/jpeg/
Djpeg_segment.h74 ValidatedByte GetValidatedByte(size_t location) const { in GetValidatedByte() function
75 return DataSegment::GetValidatedByte(location, begin_segment_, in GetValidatedByte()
144 return JpegMarker(GetValidatedByte(marker_type_location).value); in GetMarker()
Djpeg_scanner.h64 ValidatedByte GetValidatedByte(size_t location);
/external/image_io/src/base/
Ddata_line_map.cc46 segment.GetValidatedByte(line_end).value == '\n') { in FindDataLines()
55 line_end == range_end || segment.GetValidatedByte(line_end).value != '\n'; in FindDataLines()
Ddata_segment.cc50 ValidatedByte DataSegment::GetValidatedByte(size_t location, in GetValidatedByte() function in photos_editing_formats::image_io::DataSegment
55 return segment->GetValidatedByte(location); in GetValidatedByte()
/external/image_io/includes/image_io/base/
Ddata_segment.h75 ValidatedByte GetValidatedByte(size_t location) const { in GetValidatedByte() function
132 static ValidatedByte GetValidatedByte(size_t location,