Lines Matching refs:ps_video_encode_ip
1445 ive_video_encode_ip_t *ps_video_encode_ip = &ih264e_video_encode_ip.s_ive_ip; in synchronous_encode() local
1448 iv_raw_buf_t *ps_inp_raw_buf = &ps_video_encode_ip->s_inp_buf; in synchronous_encode()
1578 ps_video_encode_ip->u4_size = sizeof(ih264e_video_encode_ip_t); in synchronous_encode()
1581 ps_video_encode_ip->e_cmd = IVE_CMD_VIDEO_ENCODE; in synchronous_encode()
1582 ps_video_encode_ip->pv_bufs = pu1_buf; in synchronous_encode()
1583 ps_video_encode_ip->pv_mb_info = pv_mb_info; in synchronous_encode()
1584 ps_video_encode_ip->pv_pic_info = pv_pic_info; in synchronous_encode()
1585 ps_video_encode_ip->u4_pic_info_type = ps_app_ctxt->u4_pic_info_type; in synchronous_encode()
1696 ps_video_encode_ip->s_out_buf.pv_buf = pu1_buf; in synchronous_encode()
1697 ps_video_encode_ip->s_out_buf.u4_bytes = 0; in synchronous_encode()
1698 ps_video_encode_ip->s_out_buf.u4_bufsize = buff_size; in synchronous_encode()
1708 ps_video_encode_ip->s_recon_buf = s_recon_buf; in synchronous_encode()
1733 ps_video_encode_ip->u4_is_last = is_last; in synchronous_encode()
1734 ps_video_encode_ip->u4_mb_info_type = ps_app_ctxt->u4_mb_info_type; in synchronous_encode()
1735 ps_video_encode_ip->u4_pic_info_type = ps_app_ctxt->u4_pic_info_type;; in synchronous_encode()
1737 ps_video_encode_ip->u4_timestamp_high = u4_timestamp_high; in synchronous_encode()
1738 ps_video_encode_ip->u4_timestamp_low = u4_timestamp_low; in synchronous_encode()