Home
last modified time | relevance | path

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

/external/libnl/lib/xfrm/
Dae.c822 int xfrmnl_ae_get_curlifetime (struct xfrmnl_ae* ae, unsigned long long int* curr_bytes, in xfrmnl_ae_get_curlifetime() argument
826 if (curr_bytes == NULL || curr_packets == NULL || curr_add_time == NULL || curr_use_time == NULL) in xfrmnl_ae_get_curlifetime()
831 *curr_bytes = ae->lifetime_cur.bytes; in xfrmnl_ae_get_curlifetime()
842 int xfrmnl_ae_set_curlifetime (struct xfrmnl_ae* ae, unsigned long long int curr_bytes, in xfrmnl_ae_set_curlifetime() argument
846 ae->lifetime_cur.bytes = curr_bytes; in xfrmnl_ae_set_curlifetime()
Dsp.c1093 int xfrmnl_sp_get_curlifetime (struct xfrmnl_sp* sa, unsigned long long int* curr_bytes, in xfrmnl_sp_get_curlifetime() argument
1096 …if (sa == NULL || curr_bytes == NULL || curr_packets == NULL || curr_add_time == NULL || curr_use_… in xfrmnl_sp_get_curlifetime()
1099 *curr_bytes = sa->curlft.bytes; in xfrmnl_sp_get_curlifetime()
Dsa.c1524 int xfrmnl_sa_get_curlifetime (struct xfrmnl_sa* sa, unsigned long long int* curr_bytes, in xfrmnl_sa_get_curlifetime() argument
1527 …if (sa == NULL || curr_bytes == NULL || curr_packets == NULL || curr_add_time == NULL || curr_use_… in xfrmnl_sa_get_curlifetime()
1532 *curr_bytes = sa->curlft.bytes; in xfrmnl_sa_get_curlifetime()
/external/libhevc/encoder/
Dihevce_enc_loop_utils.c4428 WORD32 curr_bytes; in ihevce_inter_rdopt_cu_ntu() local
4566 &curr_bytes, in ihevce_inter_rdopt_cu_ntu()
4651 ps_final_prms->as_tu_enc_loop_temp_prms[ctr].i2_luma_bytes_consumed = curr_bytes; in ihevce_inter_rdopt_cu_ntu()
4660 ecd_data_bytes_cons += curr_bytes; in ihevce_inter_rdopt_cu_ntu()
4661 pu1_ecd_data += curr_bytes; in ihevce_inter_rdopt_cu_ntu()