Searched refs:enc_index (Results 1 – 1 of 1) sorted by relevance
1992 int enc_index) in acquire_hpo_dp_link_enc() argument1994 res_ctx->hpo_dp_link_enc_to_link_idx[enc_index] = link_index; in acquire_hpo_dp_link_enc()1995 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] = 1; in acquire_hpo_dp_link_enc()2000 int enc_index) in retain_hpo_dp_link_enc() argument2002 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]++; in retain_hpo_dp_link_enc()2007 int enc_index) in release_hpo_dp_link_enc() argument2009 ASSERT(res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] > 0); in release_hpo_dp_link_enc()2010 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]--; in release_hpo_dp_link_enc()2018 int enc_index; in add_hpo_dp_link_enc_to_ctx() local2020 enc_index = find_acquired_hpo_dp_link_enc_for_link(res_ctx, stream->link); in add_hpo_dp_link_enc_to_ctx()[all …]