Lines Matching refs:ps_video_encode_op
1735 ive_video_encode_op_t *ps_video_encode_op = &ih264e_video_encode_op.s_ive_op; in synchronous_encode() local
1924 ps_video_encode_op->u4_size = sizeof(ih264e_video_encode_op_t); in synchronous_encode()
2081 ps_video_encode_op->s_out_buf.pv_buf= NULL; in synchronous_encode()
2126 if(1 == ps_video_encode_op->output_present) in synchronous_encode()
2128 num_bytes = ps_video_encode_op->s_out_buf.u4_bytes; in synchronous_encode()
2129 buff_size = ps_video_encode_op->s_out_buf.u4_bufsize; in synchronous_encode()
2130 pu1_buf = (UWORD8*)ps_video_encode_op->s_out_buf.pv_buf; in synchronous_encode()
2141 if (ps_video_encode_op->s_inp_buf.apv_bufs[0]) in synchronous_encode()
2146 … if(ps_app_ctxt->as_input_buf[i].pu1_buf == ps_video_encode_op->s_inp_buf.apv_bufs[0]) in synchronous_encode()
2159 if(ps_app_ctxt->as_output_buf[i].pu1_buf == ps_video_encode_op->s_out_buf.pv_buf) in synchronous_encode()
2270 if (ps_video_encode_op->dump_recon) in synchronous_encode()
2272 s_recon_buf = ps_video_encode_op->s_recon_buf; in synchronous_encode()
2323 if (1 == ps_video_encode_op->u4_is_last) in synchronous_encode()