Home
last modified time | relevance | path

Searched refs:ps_op_frm (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_format_conv.c674 iv_yuv_buf_t *ps_op_frm; in ih264d_format_convert() local
681 ps_op_frm = &(ps_dec->s_disp_frame_info); in ih264d_format_convert()
695 pu1_y_src = (UWORD8 *)ps_op_frm->pv_y_buf; in ih264d_format_convert()
696 pu1_y_src += u4_start_y * ps_op_frm->u4_y_strd, in ih264d_format_convert()
698 pu1_uv_src = (UWORD8 *)ps_op_frm->pv_u_buf; in ih264d_format_convert()
699 pu1_uv_src += start_uv * ps_op_frm->u4_u_strd; in ih264d_format_convert()
729 ps_op_frm->u4_y_wd, in ih264d_format_convert()
731 ps_op_frm->u4_y_strd, in ih264d_format_convert()
732 ps_op_frm->u4_u_strd, in ih264d_format_convert()
756 ps_op_frm->u4_y_wd, in ih264d_format_convert()
[all …]
Dih264d_utils.c932 iv_yuv_buf_t *ps_op_frm; in ih264d_get_next_display_field() local
936 ps_op_frm = &(ps_dec->s_disp_frame_info); in ih264d_get_next_display_field()
953 ps_op_frm->u4_y_ht = pic_buf->u2_disp_height << 1; in ih264d_get_next_display_field()
954 ps_op_frm->u4_u_ht = ps_op_frm->u4_v_ht = ps_op_frm->u4_y_ht >> 1; in ih264d_get_next_display_field()
955 ps_op_frm->u4_y_wd = pic_buf->u2_disp_width; in ih264d_get_next_display_field()
957 ps_op_frm->u4_u_wd = ps_op_frm->u4_v_wd = ps_op_frm->u4_y_wd >> 1; in ih264d_get_next_display_field()
959 ps_op_frm->u4_y_strd = pic_buf->u2_frm_wd_y; in ih264d_get_next_display_field()
960 ps_op_frm->u4_u_strd = ps_op_frm->u4_v_strd = pic_buf->u2_frm_wd_uv; in ih264d_get_next_display_field()
966 ps_op_frm->pv_y_buf = pic_buf->pu1_buf1 + pic_buf->u2_crop_offset_y; in ih264d_get_next_display_field()
967 ps_op_frm->pv_u_buf = pic_buf->pu1_buf2 + pic_buf->u2_crop_offset_uv; in ih264d_get_next_display_field()
[all …]