Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Drecon.c53 IV_STATUS_T write_recon(FILE *fp, iv_raw_buf_t *ps_raw_buf) in write_recon() argument
63 if(IV_YUV_420P == ps_raw_buf->e_color_fmt) in write_recon()
68 wd = ps_raw_buf->au4_wd[comp]; in write_recon()
69 ht = ps_raw_buf->au4_ht[comp]; in write_recon()
70 pu1_buf = ps_raw_buf->apv_bufs[comp]; in write_recon()
157 void init_raw_buf_descr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_raw_buf, UWORD8 *pu1_buf, IV_COLO… in init_raw_buf_descr() argument
167 ps_raw_buf->apv_bufs[0] = pu1_buf; in init_raw_buf_descr()
170 ps_raw_buf->apv_bufs[1] = pu1_buf; in init_raw_buf_descr()
173 ps_raw_buf->apv_bufs[2] = NULL; in init_raw_buf_descr()
176 ps_raw_buf->apv_bufs[2] = pu1_buf; in init_raw_buf_descr()
[all …]
Dinput.c119 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf) in read_input() argument
128 if (IV_YUV_422ILE == ps_raw_buf->e_color_fmt) in read_input()
130 wd = ps_raw_buf->au4_wd[0]; in read_input()
131 ht = ps_raw_buf->au4_ht[0]; in read_input()
132 strd = ps_raw_buf->au4_strd[0]; in read_input()
133 pu1_buf = ps_raw_buf->apv_bufs[0]; in read_input()
149 if(IV_YUV_420P == ps_raw_buf->e_color_fmt) in read_input()
154 wd = ps_raw_buf->au4_wd[comp]; in read_input()
155 ht = ps_raw_buf->au4_ht[comp]; in read_input()
156 strd = ps_raw_buf->au4_strd[comp]; in read_input()
[all …]
Dapp.h332 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf);
333 IV_STATUS_T write_recon(FILE *fp, iv_raw_buf_t *ps_raw_buf);
346 void init_raw_buf_descr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_raw_buf, UWORD8 *pu1_buf, IV_COLO…