Searched refs:return_seconds (Results 1 – 2 of 2) sorted by relevance
828 int ff_parse_creation_time_metadata(AVFormatContext *s, int64_t *timestamp, int return_seconds);
5740 int ff_parse_creation_time_metadata(AVFormatContext *s, int64_t *timestamp, int return_seconds) argument5747 *timestamp = return_seconds ? parsed_timestamp / 1000000 : parsed_timestamp;