Home
last modified time | relevance | path

Searched defs:exif_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/third_party/externals/piex/src/
Dpiex.cc114 bool GetExifData(const std::uint32_t exif_offset, StreamInterface* stream, in GetExifData()
152 std::uint32_t exif_offset; in GetExifIfd() local
341 const std::uint32_t exif_offset = preview_offset + 12; in RafGetOrientation() local
568 const std::uint32_t exif_offset = preview_offset + 12; in RafGetPreviewData() local
597 const std::uint32_t exif_offset = preview_data.preview.offset + 12; in Rw2GetPreviewData() local
/third_party/skia/third_party/externals/piex/src/
Dpiex.cc114 bool GetExifData(const std::uint32_t exif_offset, StreamInterface* stream, in GetExifData()
152 std::uint32_t exif_offset; in GetExifIfd() local
341 const std::uint32_t exif_offset = preview_offset + 12; in RafGetOrientation() local
568 const std::uint32_t exif_offset = preview_offset + 12; in RafGetPreviewData() local
597 const std::uint32_t exif_offset = preview_data.preview.offset + 12; in Rw2GetPreviewData() local
/third_party/ffmpeg/libavcodec/
Dwebp.c1454 int le, ifd_offset, exif_offset = bytestream2_tell(&gb); in webp_decode_frame() local