Lines Matching refs:ps_video_encode_op
1515 ive_video_encode_op_t *ps_video_encode_op = &ih264e_video_encode_op.s_ive_op; in synchronous_encode() local
1648 ps_video_encode_op->u4_size = sizeof(ih264e_video_encode_op_t); in synchronous_encode()
1805 ps_video_encode_op->s_out_buf.pv_buf= NULL; in synchronous_encode()
1850 if(1 == ps_video_encode_op->output_present) in synchronous_encode()
1852 num_bytes = ps_video_encode_op->s_out_buf.u4_bytes; in synchronous_encode()
1853 buff_size = ps_video_encode_op->s_out_buf.u4_bufsize; in synchronous_encode()
1854 pu1_buf = (UWORD8*)ps_video_encode_op->s_out_buf.pv_buf; in synchronous_encode()
1865 if (ps_video_encode_op->s_inp_buf.apv_bufs[0]) in synchronous_encode()
1870 … if(ps_app_ctxt->as_input_buf[i].pu1_buf == ps_video_encode_op->s_inp_buf.apv_bufs[0]) in synchronous_encode()
1883 if(ps_app_ctxt->as_output_buf[i].pu1_buf == ps_video_encode_op->s_out_buf.pv_buf) in synchronous_encode()
1994 if (ps_video_encode_op->dump_recon) in synchronous_encode()
1996 s_recon_buf = ps_video_encode_op->s_recon_buf; in synchronous_encode()
2047 if (1 == ps_video_encode_op->u4_is_last) in synchronous_encode()