Home
last modified time | relevance | path

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

/external/image_io/includes/image_io/jpeg/
Djpeg_info.h44 bool HasAppleDepth() const { return apple_depth_image_range_.IsValid(); } in HasAppleDepth() function
60 bool HasDepth() const { return HasAppleDepth() || HasGDepth(); } in HasDepth()
64 return HasAppleDepth() || HasAppleMatte() || HasGDepth() || HasGImage(); in HasExtractableImage()
Djpeg_info_builder.h49 bool HasAppleDepth() const;
/external/image_io/src/jpeg/
Djpeg_info_builder.cc58 if (HasAppleDepth() && !jpeg_info_.GetAppleDepthImageRange().IsValid()) { in Process()
133 bool JpegInfoBuilder::HasAppleDepth() const { in HasAppleDepth() function in photos_editing_formats::image_io::JpegInfoBuilder
Djpeg_image_extractor.cc30 return jpeg_info_.HasAppleDepth() && succeeded; in ExtractAppleDepthImage()
Djpeg_apple_depth_builder.cc131 if (!info.HasAppleDepth()) { in GetDepthImageData()