Searched refs:HasId (Results 1 – 3 of 3) sorted by relevance
/external/image_io/src/jpeg/ |
D | jpeg_info_builder.cc | 96 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/ |
D | jpeg_info_builder.h | 77 bool HasId(const JpegSegment& segment, const char* id) const;
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVInstruction.h | 225 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()
|