Home
last modified time | relevance | path

Searched refs:geotag_count (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtiff.c113 int geotag_count; member
125 for (i = 0; i < s->geotag_count; i++) { in free_geotags()
130 s->geotag_count = 0; in free_geotags()
1578 if (s->geotag_count) { in tiff_decode_tag()
1584 s->geotag_count = ff_tget_short(&s->gb, s->le); in tiff_decode_tag()
1585 if (s->geotag_count > count / 4 - 1) { in tiff_decode_tag()
1586 s->geotag_count = count / 4 - 1; in tiff_decode_tag()
1589 if ( bytestream2_get_bytes_left(&s->gb) < s->geotag_count * sizeof(int16_t) * 4 in tiff_decode_tag()
1590 || s->geotag_count == 0) { in tiff_decode_tag()
1591 s->geotag_count in tiff_decode_tag()
[all...]

Completed in 4 milliseconds