Home
last modified time | relevance | path

Searched refs:fp_mb_info (Results 1 – 3 of 3) sorted by relevance

/external/libavc/test/encoder/
Dapp.h252 FILE *fp_mb_info; member
Dinput.c112 bytes = fread(pv_mb_info, 1, size, ps_app_ctxt->fp_mb_info); in read_mb_info()
Dmain.c949 ps_app_ctxt->fp_mb_info = NULL; in init_default_params()
1602 ps_app_ctxt->fp_mb_info = fopen(ps_app_ctxt->ac_mb_info_fname, "rb"); in synchronous_encode()
1603 if(NULL == ps_app_ctxt->fp_mb_info) in synchronous_encode()
2079 fclose(ps_app_ctxt->fp_mb_info); in synchronous_encode()