Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_process.c2283 ps_codec->as_rec_buf[ctxt_sel].i4_pic_cnt = ps_proc->i4_pic_cnt; in ih264e_process()
2286 ps_codec->as_rec_buf[ctxt_sel].s_pic_buf = *ps_proc->ps_cur_pic; in ih264e_process()
2289 ps_codec->as_rec_buf[ctxt_sel].u4_is_last = ps_proc->s_entropy.u4_is_last; in ih264e_process()
2292 … ps_codec->as_rec_buf[ctxt_sel].u4_timestamp_high = ps_proc->s_entropy.u4_timestamp_high; in ih264e_process()
2293 … ps_codec->as_rec_buf[ctxt_sel].u4_timestamp_low = ps_proc->s_entropy.u4_timestamp_low; in ih264e_process()
Dih264e_structs.h2794 rec_buf_t as_rec_buf[MAX_CTXT_SETS]; member