Lines Matching refs:s_disp_frm_buf

232         ps_dec_op->s_disp_frm_buf.u4_y_wd = ps_codec->i4_disp_wd;  in ihevcd_fill_outargs()
233 ps_dec_op->s_disp_frm_buf.u4_y_ht = ps_codec->i4_disp_ht; in ihevcd_fill_outargs()
237 ps_dec_op->s_disp_frm_buf.pv_y_buf = ps_disp_buf->pu1_luma; in ihevcd_fill_outargs()
240 ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->pu1_chroma; in ihevcd_fill_outargs()
241 ps_dec_op->s_disp_frm_buf.pv_v_buf = NULL; in ihevcd_fill_outargs()
260 ps_dec_op->s_disp_frm_buf.pv_u_buf = pu1_u_dst; in ihevcd_fill_outargs()
261 ps_dec_op->s_disp_frm_buf.pv_v_buf = pu1_v_dst; in ihevcd_fill_outargs()
263 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_strd; in ihevcd_fill_outargs()
267 ps_dec_op->s_disp_frm_buf.pv_y_buf = in ihevcd_fill_outargs()
269 ps_dec_op->s_disp_frm_buf.pv_u_buf = in ihevcd_fill_outargs()
271 ps_dec_op->s_disp_frm_buf.pv_v_buf = in ihevcd_fill_outargs()
273 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_disp_strd; in ihevcd_fill_outargs()
279 ps_dec_op->s_disp_frm_buf.u4_u_strd = in ihevcd_fill_outargs()
280 ps_dec_op->s_disp_frm_buf.u4_y_strd; in ihevcd_fill_outargs()
281 ps_dec_op->s_disp_frm_buf.u4_v_strd = 0; in ihevcd_fill_outargs()
282 ps_dec_op->s_disp_frm_buf.u4_u_wd = in ihevcd_fill_outargs()
283 ps_dec_op->s_disp_frm_buf.u4_y_wd; in ihevcd_fill_outargs()
284 ps_dec_op->s_disp_frm_buf.u4_v_wd = 0; in ihevcd_fill_outargs()
285 ps_dec_op->s_disp_frm_buf.u4_u_ht = in ihevcd_fill_outargs()
286 ps_dec_op->s_disp_frm_buf.u4_y_ht / 2; in ihevcd_fill_outargs()
287 ps_dec_op->s_disp_frm_buf.u4_v_ht = 0; in ihevcd_fill_outargs()
291 ps_dec_op->s_disp_frm_buf.u4_u_strd = in ihevcd_fill_outargs()
292 ps_dec_op->s_disp_frm_buf.u4_y_strd / 2; in ihevcd_fill_outargs()
293 ps_dec_op->s_disp_frm_buf.u4_v_strd = in ihevcd_fill_outargs()
294 ps_dec_op->s_disp_frm_buf.u4_y_strd / 2; in ihevcd_fill_outargs()
295 ps_dec_op->s_disp_frm_buf.u4_u_wd = in ihevcd_fill_outargs()
296 ps_dec_op->s_disp_frm_buf.u4_y_wd / 2; in ihevcd_fill_outargs()
297 ps_dec_op->s_disp_frm_buf.u4_v_wd = in ihevcd_fill_outargs()
298 ps_dec_op->s_disp_frm_buf.u4_y_wd / 2; in ihevcd_fill_outargs()
299 ps_dec_op->s_disp_frm_buf.u4_u_ht = in ihevcd_fill_outargs()
300 ps_dec_op->s_disp_frm_buf.u4_y_ht / 2; in ihevcd_fill_outargs()
301 ps_dec_op->s_disp_frm_buf.u4_v_ht = in ihevcd_fill_outargs()
302 ps_dec_op->s_disp_frm_buf.u4_y_ht / 2; in ihevcd_fill_outargs()