Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtiff.c241 static char *doubles2str(double *dp, int count, const char *sep) in doubles2str() function
1642 char *ap = doubles2str(&dp[s->geotags[i].offset], s->geotags[i].count, ", "); in tiff_decode_tag()