Home
last modified time | relevance | path

Searched defs:ps_app_ctxt (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libavc/examples/svcenc/
H A Dmain.c438 void parse_argument(app_ctxt_t *ps_app_ctxt, CHAR *argument, CHAR *value) in parse_argument()
740 void parse_rc_argument(app_ctxt_t *ps_app_ctxt, CHAR *argument, CHAR *value) in parse_rc_argument()
881 void read_cfg_file(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg) in read_cfg_file()
925 void read_cfg_file_rc_params(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg) in read_cfg_file_rc_params()
952 void validate_params(app_ctxt_t *ps_app_ctxt) in validate_params()
1003 void init_default_params(app_ctxt_t *ps_app_ctxt) in init_default_params()
1088 static void set_dimensions(app_ctxt_t *ps_app_ctxt, UWORD32 u4_timestamp_low, in set_dimensions()
1118 static void get_enc_dimensions(app_ctxt_t *ps_app_ctxt) in get_enc_dimensions()
1146 void set_frame_rate(app_ctxt_t *ps_app_ctxt, UWORD32 u4_timestamp_low, UWORD32 u4_timestamp_high) in set_frame_rate()
1175 void set_ipe_params(app_ctxt_t *ps_app_ctxt, UWORD32 u4_timestamp_low, UWORD32 u4_timestamp_high) in set_ipe_params()
[all …]
H A Dinput.c50 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info) in read_pic_info()
76 IV_STATUS_T read_mb_info(app_ctxt_t *ps_app_ctxt, void *pv_mb_info) in read_mb_info()
221 void allocate_input(app_ctxt_t *ps_app_ctxt) in allocate_input()
285 void free_input(app_ctxt_t *ps_app_ctxt) in free_input()
H A Dpsnr.c57 void init_psnr(app_ctxt_t *ps_app_ctxt) in init_psnr()
89 void compute_psnr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_buf1, iv_raw_buf_t *ps_buf2) in compute_psnr()
235 void print_average_psnr(app_ctxt_t *ps_app_ctxt) in print_average_psnr()
H A Drecon.c83 void allocate_recon(app_ctxt_t *ps_app_ctxt) in allocate_recon()
136 void free_recon(app_ctxt_t *ps_app_ctxt) in free_recon()
154 void init_raw_buf_descr(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_raw_buf, UWORD8 *pu1_buf, in init_raw_buf_descr()
H A Doutput.c53 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output()
83 void free_output(app_ctxt_t *ps_app_ctxt) in free_output()
/aosp_15_r20/external/libavc/examples/avcenc/
H A Dmain.c469 void parse_argument(app_ctxt_t *ps_app_ctxt, CHAR *argument, CHAR *value) in parse_argument()
804 void read_cfg_file(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg) in read_cfg_file()
858 void validate_params(app_ctxt_t *ps_app_ctxt) in validate_params()
909 void init_default_params(app_ctxt_t *ps_app_ctxt) in init_default_params()
1007 void set_dimensions(app_ctxt_t *ps_app_ctxt, in set_dimensions()
1041 void set_frame_rate(app_ctxt_t *ps_app_ctxt, in set_frame_rate()
1075 void set_ipe_params(app_ctxt_t *ps_app_ctxt, in set_ipe_params()
1110 void set_bit_rate(app_ctxt_t *ps_app_ctxt, in set_bit_rate()
1143 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 …]
H A Dinput.c74 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info) in read_pic_info()
106 IV_STATUS_T read_mb_info(app_ctxt_t *ps_app_ctxt, void *pv_mb_info) in read_mb_info()
265 void allocate_input(app_ctxt_t *ps_app_ctxt) in allocate_input()
330 void free_input(app_ctxt_t *ps_app_ctxt) in free_input()
H A Dpsnr.c65 void init_psnr(app_ctxt_t *ps_app_ctxt) in init_psnr()
78 void compute_psnr(app_ctxt_t *ps_app_ctxt, in compute_psnr()
209 void print_average_psnr(app_ctxt_t *ps_app_ctxt) in print_average_psnr()
H A Drecon.c108 void allocate_recon(app_ctxt_t *ps_app_ctxt) in allocate_recon()
153 void free_recon(app_ctxt_t *ps_app_ctxt) in free_recon()
175 void init_raw_buf_descr(app_ctxt_t *ps_app_ctxt, in init_raw_buf_descr()
H A Doutput.c92 void allocate_output(app_ctxt_t *ps_app_ctxt) in allocate_output()
131 void free_output(app_ctxt_t *ps_app_ctxt) in free_output()
/aosp_15_r20/external/libavc/examples/mvcdec/
H A Dmain.c457 static IV_API_CALL_STATUS_T mvcd_in_buf_alloc(mvc_dec_ctx_t *ps_app_ctxt, UWORD8 **ppu1_bs_buf) in mvcd_in_buf_alloc()
477 static IV_API_CALL_STATUS_T mvcd_out_buf_alloc(mvc_dec_ctx_t *ps_app_ctxt, ivd_out_bufdesc_t *ps_ou… in mvcd_out_buf_alloc()
546 static IV_API_CALL_STATUS_T mvcd_create_decoder(mvc_dec_ctx_t *ps_app_ctxt) in mvcd_create_decoder()
575 static IV_API_CALL_STATUS_T mvcd_set_decode_mode(mvc_dec_ctx_t *ps_app_ctxt, in mvcd_set_decode_mode()
592 static IV_API_CALL_STATUS_T mvcd_set_num_cores(mvc_dec_ctx_t *ps_app_ctxt) in mvcd_set_num_cores()
606 static IV_API_CALL_STATUS_T mvcd_set_arch(mvc_dec_ctx_t *ps_app_ctxt) in mvcd_set_arch()
621 static IV_API_CALL_STATUS_T mvcd_dump_output(mvc_dec_ctx_t *ps_app_ctxt, in mvcd_dump_output()
725 static IV_API_CALL_STATUS_T mvcd_flush(mvc_dec_ctx_t *ps_app_ctxt, ivd_out_bufdesc_t *ps_out_buf, in mvcd_flush()
784 static IV_API_CALL_STATUS_T mvcd_decode_header(mvc_dec_ctx_t *ps_app_ctxt, ivd_out_bufdesc_t *ps_ou… in mvcd_decode_header()
873 static IV_API_CALL_STATUS_T mvcd_get_buf_info(mvc_dec_ctx_t *ps_app_ctxt) in mvcd_get_buf_info()
[all …]
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_plugin.c529 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_strm_fill_done() local
611 app_ctxt_t *ps_app_ctxt; in ihevce_init() local
1263 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_receive_out_buffer() local
1426 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_queue_out_buffer() local
1522 app_ctxt_t *ps_app_ctxt; in ihevce_close() local
1908 app_ctxt_t *ps_app_ctxt; in ihevce_encode() local