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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexif.c51 case TIFF_SSHORT : return ff_tadd_shorts_metadata(count, name, sep, gb, le, 1, metadata);
52 case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, gb, le, 0, metadata);
H A Dtiff_common.h123 int ff_tadd_shorts_metadata(int count, const char *name, const char *sep,
H A Dtiff_common.c178 int ff_tadd_shorts_metadata(int count, const char *name, const char *sep, function
H A Dtiff.c227 case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, &s->gb, s->le, 0, avpriv_frame_get_metadatap(frame));

Completed in 171 milliseconds