Lines Matching refs:ps_video_encode_ip
1734 ive_video_encode_ip_t *ps_video_encode_ip = &ih264e_video_encode_ip.s_ive_ip; in synchronous_encode() local
1737 iv_raw_buf_t *ps_inp_raw_buf = &ps_video_encode_ip->s_inp_buf; in synchronous_encode()
1923 ps_video_encode_ip->u4_size = sizeof(ih264e_video_encode_ip_t); in synchronous_encode()
1926 ps_video_encode_ip->e_cmd = IVE_CMD_VIDEO_ENCODE; in synchronous_encode()
1927 ps_video_encode_ip->pv_bufs = pu1_buf; in synchronous_encode()
1928 ps_video_encode_ip->pv_mb_info = pv_mb_info; in synchronous_encode()
1929 ps_video_encode_ip->pv_pic_info = pv_pic_info; in synchronous_encode()
1930 ps_video_encode_ip->u4_pic_info_type = ps_app_ctxt->u4_pic_info_type; in synchronous_encode()
2041 ps_video_encode_ip->s_out_buf.pv_buf = pu1_buf; in synchronous_encode()
2042 ps_video_encode_ip->s_out_buf.u4_bytes = 0; in synchronous_encode()
2043 ps_video_encode_ip->s_out_buf.u4_bufsize = buff_size; in synchronous_encode()
2053 ps_video_encode_ip->s_recon_buf = s_recon_buf; in synchronous_encode()
2078 ps_video_encode_ip->u4_is_last = is_last; in synchronous_encode()
2079 ps_video_encode_ip->u4_mb_info_type = ps_app_ctxt->u4_mb_info_type; in synchronous_encode()
2080 ps_video_encode_ip->u4_pic_info_type = ps_app_ctxt->u4_pic_info_type;; in synchronous_encode()
2082 ps_video_encode_ip->u4_timestamp_high = u4_timestamp_high; in synchronous_encode()
2083 ps_video_encode_ip->u4_timestamp_low = u4_timestamp_low; in synchronous_encode()