Searched refs:ps_raw_buf (Results 1 – 3 of 3) sorted by relevance
/external/libavc/test/encoder/ |
D | recon.c | 54 IV_STATUS_T write_recon(FILE *fp, iv_raw_buf_t *ps_raw_buf) in write_recon() argument 64 if(IV_YUV_420P == ps_raw_buf->e_color_fmt) in write_recon() 69 wd = ps_raw_buf->au4_wd[comp]; in write_recon() 70 ht = ps_raw_buf->au4_ht[comp]; in write_recon() 71 pu1_buf = ps_raw_buf->apv_bufs[comp]; in write_recon() 158 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 168 ps_raw_buf->apv_bufs[0] = pu1_buf; in init_raw_buf_descr() 171 ps_raw_buf->apv_bufs[1] = pu1_buf; in init_raw_buf_descr() 174 ps_raw_buf->apv_bufs[2] = NULL; in init_raw_buf_descr() 177 ps_raw_buf->apv_bufs[2] = pu1_buf; in init_raw_buf_descr() [all …]
|
D | input.c | 120 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf) in read_input() argument 129 if (IV_YUV_422ILE == ps_raw_buf->e_color_fmt) in read_input() 131 wd = ps_raw_buf->au4_wd[0]; in read_input() 132 ht = ps_raw_buf->au4_ht[0]; in read_input() 133 strd = ps_raw_buf->au4_strd[0]; in read_input() 134 pu1_buf = ps_raw_buf->apv_bufs[0]; in read_input() 150 if(IV_YUV_420P == ps_raw_buf->e_color_fmt) in read_input() 155 wd = ps_raw_buf->au4_wd[comp]; in read_input() 156 ht = ps_raw_buf->au4_ht[comp]; in read_input() 157 strd = ps_raw_buf->au4_strd[comp]; in read_input() [all …]
|
D | app.h | 371 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf); 372 IV_STATUS_T write_recon(FILE *fp, iv_raw_buf_t *ps_raw_buf); 385 void init_raw_buf_descr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_raw_buf, UWORD8 *pu1_buf, IV_COLO…
|