Home
last modified time | relevance | path

Searched refs:i4_bytes_generated (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dihevce_entropy_interface.c445 ps_curr_out->i4_bytes_generated = 0; //Init in ihevce_entropy_encode_frame()
517 WORD32 i4_bytes_generated, i4_slice_header_bits; in ihevce_entropy_encode_frame() local
580 i4_bytes_generated = ps_entropy_ctxt->s_dup_bit_strm_ent_offset.u4_strm_buf_offset; in ihevce_entropy_encode_frame()
584 i4_bytes_generated = ps_entropy_ctxt->s_cabac_ctxt.u4_strm_buf_offset; in ihevce_entropy_encode_frame()
588 ps_curr_out->i4_bytes_generated += i4_bytes_generated; in ihevce_entropy_encode_frame()
592 ps_bitstrm, (ps_bitstrm->pu1_strm_buffer + i4_bytes_generated), out_buf_size); in ihevce_entropy_encode_frame()
694 ps_curr_out->i4_bytes_generated += ps_bitstrm->u4_strm_buf_offset; in ihevce_entropy_encode_frame()
702 ps_curr_out->i4_bytes_generated += ps_bitstrm->u4_strm_buf_offset; in ihevce_entropy_encode_frame()
Dihevce_entropy_cod.c455 (ps_curr_out->i4_bytes_generated << 3), in ihevce_ent_coding_thrd()
496 (ps_curr_out->i4_bytes_generated << 3), in ihevce_ent_coding_thrd()
506 ps_curr_out->i4_bytes_generated = 0; in ihevce_ent_coding_thrd()
532 ps_curr_out->i4_bytes_generated * 8; in ihevce_ent_coding_thrd()
626 ps_curr_out->i4_bytes_generated = 0; in ihevce_ent_coding_thrd()
740 ps_curr_out->i4_bytes_generated = ps_bitstrm->u4_strm_buf_offset; in ihevce_entropy_encode_header()
Dihevce_plugin.h105 WORD32 i4_bytes_generated; member
Dihevce_plugin_priv.h82 WORD32 i4_bytes_generated; member
Dihevce_plugin.c525 if(0 != ps_curr_out->i4_bytes_generated) in ihevce_strm_fill_done()
528 (ps_out_strm_prms->u8_total_bits) += ps_curr_out->i4_bytes_generated * 8; in ihevce_strm_fill_done()
550 ps_curr_out->i4_bytes_generated; in ihevce_strm_fill_done()
1264 ps_out->i4_bytes_generated = 0; in ihevce_receive_out_buffer()
1332 ps_out->i4_bytes_generated = in ihevce_receive_out_buffer()
Dihevce_api.h1245 WORD32 i4_bytes_generated; member
/external/libhevc/test/encoder/
Dmain.c920 bytes = fwrite(out_pic->pu1_output_buf, sizeof(UWORD8), out_pic->i4_bytes_generated, fp); in write_output()
921 if(bytes != out_pic->i4_bytes_generated) in write_output()
1009 if(out_pic_hdr.i4_bytes_generated) in libihevce_encode_frame()
1062 if(out_pic.i4_bytes_generated) in libihevce_encode_frame()