Searched refs:i4_disp_strd (Results 1 – 5 of 5) sorted by relevance
774 pu2_rgb_dst_tmp += cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()776 pu4_rgb_dst_tmp += cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()777 pu1_y_dst_tmp = pu1_y_dst + cur_row * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()778 pu1_uv_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd; in ihevcd_fmt_conv()779 pu1_u_dst_tmp = pu1_u_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()780 pu1_v_dst_tmp = pu1_v_dst + (cur_row / 2) * ps_codec->i4_disp_strd / 2; in ihevcd_fmt_conv()840 ps_codec->i4_disp_strd, in ihevcd_fmt_conv()841 ps_codec->i4_disp_strd); in ihevcd_fmt_conv()855 pu1_y_dst_tmp += ps_codec->i4_disp_strd; in ihevcd_fmt_conv()868 ps_codec->i4_disp_strd, in ihevcd_fmt_conv()[all …]
876 ps_codec->i4_disp_strd = 0; in ihevcd_set_default_params()1004 ps_codec->i4_disp_strd = 0; in ihevcd_init()2366 wd = ps_codec->i4_disp_strd; in ihevcd_get_status()2371 if(ps_codec->i4_disp_strd > wd) in ihevcd_get_status()2372 wd = ps_codec->i4_disp_strd; in ihevcd_get_status()2527 wd = ps_codec->i4_disp_strd; in ihevcd_get_buf_info()2540 if(ps_codec->i4_disp_strd > wd) in ihevcd_get_buf_info()2541 wd = ps_codec->i4_disp_strd; in ihevcd_get_buf_info()2665 strd = ps_codec->i4_disp_strd; in ihevcd_set_params()2683 strd = ps_codec->i4_disp_strd; in ihevcd_set_params()[all …]
273 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_disp_strd; in ihevcd_fill_outargs()500 ps_dec_ip->s_out_buffer.pu1_bufs[2], ps_codec->i4_disp_strd, in ihevcd_decode()876 ps_dec_ip->s_out_buffer.pu1_bufs[2], ps_codec->i4_disp_strd, in ihevcd_decode()
1524 if(ps_codec->i4_disp_strd < ps_codec->i4_disp_wd) in ihevcd_parse_sps()1526 ps_codec->i4_disp_strd = ps_codec->i4_disp_wd; in ihevcd_parse_sps()1531 if(ps_codec->i4_disp_strd < ps_codec->i4_strd) in ihevcd_parse_sps()1533 ps_codec->i4_disp_strd = ps_codec->i4_strd; in ihevcd_parse_sps()
1652 WORD32 i4_disp_strd; member