Home
last modified time | relevance | path

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

/external/image_io/src/jpeg/
Djpeg_info_builder.cc96 if (image_count_ > 1 && HasId(segment, kXmpAppleDepthId)) { in Process()
98 } else if (image_count_ > 1 && HasId(segment, kXmpAppleMatteId)) { in Process()
100 } else if (image_count_ == 1 && (HasId(segment, kXmpGDepthV1Id) || in Process()
101 HasId(segment, kXmpGImageV1Id))) { in Process()
214 bool JpegInfoBuilder::HasId(const JpegSegment& segment, const char* id) const { in HasId() function in photos_editing_formats::image_io::JpegInfoBuilder
/external/image_io/includes/image_io/jpeg/
Djpeg_info_builder.h77 bool HasId(const JpegSegment& segment, const char* id) const;