Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_lap_interface.c311 ps_lap_struct->aps_lap_inp_buf[i] = NULL; in ihevce_lap_init()
2157 ps_lap_struct->aps_lap_inp_buf[ps_lap_struct->i4_buf_enq_idx] = ps_lap_inp_buf; in ihevce_lap_process()
2234 ps_lap_struct->aps_lap_inp_buf[ps_lap_struct->i4_buf_deq_idx]); in ihevce_lap_process()
2238 if(NULL != ps_lap_struct->aps_lap_inp_buf[ps_lap_struct->i4_buf_deq_idx]) in ihevce_lap_process()
2243 if(ps_lap_struct->aps_lap_inp_buf[ps_lap_struct->i4_buf_deq_idx] in ihevce_lap_process()
2254 if(NULL != ps_lap_struct->aps_lap_inp_buf[i4_prev_idx] && in ihevce_lap_process()
2256 ps_lap_struct->aps_lap_inp_buf[i4_prev_idx]->s_lap_out.i4_pic_type == in ihevce_lap_process()
2268 ps_lap_struct->aps_lap_inp_buf[ps_lap_struct->i4_buf_deq_idx], in ihevce_lap_process()
2307 ps_lap_struct->aps_lap_inp_buf[ps_lap_struct->i4_buf_enq_idx] = ps_lap_inp_buf; in ihevce_lap_process()
2320 if(NULL != ps_lap_struct->aps_lap_inp_buf[ps_lap_struct->i4_buf_deq_idx]) in ihevce_lap_process()
[all …]
Dihevce_lap_structs.h104 ihevce_lap_enc_buf_t *aps_lap_inp_buf[MAX_QUEUE_LENGTH]; member