Home
last modified time | relevance | path

Searched refs:u4_is_free (Results 1 – 5 of 5) sorted by relevance

/external/libavc/test/encoder/
Dapp.h189 UWORD32 u4_is_free; member
200 UWORD32 u4_is_free; member
209 UWORD32 u4_is_free; member
Doutput.c87 ps_app_ctxt->as_output_buf[i].u4_is_free = 1; in allocate_output()
Drecon.c115 ps_app_ctxt->as_recon_buf[i].u4_is_free = 1; in allocate_recon()
Dmain.c1562 if(ps_app_ctxt->as_input_buf[i].u4_is_free) in synchronous_encode()
1567 ps_app_ctxt->as_input_buf[i].u4_is_free = 0; in synchronous_encode()
1688 if(ps_app_ctxt->as_output_buf[i].u4_is_free) in synchronous_encode()
1692 ps_app_ctxt->as_output_buf[i].u4_is_free = 0; in synchronous_encode()
1803 ps_app_ctxt->as_input_buf[i].u4_is_free = 1; in synchronous_encode()
1816 ps_app_ctxt->as_output_buf[i].u4_is_free = 1; in synchronous_encode()
Dinput.c286 ps_app_ctxt->as_input_buf[i].u4_is_free = 1; in allocate_input()