OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:av_ts_make_string
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
timestamp.h
39
static inline char *
av_ts_make_string
(char *buf, int64_t ts)
function
50
#define av_ts2str(ts)
av_ts_make_string
((char[AV_TS_MAX_STRING_SIZE]){0}, ts)
Completed in 164 milliseconds