Searched refs:payload_data_location (Results 1 – 1 of 1) sorted by relevance
168 size_t payload_data_location = segment.GetPayloadDataLocation(); in IsMpfSegment() local169 return segment.BytesAtLocationStartWith(payload_data_location, kMpf); in IsMpfSegment()173 size_t payload_data_location = segment.GetPayloadDataLocation(); in IsExifSegment() local174 return segment.BytesAtLocationStartWith(payload_data_location, kExif); in IsExifSegment()178 size_t payload_data_location = segment.GetPayloadDataLocation(); in IsJfifSegment() local179 return segment.BytesAtLocationStartWith(payload_data_location, kJfif); in IsJfifSegment()