Searched refs:IV_STATUS_T (Results 1 – 10 of 10) sorted by relevance
/external/libavc/test/encoder/ |
D | input.c | 52 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info) in read_pic_info() 54 IV_STATUS_T ret = IV_SUCCESS; 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() 81 IV_STATUS_T ret = IV_SUCCESS; in read_mb_info() 119 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf) in read_input() 174 IV_STATUS_T dump_input(FILE *fp, iv_raw_buf_t *ps_raw_buf) in dump_input()
|
D | app.h | 334 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf); 335 IV_STATUS_T write_recon(FILE *fp, iv_raw_buf_t *ps_raw_buf); 336 IV_STATUS_T write_output(FILE *fp, UWORD8 *pu1_buf, WORD32 num_bytes); 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);
|
D | main.c | 1015 IV_STATUS_T status; in set_dimensions() 1050 IV_STATUS_T status; in set_frame_rate() 1084 IV_STATUS_T status; in set_ipe_params() 1117 IV_STATUS_T status; in set_bit_rate() 1149 IV_STATUS_T status; in set_frame_type() 1178 IV_STATUS_T status; in set_qp() 1216 IV_STATUS_T status; in set_enc_mode() 1251 IV_STATUS_T status; in set_vbv_params() 1283 IV_STATUS_T status; in set_air_params() 1312 IV_STATUS_T status; in set_me_params() [all …]
|
D | output.c | 49 IV_STATUS_T write_output(FILE *fp, UWORD8 *pu1_buf, WORD32 num_bytes) in write_output()
|
D | recon.c | 53 IV_STATUS_T write_recon(FILE *fp, iv_raw_buf_t *ps_raw_buf) in write_recon()
|
/external/libavc/encoder/ |
D | ih264e_version.h | 62 IV_STATUS_T ih264e_get_version(CHAR *pc_version, UWORD32 u4_version_bufsize);
|
D | ih264e_version.c | 125 IV_STATUS_T ih264e_get_version(CHAR *pc_version, UWORD32 u4_version_bufsize) in ih264e_get_version()
|
D | ih264e_api.c | 165 static IV_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() 645 IV_STATUS_T e_status; in api_check_struct_sanity() 2737 IV_STATUS_T status = IV_SUCCESS; in ih264e_fill_num_mem_rec() 4714 static IV_STATUS_T ih264e_set_dimensions(void *pv_api_ip, in ih264e_set_dimensions() 4761 static IV_STATUS_T ih264e_set_frame_rate(void *pv_api_ip, in ih264e_set_frame_rate() 4804 static IV_STATUS_T ih264e_set_bit_rate(void *pv_api_ip, in ih264e_set_bit_rate() 4846 static IV_STATUS_T ih264e_set_frame_type(void *pv_api_ip, in ih264e_set_frame_type() 4888 static IV_STATUS_T ih264e_set_qp(void *pv_api_ip, in ih264e_set_qp() 4938 static IV_STATUS_T ih264e_set_enc_mode(void *pv_api_ip, in ih264e_set_enc_mode() 4980 static IV_STATUS_T ih264e_set_vbv_params(void *pv_api_ip, in ih264e_set_vbv_params() [all …]
|
D | iv2.h | 63 }IV_STATUS_T; typedef
|
D | ih264e.h | 57 IV_STATUS_T ih264e_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
|