Home
last modified time | relevance | path

Searched refs:ff_tget_double (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtiff_common.c55 double ff_tget_double(GetByteContext *gb, int le) in ff_tget_double() function
162 av_bprintf(&bp, "%s%.15g", auto_sep(count, sep, i, 4), ff_tget_double(gb, le)); in ff_tadd_doubles_metadata()
Dtiff_common.h77 double ff_tget_double(GetByteContext *gb, int le);
Dtiff.c1633 dp[i] = ff_tget_double(&s->gb, s->le); in tiff_decode_tag()