Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_hle_q_func.c129 WORD32 end_flag = 0; in ihevce_q_get_free_buff() local
135 while(1 != end_flag) in ihevce_q_get_free_buff()
229 end_flag = 1; in ihevce_q_get_free_buff()
235 end_flag = 1; in ihevce_q_get_free_buff()
392 WORD32 end_flag = 0; in ihevce_q_get_filled_buff() local
398 while(1 != end_flag) in ihevce_q_get_filled_buff()
513 end_flag = 1; in ihevce_q_get_filled_buff()
519 end_flag = 1; in ihevce_q_get_filled_buff()
Dihevce_entropy_cod.c150 WORD32 end_flag; in ihevce_ent_coding_thrd() local
173 end_flag = 0; in ihevce_ent_coding_thrd()
200 while(0 == end_flag) in ihevce_ent_coding_thrd()
511 end_flag = ps_curr_inp->i4_end_flag; in ihevce_ent_coding_thrd()
516 end_flag = 1; in ihevce_ent_coding_thrd()
554 end_flag = ps_curr_inp->i4_end_flag; in ihevce_ent_coding_thrd()
575 end_flag = 0; in ihevce_ent_coding_thrd()
589 while(0 == end_flag) in ihevce_ent_coding_thrd()
601 end_flag = (ps_curr_out == NULL); in ihevce_ent_coding_thrd()
621 end_flag = ps_curr_out->i4_is_last_buf; in ihevce_ent_coding_thrd()
Dihevce_lap_structs.h173 WORD32 end_flag; member
Dihevce_lap_interface.c290 ps_lap_struct->end_flag = 0; in ihevce_lap_init()
2046 if(ps_lap_struct->end_flag != 1) in ihevce_lap_process()
2101 ps_lap_struct->end_flag = 1; in ihevce_lap_process()
2104 ps_lap_inp_buf->s_lap_out.i4_end_flag = ps_lap_struct->end_flag; in ihevce_lap_process()
2305 if(ps_lap_struct->end_flag == 1) in ihevce_lap_process()
Dihevce_frame_process.c4721 WORD32 end_flag = 0; in ihevce_enc_frm_proc_slave_thrd() local
4722 while(0 == end_flag) in ihevce_enc_frm_proc_slave_thrd()
4749 end_flag = ps_enc_ctxt->s_multi_thrd.ps_recon_out[i4_enc_frm_id][i4_bitrate_ctr] in ihevce_enc_frm_proc_slave_thrd()
5020 WORD32 end_flag = 0; in ihevce_pre_enc_init() local
5069 end_flag = ps_curr_inp->s_lap_out.i4_end_flag; in ihevce_pre_enc_init()
5070 ps_curr_out->i4_end_flag = end_flag; in ihevce_pre_enc_init()
5071 ps_enc_ctxt->s_multi_thrd.i4_last_pic_flag = end_flag; in ihevce_pre_enc_init()
5387 *pi4_end_flag_ret = end_flag; in ihevce_pre_enc_init()
5865 WORD32 end_flag = ps_multi_thrd->ai4_end_flag_pre_enc[i4_cur_decomp_idx]; in ihevce_pre_enc_process_frame_thrd() local
5872 &end_flag, in ihevce_pre_enc_process_frame_thrd()
[all …]
Dihevce_plugin.c519 WORD32 end_flag = ps_curr_out->i4_end_flag; in ihevce_strm_fill_done() local
539 ps_app_ctxt->ai4_out_strm_end_flag[i4_res_id][i4_br_id] = end_flag; in ihevce_strm_fill_done()
552 ps_ctxt->aaas_out_bufs[i4_res_id][i4_br_id][idx].i4_end_flag = end_flag; in ihevce_strm_fill_done()
Dihevce_enc_loop_pass.c948 WORD32 end_flag = 0; in ihevce_cu_mode_decide() local
1100 while(0 == end_flag) in ihevce_cu_mode_decide()
/external/autotest/server/cros/power/
Dpower_telemetry_logger.py742 end_flag=self._end_flag,
836 def __init__(self, board, scenario, interval, stats_json_dir, end_flag, argument
858 self._end_flag = end_flag
/external/mesa3d/src/mesa/tnl/
Dt_split_copy.c304 end(struct copy_context *copy, GLboolean end_flag) in end() argument
308 prim->end = end_flag; in end()
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_framer.cc170 uint8_t end_flag = 0; in WritePayloadWithContinuation() local
173 end_flag = HEADERS_FLAG_END_HEADERS; in WritePayloadWithContinuation()
175 end_flag = PUSH_PROMISE_FLAG_END_PUSH_PROMISE; in WritePayloadWithContinuation()
202 flags |= end_flag; in WritePayloadWithContinuation()
/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c594 UWORD8 end_flag = 0; in ixheaacd_hcr_prepare_segmentation_grid() local
633 end_flag = 1; in ixheaacd_hcr_prepare_segmentation_grid()
638 if (end_flag != 0) { in ixheaacd_hcr_prepare_segmentation_grid()