Searched refs:s_out_buf (Results 1 – 4 of 4) sorted by relevance
215 out_buf_t s_out_buf; in ih264e_encode() local230 if (ps_video_encode_ip->s_ive_ip.s_out_buf.u4_bufsize < MIN_STREAM_SIZE) in ih264e_encode()240 s_out_buf.s_bits_buf = ps_video_encode_ip->s_ive_ip.s_out_buf; in ih264e_encode()241 s_out_buf.u4_is_last = 0; in ih264e_encode()242 s_out_buf.u4_timestamp_low = ps_video_encode_ip->s_ive_ip.u4_timestamp_low; in ih264e_encode()243 s_out_buf.u4_timestamp_high = ps_video_encode_ip->s_ive_ip.u4_timestamp_high; in ih264e_encode()257 ps_codec->as_out_buf[ctxt_sel] = s_out_buf; in ih264e_encode()373 ps_video_encode_op->s_ive_op.s_out_buf = ps_codec->as_out_buf[ctxt_sel].s_bits_buf; in ih264e_encode()394 s_out_buf.u4_is_last = s_inp_buf.u4_is_last; in ih264e_encode()628 s_out_buf.u4_is_last = 0; in ih264e_encode()[all …]
374 iv_bits_buf_t s_out_buf; member412 iv_bits_buf_t s_out_buf; member545 iv_bits_buf_t s_out_buf; member594 iv_bits_buf_t s_out_buf; member
303 out_buf_t s_out_buf; in ih264e_entropy() local355 s_out_buf = ps_codec->as_out_buf[ctxt_sel]; in ih264e_entropy()358 s_out_buf.u4_is_last = ps_entropy->u4_is_last; in ih264e_entropy()361 s_out_buf.u4_timestamp_high = ps_entropy->u4_timestamp_high; in ih264e_entropy()362 s_out_buf.u4_timestamp_low = ps_entropy->u4_timestamp_low; in ih264e_entropy()367 … ih264e_bitstrm_init(ps_bitstrm, s_out_buf.s_bits_buf.pv_buf, s_out_buf.s_bits_buf.u4_bufsize); in ih264e_entropy()
1765 ps_video_encode_ip->s_out_buf.pv_buf = pu1_buf; in synchronous_encode()1766 ps_video_encode_ip->s_out_buf.u4_bytes = 0; in synchronous_encode()1767 ps_video_encode_ip->s_out_buf.u4_bufsize = buff_size; in synchronous_encode()1805 ps_video_encode_op->s_out_buf.pv_buf= NULL; 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()1883 if(ps_app_ctxt->as_output_buf[i].pu1_buf == ps_video_encode_op->s_out_buf.pv_buf) in synchronous_encode()