Home
last modified time | relevance | path

Searched refs:s_out_buf (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/
Dih264e_encode.c215 out_buf_t s_out_buf; in ih264e_encode() local
230 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 …]
Dive2.h374 iv_bits_buf_t s_out_buf; member
412 iv_bits_buf_t s_out_buf; member
545 iv_bits_buf_t s_out_buf; member
594 iv_bits_buf_t s_out_buf; member
Dih264e_process.c303 out_buf_t s_out_buf; in ih264e_entropy() local
355 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()
/external/libavc/test/encoder/
Dmain.c1765 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()