| /external/libavc/test/svcenc/ | 
| D | main.c | 438 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 …] 
 | 
| D | psnr.c | 57 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()
  | 
| D | input.c | 50 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()
  | 
| D | recon.c | 83 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()
  | 
| D | output.c | 53 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()
  | 
| /external/libavc/test/encoder/ | 
| D | main.c | 502 void parse_argument(app_ctxt_t *ps_app_ctxt, CHAR *argument, CHAR *value)  in parse_argument() 843 void read_cfg_file(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg)  in read_cfg_file() 872 void validate_params(app_ctxt_t *ps_app_ctxt)  in validate_params() 918 void init_default_params(app_ctxt_t *ps_app_ctxt)  in init_default_params() 1014 void set_dimensions(app_ctxt_t *ps_app_ctxt,  in set_dimensions() 1049 void set_frame_rate(app_ctxt_t *ps_app_ctxt,  in set_frame_rate() 1083 void set_ipe_params(app_ctxt_t *ps_app_ctxt,  in set_ipe_params() 1117 void set_bit_rate(app_ctxt_t *ps_app_ctxt,  in set_bit_rate() 1147 void set_frame_type(app_ctxt_t *ps_app_ctxt,  in set_frame_type() 1178 void set_qp(app_ctxt_t *ps_app_ctxt,  in set_qp() [all …] 
 | 
| D | psnr.c | 63 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() 246 void print_average_psnr(app_ctxt_t *ps_app_ctxt)  in print_average_psnr()
  | 
| D | input.c | 53 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()
  | 
| D | recon.c | 86 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()
  | 
| D | output.c | 62 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()
  | 
| /external/libavc/test/mvcdec/ | 
| D | main.c | 457 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 …] 
 | 
| /external/libhevc/encoder/ | 
| D | ihevce_plugin.c | 514     app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt;  in ihevce_strm_fill_done()  local 596     app_ctxt_t *ps_app_ctxt;  in ihevce_init()  local 1250     app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt;  in ihevce_receive_out_buffer()  local 1413     app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt;  in ihevce_queue_out_buffer()  local 1509     app_ctxt_t *ps_app_ctxt;  in ihevce_close()  local 1895     app_ctxt_t *ps_app_ctxt;  in ihevce_encode()  local
  |