Lines Matching refs:JpegInfoBuilder
18 JpegInfoBuilder::JpegInfoBuilder() in JpegInfoBuilder() function in photos_editing_formats::image_io::JpegInfoBuilder
23 void JpegInfoBuilder::SetCaptureSegmentBytes( in SetCaptureSegmentBytes()
28 void JpegInfoBuilder::Start(JpegScanner* scanner) { in Start()
38 void JpegInfoBuilder::Process(JpegScanner* scanner, in Process()
124 void JpegInfoBuilder::Finish(JpegScanner* scanner) { in Finish()
133 bool JpegInfoBuilder::HasAppleDepth() const { in HasAppleDepth()
145 bool JpegInfoBuilder::HasAppleMatte() const { in HasAppleMatte()
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()
182 void JpegInfoBuilder::MaybeCaptureSegmentBytes(const std::string& type, in MaybeCaptureSegmentBytes()
202 bool JpegInfoBuilder::HasMatchingExtendedXmpGuid( 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()