Lines Matching refs:ps_dec_ip
3176 impeg2d_video_decode_ip_t *ps_dec_ip; in impeg2d_api_entity() local
3184 ps_dec_ip = (impeg2d_video_decode_ip_t *)pv_api_ip; in impeg2d_api_entity()
3191 bytes_remaining = ps_dec_ip->s_ivd_video_decode_ip_t.u4_num_Bytes; in impeg2d_api_entity()
3208 …ps_dec_state->ps_disp_frm_buf->pv_y_buf = ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer.pu1_buf… in impeg2d_api_entity()
3209 …ps_dec_state->ps_disp_frm_buf->pv_u_buf = ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer.pu1_buf… in impeg2d_api_entity()
3210 …ps_dec_state->ps_disp_frm_buf->pv_v_buf = ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer.pu1_buf… in impeg2d_api_entity()
3220 … if((ps_dec_ip->s_ivd_video_decode_ip_t.pv_stream_buffer == NULL)&&(ps_dec_state->u1_flushfrm==0)) in impeg2d_api_entity()
3236 impeg2d_dec_hdr(ps_dec_state,ps_dec_ip ,ps_dec_op); in impeg2d_api_entity()
3262 … ps_dec_ip->s_ivd_video_decode_ip_t.u4_size = sizeof(impeg2d_video_decode_ip_t); in impeg2d_api_entity()
3277 …ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_y_buf = ps_dec_ip->s_ivd_video_decode_ip_t.s… in impeg2d_api_entity()
3278 …ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_u_buf = ps_dec_ip->s_ivd_video_decode_ip_t.s… in impeg2d_api_entity()
3279 …ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_v_buf = ps_dec_ip->s_ivd_video_decode_ip_t.s… in impeg2d_api_entity()
3391 INSERT_LOGO(ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer.pu1_bufs[0], in impeg2d_api_entity()
3392 ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer.pu1_bufs[1], in impeg2d_api_entity()
3393 ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer.pu1_bufs[2], in impeg2d_api_entity()
3413 … ps_dec_ip->s_ivd_video_decode_ip_t.u4_size = sizeof(impeg2d_video_decode_ip_t); in impeg2d_api_entity()
3415 if(ps_dec_ip->s_ivd_video_decode_ip_t.u4_num_Bytes < 4) in impeg2d_api_entity()
3417 …ps_dec_op->s_ivd_video_decode_op_t.u4_num_bytes_consumed = ps_dec_ip->s_ivd_video_decode_ip_t.u4_n… in impeg2d_api_entity()
3477 ps_dec_state->ps_out_buf = &ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer; in impeg2d_api_entity()
3488 impeg2d_dec_frm(ps_dec_state,ps_dec_ip,ps_dec_op); in impeg2d_api_entity()
3562 INSERT_LOGO(ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer.pu1_bufs[0], in impeg2d_api_entity()
3563 ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer.pu1_bufs[1], in impeg2d_api_entity()
3564 ps_dec_ip->s_ivd_video_decode_ip_t.s_out_buffer.pu1_bufs[2], in impeg2d_api_entity()