Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_profile.h108 #define PROFILE_END(x, y) profile_end(x, y) macro
115 #define PROFILE_END(x, y) macro
Dihevce_hle_interface.c2226 PROFILE_END(&ps_hle_ctxt->profile_hle, "hle interface thread active time"); in ihevce_hle_interface_delete()
2231 PROFILE_END(&ps_hle_ctxt->profile_pre_enc_l1l2[res_ctr], "pre enc l1l2 process"); in ihevce_hle_interface_delete()
2232 PROFILE_END(&ps_hle_ctxt->profile_pre_enc_l0ipe[res_ctr], "pre enc l0 ipe process"); in ihevce_hle_interface_delete()
2233 PROFILE_END(&ps_hle_ctxt->profile_enc_me[res_ctr], "enc me process"); in ihevce_hle_interface_delete()
2236 PROFILE_END(&ps_hle_ctxt->profile_enc[res_ctr][i4_br_id], "enc loop process"); in ihevce_hle_interface_delete()
2237 PROFILE_END(&ps_hle_ctxt->profile_entropy[res_ctr][i4_br_id], "entropy process"); in ihevce_hle_interface_delete()
/external/libhevc/test/encoder/
Dmain.c1080 PROFILE_END(&s_profile_data, "encode API call"); in libihevce_encode_frame()