Searched refs:GetDngInformation (Results 1 – 2 of 2) sorted by relevance
/external/piex/src/ |
D | piex.cc | 39 bool GetDngInformation(const tiff_directory::TiffDirectory& tiff_directory, in GetDngInformation() function 54 bool GetDngInformation(const TagSet& extended_tags, StreamInterface* data, in GetDngInformation() function 73 return GetDngInformation(tiff_directory, width, height, cfa_pattern_dim); in GetDngInformation() 75 return GetDngInformation(tiff_directory.GetSubDirectories()[0], width, in GetDngInformation() 690 bool GetDngInformation(StreamInterface* data, std::uint32_t* width, in GetDngInformation() function 695 if (!GetDngInformation({}, data, width, height, cfa_pattern_dim)) { in GetDngInformation() 696 return GetDngInformation({kTiffTagSubIfd}, data, width, height, in GetDngInformation()
|
D | piex.h | 78 bool GetDngInformation(StreamInterface* data, std::uint32_t* width,
|