Home
last modified time | relevance | path

Searched refs:IV_STATUS_T (Results 1 – 10 of 10) sorted by relevance

/external/libavc/test/encoder/
Dinput.c53 IV_STATUS_T read_pic_info(app_ctxt_t *ps_app_ctxt, void *pv_pic_info) in read_pic_info()
55 IV_STATUS_T ret = IV_SUCCESS; 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()
82 IV_STATUS_T ret = IV_SUCCESS; in read_mb_info()
120 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf) in read_input()
175 IV_STATUS_T dump_input(FILE *fp, iv_raw_buf_t *ps_raw_buf) in dump_input()
Dapp.h371 IV_STATUS_T read_input(FILE *fp, iv_raw_buf_t *ps_raw_buf);
372 IV_STATUS_T write_recon(FILE *fp, iv_raw_buf_t *ps_raw_buf);
373 IV_STATUS_T write_output(FILE *fp, UWORD8 *pu1_buf, WORD32 num_bytes);
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);
Dmain.c1019 IV_STATUS_T status; in set_dimensions()
1054 IV_STATUS_T status; in set_frame_rate()
1088 IV_STATUS_T status; in set_ipe_params()
1121 IV_STATUS_T status; in set_bit_rate()
1153 IV_STATUS_T status; in set_frame_type()
1182 IV_STATUS_T status; in set_qp()
1220 IV_STATUS_T status; in set_enc_mode()
1255 IV_STATUS_T status; in set_vbv_params()
1287 IV_STATUS_T status; in set_air_params()
1316 IV_STATUS_T status; in set_me_params()
[all …]
Doutput.c50 IV_STATUS_T write_output(FILE *fp, UWORD8 *pu1_buf, WORD32 num_bytes) in write_output()
Drecon.c54 IV_STATUS_T write_recon(FILE *fp, iv_raw_buf_t *ps_raw_buf) in write_recon()
/external/libavc/encoder/
Dih264e_version.h62 IV_STATUS_T ih264e_get_version(CHAR *pc_version, UWORD32 u4_version_bufsize);
Dih264e_version.c125 IV_STATUS_T ih264e_get_version(CHAR *pc_version, UWORD32 u4_version_bufsize) in ih264e_get_version()
Dih264e_api.c165 static IV_STATUS_T api_check_input_dimensions(codec_t *ps_codec, in api_check_input_dimensions()
260 static IV_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity()
740 IV_STATUS_T e_status; in api_check_struct_sanity()
3252 IV_STATUS_T status = IV_SUCCESS; in ih264e_fill_num_mem_rec()
5234 static IV_STATUS_T ih264e_set_dimensions(void *pv_api_ip, in ih264e_set_dimensions()
5281 static IV_STATUS_T ih264e_set_frame_rate(void *pv_api_ip, in ih264e_set_frame_rate()
5324 static IV_STATUS_T ih264e_set_bit_rate(void *pv_api_ip, in ih264e_set_bit_rate()
5366 static IV_STATUS_T ih264e_set_frame_type(void *pv_api_ip, in ih264e_set_frame_type()
5408 static IV_STATUS_T ih264e_set_qp(void *pv_api_ip, in ih264e_set_qp()
5458 static IV_STATUS_T ih264e_set_enc_mode(void *pv_api_ip, in ih264e_set_enc_mode()
[all …]
Div2.h63 }IV_STATUS_T; typedef
Dih264e.h52 IV_STATUS_T ih264e_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);