Home
last modified time | relevance | path

Searched refs:i4_end_flag (Results 1 – 11 of 11) sorted by relevance

/external/libhevc/encoder/
Dihevce_entropy_cod.c243 if(1 == ps_curr_inp->i4_end_flag) in ihevce_ent_coding_thrd()
249 if(0 == ps_curr_inp->i4_end_flag) in ihevce_ent_coding_thrd()
507 end_flag = ps_curr_inp->i4_end_flag; in ihevce_ent_coding_thrd()
508 ps_curr_out->i4_end_flag = ps_curr_inp->i4_end_flag; in ihevce_ent_coding_thrd()
513 ps_curr_out->i4_end_flag = 1; in ihevce_ent_coding_thrd()
550 end_flag = ps_curr_inp->i4_end_flag; in ihevce_ent_coding_thrd()
621 ps_curr_out->i4_end_flag = 1; in ihevce_ent_coding_thrd()
789 ps_curr_out->i4_end_flag = 0; in ihevce_entropy_encode_header()
Dihevce_lap_interface.c546 WORD32 *pi4_tag_parse, i4_end_flag = 0, *pi4_next_tag, i4_length, i4_buf_id, i4_next_tag; in ihevce_lap_parse_sync_cmd() local
687 i4_end_flag = 1; in ihevce_lap_parse_sync_cmd()
693 if(i4_end_flag) in ihevce_lap_parse_sync_cmd()
700 if(!i4_end_flag) in ihevce_lap_parse_sync_cmd()
719 WORD32 i4_end_flag = 0; in ihevce_lap_parse_async_cmd() local
741 i4_end_flag = 1; in ihevce_lap_parse_async_cmd()
747 if(i4_end_flag) in ihevce_lap_parse_async_cmd()
750 if(!i4_end_flag) in ihevce_lap_parse_async_cmd()
1886 if(ps_input_lap_enc_buf->s_lap_out.i4_end_flag == 1) in ihevce_lap_queue_input()
2127 ps_lap_inp_buf->s_lap_out.i4_end_flag = ps_lap_struct->end_flag; in ihevce_lap_process()
[all …]
Dihevce_plugin.h115 WORD32 i4_end_flag; member
Dihevce_frame_process.c318 void complexity_RC_reset_marking(enc_ctxt_t *ps_enc_ctxt, WORD32 i4_cur_ipe_idx, WORD32 i4_end_flag) in complexity_RC_reset_marking() argument
349 (i4_max_temporal_layers > 1) && (!i4_end_flag) && in complexity_RC_reset_marking()
3021 ps_curr_out_me->i4_end_flag = in ihevce_enc_frm_proc_slave_thrd()
3022 ps_enc_ctxt->s_multi_thrd.aps_cur_inp_me_prms[i4_me_frm_id]->i4_end_flag; in ihevce_enc_frm_proc_slave_thrd()
3027 ps_enc_ctxt->s_multi_thrd.aps_cur_inp_me_prms[i4_me_frm_id]->i4_end_flag; in ihevce_enc_frm_proc_slave_thrd()
3194 i4_me_end_flag = ps_enc_ctxt->s_multi_thrd.aps_cur_inp_me_prms[i4_me_frm_id]->i4_end_flag; in ihevce_enc_frm_proc_slave_thrd()
3452 ps_enc_ctxt->s_multi_thrd.aps_cur_inp_enc_prms[i4_enc_frm_id]->i4_end_flag; in ihevce_enc_frm_proc_slave_thrd()
3506 ps_curr_out[i4_enc_frm_id][i4_bitrate_ctr]->i4_end_flag = in ihevce_enc_frm_proc_slave_thrd()
3508 ->i4_end_flag; in ihevce_enc_frm_proc_slave_thrd()
3618 ps_recon_out[i4_enc_frm_id][i4_bitrate_ctr]->i4_end_flag = in ihevce_enc_frm_proc_slave_thrd()
[all …]
Dihevce_plugin_priv.h142 WORD32 i4_end_flag; member
Dihevce_enc_structs.h1589 WORD32 i4_end_flag; member
1918 WORD32 i4_end_flag; member
1994 WORD32 i4_end_flag; member
2430 WORD32 i4_end_flag; member
3126 WORD32 i4_end_flag; member
Dihevce_api.h1256 WORD32 i4_end_flag; member
1348 WORD32 i4_end_flag; member
Dihevce_lap_enc_structs.h420 WORD32 i4_end_flag; member
Dihevce_plugin.c520 WORD32 end_flag = ps_curr_out->i4_end_flag; in ihevce_strm_fill_done()
553 ps_ctxt->aaas_out_bufs[i4_res_id][i4_br_id][idx].i4_end_flag = end_flag; in ihevce_strm_fill_done()
1344 ps_out->i4_end_flag = in ihevce_receive_out_buffer()
1345 ps_ctxt->aaas_out_bufs[0][0][ps_ctxt->i4_prod_out_buf_idx].i4_end_flag; in ihevce_receive_out_buffer()
Dihevce_hle_interface.c145 ps_enc_ctxt->i4_end_flag = 0; in ihevce_context_reset()
/external/libhevc/test/encoder/
Dmain.c1061 if(out_pic.i4_end_flag) in libihevce_encode_frame()