Home
last modified time | relevance | path

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

/third_party/grpc/tools/run_tests/python_utils/
Dreport_utils.py175 def render_perf_profiling_results(output_filepath, profile_names): argument
178 for name in profile_names:
/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()