Home
last modified time | relevance | path

Searched refs:kGDepthInfoType (Results 1 – 5 of 5) sorted by relevance

/external/image_io/src/jpeg/
Djpeg_xmp_info.cc16 xmp_info_vector->push_back(JpegXmpInfo(JpegXmpInfo::kGDepthInfoType)); in InitializeVector()
22 case kGDepthInfoType: in GetIdentifier()
31 case kGDepthInfoType: in GetDataPropertyName()
40 case kGDepthInfoType: in GetMimePropertyName()
Djpeg_info_builder.cc20 gdepth_info_builder_(JpegXmpInfo::kGDepthInfoType), in JpegInfoBuilder()
105 SetXmpMimeType(segment, JpegXmpInfo::kGDepthInfoType); in Process()
126 JpegXmpInfo::kGDepthInfoType, in Finish()
Djpeg_image_extractor.cc65 return ExtractImage(JpegXmpInfo::kGDepthInfoType, image_destination); in ExtractGDepthImage()
/external/image_io/includes/image_io/jpeg/
Djpeg_xmp_info.h32 kGDepthInfoType, enumerator
Djpeg_info.h51 return HasImage(JpegXmpInfo::kGDepthInfoType); in HasGDepth()