Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmf_utils.c248 static struct GUID_Entry guid_names[] = { variable
368 for (n = 0; n < FF_ARRAY_ELEMS(guid_names); n++) { in ff_guid_str_buf()
369 if (IsEqualGUID(guid, guid_names[n].guid)) { in ff_guid_str_buf()
370 snprintf(buf, buf_size, "%s", guid_names[n].name); in ff_guid_str_buf()