Home | History | Annotate | Download | only in encoder

Lines Matching refs:ps_inp_raw_buf

1517     iv_raw_buf_t *ps_inp_raw_buf = &ps_video_encode_ip->s_inp_buf;
1660 ps_inp_raw_buf->e_color_fmt = ps_app_ctxt->e_inp_color_fmt;
1667 ps_inp_raw_buf->apv_bufs[0] = pu1_buf;
1671 ps_inp_raw_buf->apv_bufs[1] = pu1_buf;
1673 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd;
1674 ps_inp_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd;
1676 ps_inp_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht;
1677 ps_inp_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2;
1679 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd;
1680 ps_inp_raw_buf->au4_strd[1] = ps_app_ctxt->u4_strd;
1685 ps_inp_raw_buf->apv_bufs[0] = pu1_buf;
1687 ps_inp_raw_buf->apv_bufs[1] = pu1_buf;
1689 ps_inp_raw_buf->apv_bufs[2] = pu1_buf;
1691 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd;
1692 ps_inp_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd / 2;
1693 ps_inp_raw_buf->au4_wd[2] = ps_app_ctxt->u4_wd / 2;
1695 ps_inp_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht;
1696 ps_inp_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2;
1697 ps_inp_raw_buf->au4_ht[2] = ps_app_ctxt->u4_ht / 2;
1699 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd;
1700 ps_inp_raw_buf->au4_strd[1] = ps_app_ctxt->u4_strd / 2;
1701 ps_inp_raw_buf->au4_strd[2] = ps_app_ctxt->u4_strd / 2;
1707 ps_inp_raw_buf->apv_bufs[0] = pu1_buf;
1709 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd * 2;
1711 ps_inp_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht;
1713 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd *2;
1727 status = read_input(ps_app_ctxt->fp_ip, ps_inp_raw_buf);
1797 ps_inp_raw_buf->apv_bufs[0] = NULL;
1798 ps_inp_raw_buf->apv_bufs[1] = NULL;
1799 ps_inp_raw_buf->apv_bufs[2] = NULL;