Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h190 UWORD32 u4_is_free; member
201 UWORD32 u4_is_free; member
210 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.c1631 if(ps_app_ctxt->as_input_buf[i].u4_is_free) in synchronous_encode()
1636 ps_app_ctxt->as_input_buf[i].u4_is_free = 0; in synchronous_encode()
1757 if(ps_app_ctxt->as_output_buf[i].u4_is_free) in synchronous_encode()
1761 ps_app_ctxt->as_output_buf[i].u4_is_free = 0; in synchronous_encode()
1872 ps_app_ctxt->as_input_buf[i].u4_is_free = 1; in synchronous_encode()
1885 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()