Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_profile.h92 void profile_stop(profile_database_t *ps_profile_data, char *msg);
107 #define PROFILE_STOP(x, y) profile_stop(x, y)
Dihevce_profile.c278 void profile_stop(profile_database_t *ps_profile_data, char *msg) in profile_stop() function