Searched refs:TIFF_HEADER_SIZE (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.c | 361 #define TIFF_HEADER_SIZE (EXTRA_DATA_OFFSET + EXTRA_DATA_SIZE) macro 375 uint8_t tiff_header[TIFF_HEADER_SIZE] = { in WebPWriteTIFF() 387 TIFF_HEADER_SIZE, 0, 0, 0, // data follows header in WebPWriteTIFF() 432 #undef TIFF_HEADER_SIZE
|
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.c | 361 #define TIFF_HEADER_SIZE (EXTRA_DATA_OFFSET + EXTRA_DATA_SIZE) macro 375 uint8_t tiff_header[TIFF_HEADER_SIZE] = { in WebPWriteTIFF() 387 TIFF_HEADER_SIZE, 0, 0, 0, // data follows header in WebPWriteTIFF() 432 #undef TIFF_HEADER_SIZE
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstexiftag.c | 50 #define TIFF_HEADER_SIZE 8 macro 1906 gst_byte_writer_init_with_size (&writer, info.size + TIFF_HEADER_SIZE, FALSE); in gst_tag_list_to_exif_buffer_with_tiff_header() 2025 subbuffer = gst_buffer_new_and_alloc (info.size - (TIFF_HEADER_SIZE - 2)); in gst_tag_list_from_exif_buffer_with_tiff_header() 2030 memcpy (sinfo.data, info.data + TIFF_HEADER_SIZE, in gst_tag_list_from_exif_buffer_with_tiff_header() 2031 info.size - TIFF_HEADER_SIZE); in gst_tag_list_from_exif_buffer_with_tiff_header()
|