Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dinput.c72 bytes = fread(pv_pic_info, 1, size, ps_app_ctxt->fp_pic_info); in read_pic_info()
Dapp.h253 FILE *fp_pic_info; member
Dmain.c950 ps_app_ctxt->fp_pic_info = NULL; in init_default_params()
1611 ps_app_ctxt->fp_pic_info = fopen(ps_app_ctxt->ac_pic_info_fname, "rb"); in synchronous_encode()
1612 if(NULL == ps_app_ctxt->fp_pic_info) in synchronous_encode()
2083 fclose(ps_app_ctxt->fp_pic_info); in synchronous_encode()