Searched refs:GetJpegDimensions (Results 1 – 3 of 3) sorted by relevance
/external/piex/src/ |
D | tiff_parser.h | 137 bool GetJpegDimensions(const std::uint32_t jpeg_offset, StreamInterface* stream,
|
D | tiff_parser.cc | 136 GetJpegDimensions(image->offset, stream, &image->width, &image->height); in GetImageSize() 429 bool GetJpegDimensions(const std::uint32_t jpeg_offset, StreamInterface* stream, in GetJpegDimensions() function
|
D | piex.cc | 500 if (!GetJpegDimensions(preview_image_data->preview.offset, stream, &width, in NefGetPreviewData()
|