Home
last modified time | relevance | path

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

/external/image_io/src/jpeg/
Djpeg_info_builder.cc168 size_t payload_data_location = segment.GetPayloadDataLocation(); in IsMpfSegment() local
169 return segment.BytesAtLocationStartWith(payload_data_location, kMpf); in IsMpfSegment()
173 size_t payload_data_location = segment.GetPayloadDataLocation(); in IsExifSegment() local
174 return segment.BytesAtLocationStartWith(payload_data_location, kExif); in IsExifSegment()
178 size_t payload_data_location = segment.GetPayloadDataLocation(); in IsJfifSegment() local
179 return segment.BytesAtLocationStartWith(payload_data_location, kJfif); in IsJfifSegment()