Home
last modified time | relevance | path

Searched refs:HasId (Results 1 – 3 of 3) 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;
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.h225 virtual void initImpl(Op OC, bool HasId = true, SPIRVWord WC = 0,
229 if (!HasId) {
393 bool HasId = true,
407 this->initImpl(OC, HasId, WC, HasVariableWC, Literal1, Literal2, Literal3); in init()