Home
last modified time | relevance | path

Searched refs:BytesAtLocationStartWith (Results 1 – 3 of 3) sorted by relevance

/external/image_io/src/jpeg/
Djpeg_info_builder.cc159 return segment.BytesAtLocationStartWith(location, kXmpId); in IsPrimaryXmpSegment()
164 return segment.BytesAtLocationStartWith(location, kXmpExtendedId); in IsExtendedXmpSegment()
169 return segment.BytesAtLocationStartWith(payload_data_location, kMpf); in IsMpfSegment()
174 return segment.BytesAtLocationStartWith(payload_data_location, kExif); in IsExifSegment()
179 return segment.BytesAtLocationStartWith(payload_data_location, kJfif); in IsJfifSegment()
211 return segment.BytesAtLocationStartWith(start, primary_xmp_guid_.c_str()); in HasMatchingExtendedXmpGuid()
Djpeg_segment.cc51 bool JpegSegment::BytesAtLocationStartWith(size_t location, in BytesAtLocationStartWith() function in photos_editing_formats::image_io::JpegSegment
70 if (BytesAtLocationStartWith(location, str)) { in Find()
/external/image_io/includes/image_io/jpeg/
Djpeg_segment.h88 bool BytesAtLocationStartWith(size_t location, const char* str) const;