Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmf_utils.c216 static struct GUID_Entry guid_names[] = { variable
336 for (n = 0; n < FF_ARRAY_ELEMS(guid_names); n++) { in ff_guid_str_buf()
337 if (IsEqualGUID(guid, guid_names[n].guid)) { in ff_guid_str_buf()
338 snprintf(buf, buf_size, "%s", guid_names[n].name); in ff_guid_str_buf()

Completed in 2 milliseconds