Home
last modified time | relevance | path

Searched refs:i4_flush_mode_on (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_plugin.c1184 ps_ctxt->i4_flush_mode_on = 0; in ihevce_init()
1375 if(0 == ps_ctxt->i4_flush_mode_on) in ihevce_receive_out_buffer()
1527 if(1 != ps_ctxt->i4_flush_mode_on) in ihevce_close()
1577 ps_ctxt->i4_flush_mode_on = 1; in ihevce_close()
1944 if(0 == ps_ctxt->i4_flush_mode_on) in ihevce_encode()
2087 ps_ctxt->i4_flush_mode_on = 1; in ihevce_encode()
2093 if(0 == ps_ctxt->i4_flush_mode_on) in ihevce_encode()
2097 ps_ctxt->i4_flush_mode_on = 1; in ihevce_encode()
2101 if((u4_latency < ps_ctxt->u8_num_frames_queued) || (1 == ps_ctxt->i4_flush_mode_on)) in ihevce_encode()
Dihevce_plugin_priv.h217 WORD32 i4_flush_mode_on; member