Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmf_utils.h158 char *ff_guid_str_buf(char *buf, size_t buf_size, const GUID *guid);
159 #define ff_guid_str(guid) ff_guid_str_buf((char[80]){0}, 80, guid)
Dmf_utils.c364 char *ff_guid_str_buf(char *buf, size_t buf_size, const GUID *guid) in ff_guid_str_buf() function