Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h361 } app_ctxt_t; typedef
367 void allocate_input(app_ctxt_t *ps_app_ctxt);
368 void allocate_output(app_ctxt_t *ps_app_ctxt);
369 void allocate_recon(app_ctxt_t *ps_app_ctxt);
375 IV_STATUS_T read_mb_info(app_ctxt_t *ps_app_ctxt, void *pv_mb_info);
376 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info);
381 void free_input(app_ctxt_t *ps_app_ctxt);
382 void free_recon(app_ctxt_t *ps_app_ctxt);
383 void free_output(app_ctxt_t *ps_app_ctxt);
385 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.c63 void init_psnr(app_ctxt_t *ps_app_ctxt) in init_psnr()
96 void compute_psnr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_buf1, iv_raw_buf_t *ps_buf2) in compute_psnr()
234 void print_average_psnr(app_ctxt_t *ps_app_ctxt) in print_average_psnr()
Drecon.c86 void allocate_recon(app_ctxt_t *ps_app_ctxt) in allocate_recon()
135 void free_recon(app_ctxt_t *ps_app_ctxt) in free_recon()
158 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()
Dinput.c53 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info) in read_pic_info()
80 IV_STATUS_T read_mb_info(app_ctxt_t *ps_app_ctxt, void *pv_mb_info) in read_mb_info()
229 void allocate_input(app_ctxt_t *ps_app_ctxt) in allocate_input()
293 void free_input(app_ctxt_t *ps_app_ctxt) in free_input()
Doutput.c62 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output()
94 void free_output(app_ctxt_t *ps_app_ctxt) in free_output()
Dmain.c501 void parse_argument(app_ctxt_t *ps_app_ctxt, CHAR *argument, CHAR *value) in parse_argument()
842 void read_cfg_file(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg) in read_cfg_file()
871 void validate_params(app_ctxt_t *ps_app_ctxt) in validate_params()
917 void init_default_params(app_ctxt_t *ps_app_ctxt) in init_default_params()
1013 void set_dimensions(app_ctxt_t *ps_app_ctxt, in set_dimensions()
1048 void set_frame_rate(app_ctxt_t *ps_app_ctxt, in set_frame_rate()
1082 void set_ipe_params(app_ctxt_t *ps_app_ctxt, in set_ipe_params()
1116 void set_bit_rate(app_ctxt_t *ps_app_ctxt, in set_bit_rate()
1146 void set_frame_type(app_ctxt_t *ps_app_ctxt, in set_frame_type()
1177 void set_qp(app_ctxt_t *ps_app_ctxt, in set_qp()
[all …]
/external/libhevc/encoder/
Dihevce_plugin_priv.h164 } app_ctxt_t; typedef
182 app_ctxt_t s_app_ctxt;
Dihevce_plugin.c514 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_strm_fill_done()
596 app_ctxt_t *ps_app_ctxt; in ihevce_init()
1243 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_receive_out_buffer()
1406 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_queue_out_buffer()
1502 app_ctxt_t *ps_app_ctxt; in ihevce_close()
1888 app_ctxt_t *ps_app_ctxt; in ihevce_encode()