Home
last modified time | relevance | path

Searched refs:IH264E_ERROR_T (Results 1 – 19 of 19) sorted by relevance

/external/libavc/encoder/
Dih264e_process.h62 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
Dih264e_bitstream.c95 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()
Dih264e_bitstream.h276 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
Dih264e_utils.h236 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);
Dih264e_cavlc.h70 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);
Dih264e_encode_header.h189 IH264E_ERROR_T ih264e_populate_sps
213 IH264E_ERROR_T ih264e_populate_pps
272 IH264E_ERROR_T ih264e_add_filler_nal_unit
Dih264e_cabac.h383 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);
Dih264e_master.h85 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);
Dih264e_cavlc.c240 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()
1174 IH264E_ERROR_T ih264e_write_pslice_mb_cavlc(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_pslice_mb_cavlc()
1177 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_pslice_mb_cavlc()
[all …]
Dih264e_encode.c166 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()
Dih264e_encode_header.c738 IH264E_ERROR_T ih264e_populate_vui(codec_t *ps_codec, vui_t *ps_vui) in ih264e_populate_vui()
792 IH264E_ERROR_T ih264e_populate_sps(codec_t *ps_codec, sps_t *ps_sps) in ih264e_populate_sps()
801 IH264E_ERROR_T i4_err_code = IH264E_FAIL; in ih264e_populate_sps()
988 IH264E_ERROR_T ih264e_populate_pps(codec_t *ps_codec, pps_t *ps_pps) in ih264e_populate_pps()
1299 IH264E_ERROR_T ih264e_add_filler_nal_unit(bitstrm_t *ps_bitstrm, in ih264e_add_filler_nal_unit()
1304 IH264E_ERROR_T return_status = IH264E_SUCCESS; in ih264e_add_filler_nal_unit()
Dih264e_utils.c776 IH264E_ERROR_T ih264e_pic_buf_mgr_add_bufs(codec_t *ps_codec) in ih264e_pic_buf_mgr_add_bufs()
779 IH264E_ERROR_T ret = IH264E_SUCCESS; in ih264e_pic_buf_mgr_add_bufs()
861 IH264E_ERROR_T ih264e_mv_buf_mgr_add_bufs(codec_t *ps_codec) in ih264e_mv_buf_mgr_add_bufs()
864 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_mv_buf_mgr_add_bufs()
1097 IH264E_ERROR_T ih264e_init_air_map(codec_t *ps_codec) in ih264e_init_air_map()
1164 IH264E_ERROR_T ih264e_codec_init(codec_t *ps_codec) in ih264e_codec_init()
1392 IH264E_ERROR_T ih264e_pic_init(codec_t *ps_codec, inp_buf_t *ps_inp_buf) in ih264e_pic_init()
1395 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_pic_init()
Dih264e_error.h235 }IH264E_ERROR_T; typedef
Dih264e_fmt_conv.h46 IH264E_ERROR_T ih264e_fmt_conv(codec_t *ps_codec,
Dih264e_process.c138 IH264E_ERROR_T ih264e_generate_sps_pps(codec_t *ps_codec) in ih264e_generate_sps_pps()
215 IH264E_ERROR_T ih264e_init_entropy_ctxt(process_ctxt_t *ps_proc) in ih264e_init_entropy_ctxt()
275 IH264E_ERROR_T ih264e_entropy(process_ctxt_t *ps_proc) in ih264e_entropy()
644 IH264E_ERROR_T ih264e_pack_header_data(process_ctxt_t *ps_proc) in ih264e_pack_header_data()
1140 IH264E_ERROR_T ih264e_init_proc_ctxt(process_ctxt_t *ps_proc) in ih264e_init_proc_ctxt()
1477 IH264E_ERROR_T ih264e_pad_recon_buffer(process_ctxt_t *ps_proc, in ih264e_pad_recon_buffer()
1579 IH264E_ERROR_T ih264e_dblk_pad_hpel_processing_n_mbs(process_ctxt_t *ps_proc, in ih264e_dblk_pad_hpel_processing_n_mbs()
Dih264e_fmt_conv.c792 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()
Dih264e_structs.h1066 IH264E_ERROR_T i4_error_code;
2603 IH264E_ERROR_T (*pf_write_mb_syntax_layer[2][3]) ( entropy_ctxt_t *ps_ent_ctxt );
Dih264e_cabac_encode.c1619 IH264E_ERROR_T ih264e_write_islice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_islice_mb_cabac()
1768 IH264E_ERROR_T ih264e_write_pslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_pslice_mb_cabac()
2056 IH264E_ERROR_T ih264e_write_bslice_mb_cabac(entropy_ctxt_t *ps_ent_ctxt) in ih264e_write_bslice_mb_cabac()
Dih264e_api.c1820 IH264E_ERROR_T ih264e_codec_update_config(codec_t *ps_codec, in ih264e_codec_update_config()
1827 IH264E_ERROR_T err = IH264E_SUCCESS; in ih264e_codec_update_config()