Searched refs:ps_inp_raw_buf (Results 1 – 1 of 1) sorted by relevance
1448 iv_raw_buf_t *ps_inp_raw_buf = &ps_video_encode_ip->s_inp_buf; in synchronous_encode() local1591 ps_inp_raw_buf->e_color_fmt = ps_app_ctxt->e_inp_color_fmt; in synchronous_encode()1598 ps_inp_raw_buf->apv_bufs[0] = pu1_buf; in synchronous_encode()1602 ps_inp_raw_buf->apv_bufs[1] = pu1_buf; in synchronous_encode()1604 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in synchronous_encode()1605 ps_inp_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd; in synchronous_encode()1607 ps_inp_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht; in synchronous_encode()1608 ps_inp_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2; in synchronous_encode()1610 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd; in synchronous_encode()1611 ps_inp_raw_buf->au4_strd[1] = ps_app_ctxt->u4_strd; in synchronous_encode()[all …]