Searched refs:HasAppleDepth (Results 1 – 5 of 5) sorted by relevance
44 bool HasAppleDepth() const { return apple_depth_image_range_.IsValid(); } in HasAppleDepth() function60 bool HasDepth() const { return HasAppleDepth() || HasGDepth(); } in HasDepth()64 return HasAppleDepth() || HasAppleMatte() || HasGDepth() || HasGImage(); in HasExtractableImage()
49 bool HasAppleDepth() const;
58 if (HasAppleDepth() && !jpeg_info_.GetAppleDepthImageRange().IsValid()) { in Process()133 bool JpegInfoBuilder::HasAppleDepth() const { in HasAppleDepth() function in photos_editing_formats::image_io::JpegInfoBuilder
30 return jpeg_info_.HasAppleDepth() && succeeded; in ExtractAppleDepthImage()
131 if (!info.HasAppleDepth()) { in GetDepthImageData()