Home
last modified time | relevance | path

Searched defs:ifd_offset (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_info.cpp937 uint32 ifd_offset = stream.Get_uint32 (); in ParseMakerNote() local
1038 uint32 ifd_offset = stream.Get_uint32 (); in ParseMakerNote() local
/third_party/ffmpeg/libavcodec/
Dtiff_common.c228 int ff_tdecode_header(GetByteContext *gb, int *le, int *ifd_offset) in ff_tdecode_header()
Dmjpegdec.c2022 int ret, le, ifd_offset, bytes_read; in mjpeg_decode_app() local
Dwebp.c1454 int le, ifd_offset, exif_offset = bytestream2_tell(&gb); in webp_decode_frame() local
/third_party/skia/third_party/externals/piex/src/
Dtiff_parser.cc471 const std::uint32_t ifd_offset, const Endian endian, in ParseDirectory()