HomeSort by relevance Sort by last modified time
    Searched refs:IH264E_ERROR_T (Results 1 - 19 of 19) sorted by null

  /external/libavc/encoder/
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);
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
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);
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);
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
ih264e_bitstream.c 95 IH264E_ERROR_T ih264e_bitstrm_init(bitstrm_t *ps_bitstrm,
140 IH264E_ERROR_T ih264e_put_bits(bitstrm_t *ps_bitstrm,
254 IH264E_ERROR_T ih264e_put_bit(bitstrm_t *ps_bitstrm, UWORD32 u4_code_val)
278 IH264E_ERROR_T ih264e_put_rbsp_trailing_bits(bitstrm_t *ps_bitstrm)
347 IH264E_ERROR_T ih264e_put_uev(bitstrm_t *ps_bitstrm, UWORD32 u4_code_num)
350 IH264E_ERROR_T e_error;
384 IH264E_ERROR_T ih264e_put_sev(bitstrm_t *ps_bitstrm, WORD32 syntax_elem)
387 IH264E_ERROR_T e_error;
437 IH264E_ERROR_T ih264e_put_nal_start_code_prefix(bitstrm_t *ps_bitstrm,
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);
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
ih264e_cavlc.c 240 static IH264E_ERROR_T ih264e_write_coeff4x4_cavlc(WORD16 *pi2_res_block,
248 IH264E_ERROR_T error_status = IH264E_SUCCESS;
604 static IH264E_ERROR_T ih264e_write_coeff8x8_cavlc(entropy_ctxt_t *ps_ent_ctxt,
613 IH264E_ERROR_T error_status = IH264E_SUCCESS;
698 static IH264E_ERROR_T ih264e_encode_residue(entropy_ctxt_t *ps_ent_ctxt,
703 IH264E_ERROR_T error_status = IH264E_SUCCESS;
    [all...]
ih264e_encode.c 166 IH264E_ERROR_T ih264e_wait_for_thread(UWORD32 sleep_us)
202 IH264E_ERROR_T error_status = IH264E_SUCCESS;
546 (IH264E_ERROR_T)ret, IVE_FATALERROR,
590 SET_ERROR_ON_RETURN((IH264E_ERROR_T)ret,
597 SET_ERROR_ON_RETURN((IH264E_ERROR_T)ret,
ih264e_error.h 235 }IH264E_ERROR_T;
ih264e_fmt_conv.h 46 IH264E_ERROR_T ih264e_fmt_conv(codec_t *ps_codec,
ih264e_utils.c 776 IH264E_ERROR_T ih264e_pic_buf_mgr_add_bufs(codec_t *ps_codec)
779 IH264E_ERROR_T ret = IH264E_SUCCESS;
861 IH264E_ERROR_T ih264e_mv_buf_mgr_add_bufs(codec_t *ps_codec)
864 IH264E_ERROR_T error_status = IH264E_SUCCESS;
    [all...]
ih264e_encode_header.c     [all...]
ih264e_process.c 138 IH264E_ERROR_T ih264e_generate_sps_pps(codec_t *ps_codec)
216 IH264E_ERROR_T ih264e_init_entropy_ctxt(process_ctxt_t *ps_proc)
276 IH264E_ERROR_T ih264e_entropy(process_ctxt_t *ps_proc)
645 IH264E_ERROR_T ih264e_pack_header_data(process_ctxt_t *ps_proc)
    [all...]
ih264e_fmt_conv.c 792 IH264E_ERROR_T ih264e_fmt_conv(codec_t *ps_codec,
802 IH264E_ERROR_T ret = IH264E_SUCCESS;
ih264e_structs.h     [all...]
ih264e_cabac_encode.c     [all...]
ih264e_api.c     [all...]

Completed in 482 milliseconds