Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqsvenc.c47 } profile_names[] = { variable
77 for (i = 0; i < FF_ARRAY_ELEMS(profile_names); i++) in print_profile()
78 if (profile == profile_names[i].profile) in print_profile()
79 return profile_names[i].name; in print_profile()