Searched refs:IH264E_ERROR_T (Results 1 – 19 of 19) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_process.h | 62 IH264E_ERROR_T ih264e_generate_sps_pps 87 IH264E_ERROR_T ih264e_init_entropy_ctxt(process_ctxt_t *ps_proc); 112 IH264E_ERROR_T ih264e_entropy(process_ctxt_t *ps_proc); 133 IH264E_ERROR_T ih264e_pack_header_data 191 IH264E_ERROR_T ih264e_init_proc_ctxt(process_ctxt_t *ps_proc); 224 IH264E_ERROR_T ih264e_pad_recon_buffer 250 IH264E_ERROR_T ih264e_halfpel_generation
|
D | ih264e_bitstream.c | 95 IH264E_ERROR_T ih264e_bitstrm_init(bitstrm_t *ps_bitstrm, in ih264e_bitstrm_init() 140 IH264E_ERROR_T ih264e_put_bits(bitstrm_t *ps_bitstrm, in ih264e_put_bits() 254 IH264E_ERROR_T ih264e_put_bit(bitstrm_t *ps_bitstrm, UWORD32 u4_code_val) in ih264e_put_bit() 278 IH264E_ERROR_T ih264e_put_rbsp_trailing_bits(bitstrm_t *ps_bitstrm) in ih264e_put_rbsp_trailing_bits() 347 IH264E_ERROR_T ih264e_put_uev(bitstrm_t *ps_bitstrm, UWORD32 u4_code_num) in ih264e_put_uev() 350 IH264E_ERROR_T e_error; in ih264e_put_uev() 384 IH264E_ERROR_T ih264e_put_sev(bitstrm_t *ps_bitstrm, WORD32 syntax_elem) in ih264e_put_sev() 387 IH264E_ERROR_T e_error; in ih264e_put_sev() 437 IH264E_ERROR_T ih264e_put_nal_start_code_prefix(bitstrm_t *ps_bitstrm, in ih264e_put_nal_start_code_prefix()
|
D | ih264e_bitstream.h | 276 IH264E_ERROR_T ih264e_bitstrm_init 311 IH264E_ERROR_T ih264e_put_bits 343 IH264E_ERROR_T ih264e_put_bit 367 IH264E_ERROR_T ih264e_put_rbsp_trailing_bits 393 IH264E_ERROR_T ih264e_put_uev 420 IH264E_ERROR_T ih264e_put_sev 448 IH264E_ERROR_T ih264e_put_nal_start_code_prefix
|
D | ih264e_utils.h | 236 IH264E_ERROR_T ih264e_pic_buf_mgr_add_bufs(codec_t *ps_codec); 256 IH264E_ERROR_T ih264e_mv_buf_mgr_add_bufs(codec_t *ps_codec); 303 IH264E_ERROR_T ih264e_init_air_map(codec_t *ps_codec); 328 IH264E_ERROR_T ih264e_codec_init(codec_t *ps_codec); 358 IH264E_ERROR_T ih264e_pic_init(codec_t *ps_codec, inp_buf_t *ps_inp_buf);
|
D | ih264e_cavlc.h | 70 IH264E_ERROR_T ih264e_write_islice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt); 93 IH264E_ERROR_T ih264e_write_pslice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt); 116 IH264E_ERROR_T ih264e_write_bslice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt);
|
D | ih264e_encode_header.h | 189 IH264E_ERROR_T ih264e_populate_sps 213 IH264E_ERROR_T ih264e_populate_pps 272 IH264E_ERROR_T ih264e_add_filler_nal_unit
|
D | ih264e_cabac.h | 383 IH264E_ERROR_T ih264e_write_islice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt); 407 IH264E_ERROR_T ih264e_write_pslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt); 431 IH264E_ERROR_T ih264e_write_bslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt);
|
D | ih264e_master.h | 85 IH264E_ERROR_T ih264e_wait_for_thread(UWORD32 sleep_us); 130 IH264E_ERROR_T ih264e_codec_update_config(codec_t *ps_codec, cfg_params_t *ps_cfg);
|
D | ih264e_cavlc.c | 240 static IH264E_ERROR_T ih264e_write_coeff4x4_cavlc(WORD16 *pi2_res_block, in ih264e_write_coeff4x4_cavlc() 248 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_coeff4x4_cavlc() 604 static IH264E_ERROR_T ih264e_write_coeff8x8_cavlc(entropy_ctxt_t *ps_ent_ctxt, in ih264e_write_coeff8x8_cavlc() 613 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_coeff8x8_cavlc() 698 static IH264E_ERROR_T ih264e_encode_residue(entropy_ctxt_t *ps_ent_ctxt, in ih264e_encode_residue() 703 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_encode_residue() 952 IH264E_ERROR_T ih264e_write_islice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_islice_mb_cavlc() 955 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_islice_mb_cavlc() 1184 IH264E_ERROR_T ih264e_write_pslice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_pslice_mb_cavlc() 1187 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_pslice_mb_cavlc() [all …]
|
D | ih264e_encode.c | 166 IH264E_ERROR_T ih264e_wait_for_thread(UWORD32 sleep_us) in ih264e_wait_for_thread() 202 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_encode() 546 (IH264E_ERROR_T)ret, IVE_FATALERROR, in ih264e_encode() 590 SET_ERROR_ON_RETURN((IH264E_ERROR_T)ret, in ih264e_encode() 597 SET_ERROR_ON_RETURN((IH264E_ERROR_T)ret, in ih264e_encode()
|
D | ih264e_encode_header.c | 936 IH264E_ERROR_T ih264e_populate_vui(codec_t *ps_codec) in ih264e_populate_vui() 988 IH264E_ERROR_T ih264e_populate_sps(codec_t *ps_codec, sps_t *ps_sps) in ih264e_populate_sps() 997 IH264E_ERROR_T i4_err_code = IH264E_FAIL; in ih264e_populate_sps() 1191 IH264E_ERROR_T ih264e_populate_pps(codec_t *ps_codec, pps_t *ps_pps) in ih264e_populate_pps() 1502 IH264E_ERROR_T ih264e_add_filler_nal_unit(bitstrm_t *ps_bitstrm, in ih264e_add_filler_nal_unit() 1507 IH264E_ERROR_T return_status = IH264E_SUCCESS; in ih264e_add_filler_nal_unit()
|
D | ih264e_utils.c | 786 IH264E_ERROR_T ih264e_pic_buf_mgr_add_bufs(codec_t *ps_codec) in ih264e_pic_buf_mgr_add_bufs() 789 IH264E_ERROR_T ret = IH264E_SUCCESS; in ih264e_pic_buf_mgr_add_bufs() 871 IH264E_ERROR_T ih264e_mv_buf_mgr_add_bufs(codec_t *ps_codec) in ih264e_mv_buf_mgr_add_bufs() 874 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_mv_buf_mgr_add_bufs() 1107 IH264E_ERROR_T ih264e_init_air_map(codec_t *ps_codec) in ih264e_init_air_map() 1174 IH264E_ERROR_T ih264e_codec_init(codec_t *ps_codec) in ih264e_codec_init() 1402 IH264E_ERROR_T ih264e_pic_init(codec_t *ps_codec, inp_buf_t *ps_inp_buf) in ih264e_pic_init() 1405 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_pic_init()
|
D | ih264e_error.h | 235 }IH264E_ERROR_T; typedef
|
D | ih264e_fmt_conv.h | 46 IH264E_ERROR_T ih264e_fmt_conv(codec_t *ps_codec,
|
D | ih264e_process.c | 138 IH264E_ERROR_T ih264e_generate_sps_pps(codec_t *ps_codec) in ih264e_generate_sps_pps() 216 IH264E_ERROR_T ih264e_init_entropy_ctxt(process_ctxt_t *ps_proc) in ih264e_init_entropy_ctxt() 276 IH264E_ERROR_T ih264e_entropy(process_ctxt_t *ps_proc) in ih264e_entropy() 645 IH264E_ERROR_T ih264e_pack_header_data(process_ctxt_t *ps_proc) in ih264e_pack_header_data() 1148 IH264E_ERROR_T ih264e_init_proc_ctxt(process_ctxt_t *ps_proc) in ih264e_init_proc_ctxt() 1485 IH264E_ERROR_T ih264e_pad_recon_buffer(process_ctxt_t *ps_proc, in ih264e_pad_recon_buffer() 1587 IH264E_ERROR_T ih264e_dblk_pad_hpel_processing_n_mbs(process_ctxt_t *ps_proc, in ih264e_dblk_pad_hpel_processing_n_mbs()
|
D | ih264e_fmt_conv.c | 792 IH264E_ERROR_T ih264e_fmt_conv(codec_t *ps_codec, in ih264e_fmt_conv() 802 IH264E_ERROR_T ret = IH264E_SUCCESS; in ih264e_fmt_conv()
|
D | ih264e_structs.h | 1069 IH264E_ERROR_T i4_error_code; 2784 IH264E_ERROR_T (*pf_write_mb_syntax_layer[2][3]) ( entropy_ctxt_t *ps_ent_ctxt );
|
D | ih264e_cabac_encode.c | 1620 IH264E_ERROR_T ih264e_write_islice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_islice_mb_cabac() 1769 IH264E_ERROR_T ih264e_write_pslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_pslice_mb_cabac() 2060 IH264E_ERROR_T ih264e_write_bslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_bslice_mb_cabac()
|
D | ih264e_api.c | 1862 IH264E_ERROR_T ih264e_codec_update_config(codec_t *ps_codec, in ih264e_codec_update_config() 1869 IH264E_ERROR_T err = IH264E_SUCCESS; in ih264e_codec_update_config()
|