Lines Matching refs:JpegSegment
39 const JpegSegment& segment) { in Process()
157 bool JpegInfoBuilder::IsPrimaryXmpSegment(const JpegSegment& segment) const { in IsPrimaryXmpSegment()
162 bool JpegInfoBuilder::IsExtendedXmpSegment(const JpegSegment& segment) const { in IsExtendedXmpSegment()
167 bool JpegInfoBuilder::IsMpfSegment(const JpegSegment& segment) const { in IsMpfSegment()
172 bool JpegInfoBuilder::IsExifSegment(const JpegSegment& segment) const { in IsExifSegment()
177 bool JpegInfoBuilder::IsJfifSegment(const JpegSegment& segment) const { in IsJfifSegment()
183 const JpegSegment& segment, in MaybeCaptureSegmentBytes()
203 const JpegSegment& segment) const { in HasMatchingExtendedXmpGuid()
214 bool JpegInfoBuilder::HasId(const JpegSegment& segment, const char* id) const { in HasId()
218 void JpegInfoBuilder::SetPrimaryXmpGuid(const JpegSegment& segment) { in SetPrimaryXmpGuid()
223 void JpegInfoBuilder::SetXmpMimeType(const JpegSegment& segment, in SetXmpMimeType()