Searched refs:pv_disp_op (Results 1 – 4 of 4) sorted by relevance
669 ivd_get_display_frame_op_t *pv_disp_op, in ih264d_format_convert() argument678 if(1 == pv_disp_op->u4_error_code) in ih264d_format_convert()690 (pv_disp_op->e_output_format == IV_YUV_420SP_UV)) in ih264d_format_convert()701 if(pv_disp_op->e_output_format == IV_YUV_420P) in ih264d_format_convert()704 IV_COLOR_FORMAT_T e_output_format = pv_disp_op->e_output_format; in ih264d_format_convert()715 pu1_y_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_y_buf; in ih264d_format_convert()716 pu1_y_dst += u4_start_y * pv_disp_op->s_disp_frm_buf.u4_y_strd; in ih264d_format_convert()718 pu1_u_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_u_buf; in ih264d_format_convert()719 pu1_u_dst += start_uv * pv_disp_op->s_disp_frm_buf.u4_u_strd; in ih264d_format_convert()721 pu1_v_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_v_buf; in ih264d_format_convert()[all …]
925 ivd_get_display_frame_op_t *pv_disp_op) in ih264d_get_next_display_field() argument942 pv_disp_op->u4_ts = 0; in ih264d_get_next_display_field()943 pv_disp_op->e_output_format = ps_dec->u1_chroma_format; in ih264d_get_next_display_field()945 pv_disp_op->s_disp_frm_buf.pv_y_buf = ps_out_buffer->pu1_bufs[0]; in ih264d_get_next_display_field()946 pv_disp_op->s_disp_frm_buf.pv_u_buf = ps_out_buffer->pu1_bufs[1]; in ih264d_get_next_display_field()947 pv_disp_op->s_disp_frm_buf.pv_v_buf = ps_out_buffer->pu1_bufs[2]; in ih264d_get_next_display_field()950 pv_disp_op->e4_fld_type = 0; in ih264d_get_next_display_field()951 pv_disp_op->u4_disp_buf_id = i4_disp_buf_id; in ih264d_get_next_display_field()963 pv_disp_op->u4_ts = pic_buf->u4_ts; in ih264d_get_next_display_field()974 pv_disp_op->u4_progressive_frame_flag = 1; in ih264d_get_next_display_field()[all …]
90 ivd_get_display_frame_op_t *pv_disp_op);93 ivd_get_display_frame_op_t *pv_disp_op);
115 ivd_get_display_frame_op_t *pv_disp_op,