Home
last modified time | relevance | path

Searched refs:app_ctxt_t (Results 1 – 9 of 9) sorted by relevance

/external/libavc/test/encoder/
Dapp.h324 } app_ctxt_t; typedef
330 void allocate_input(app_ctxt_t *ps_app_ctxt);
331 void allocate_output(app_ctxt_t *ps_app_ctxt);
332 void allocate_recon(app_ctxt_t *ps_app_ctxt);
338 IV_STATUS_T read_mb_info(app_ctxt_t *ps_app_ctxt, void *pv_mb_info);
339 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info);
344 void free_input(app_ctxt_t *ps_app_ctxt);
345 void free_recon(app_ctxt_t *ps_app_ctxt);
346 void free_output(app_ctxt_t *ps_app_ctxt);
348 void init_raw_buf_descr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_raw_buf, UWORD8 *pu1_buf, IV_COLO…
Dpsnr.h42 void init_psnr(app_ctxt_t *ps_app_ctxt);
44 void compute_psnr(app_ctxt_t *ps_app_ctxt,
48 void print_average_psnr(app_ctxt_t *ps_app_ctxt);
Dpsnr.c62 void init_psnr(app_ctxt_t *ps_app_ctxt) in init_psnr()
95 void compute_psnr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_buf1, iv_raw_buf_t *ps_buf2) in compute_psnr()
233 void print_average_psnr(app_ctxt_t *ps_app_ctxt) in print_average_psnr()
Dinput.c52 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info) in read_pic_info()
79 IV_STATUS_T read_mb_info(app_ctxt_t *ps_app_ctxt, void *pv_mb_info) in read_mb_info()
228 void allocate_input(app_ctxt_t *ps_app_ctxt) in allocate_input()
292 void free_input(app_ctxt_t *ps_app_ctxt) in free_input()
Drecon.c85 void allocate_recon(app_ctxt_t *ps_app_ctxt) in allocate_recon()
134 void free_recon(app_ctxt_t *ps_app_ctxt) in free_recon()
157 void init_raw_buf_descr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_raw_buf, UWORD8 *pu1_buf, IV_COLO… in init_raw_buf_descr()
Dmain.c499 void parse_argument(app_ctxt_t *ps_app_ctxt, CHAR *argument, CHAR *value) in parse_argument()
840 void read_cfg_file(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg) in read_cfg_file()
867 void validate_params(app_ctxt_t *ps_app_ctxt) in validate_params()
913 void init_default_params(app_ctxt_t *ps_app_ctxt) in init_default_params()
1009 void set_dimensions(app_ctxt_t *ps_app_ctxt, in set_dimensions()
1044 void set_frame_rate(app_ctxt_t *ps_app_ctxt, in set_frame_rate()
1078 void set_ipe_params(app_ctxt_t *ps_app_ctxt, in set_ipe_params()
1112 void set_bit_rate(app_ctxt_t *ps_app_ctxt, in set_bit_rate()
1142 void set_frame_type(app_ctxt_t *ps_app_ctxt, in set_frame_type()
1173 void set_qp(app_ctxt_t *ps_app_ctxt, in set_qp()
[all …]
Doutput.c61 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output()
93 void free_output(app_ctxt_t *ps_app_ctxt) in free_output()
/external/libhevc/encoder/
Dihevce_plugin_priv.h169 } app_ctxt_t; typedef
187 app_ctxt_t s_app_ctxt;
Dihevce_plugin.c515 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_strm_fill_done()
597 app_ctxt_t *ps_app_ctxt; in ihevce_init()
1244 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_receive_out_buffer()
1407 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_queue_out_buffer()
1503 app_ctxt_t *ps_app_ctxt; in ihevce_close()
1889 app_ctxt_t *ps_app_ctxt; in ihevce_encode()