• Home
  • Raw
  • Download

Lines Matching refs:i4_error_code

181     ps_entropy->i4_error_code = IH264E_SUCCESS;  in ih264e_generate_sps_pps()
184 ps_entropy->i4_error_code |= ih264e_generate_sps(ps_bitstrm, ps_sps, in ih264e_generate_sps_pps()
188 ps_entropy->i4_error_code |= ih264e_generate_pps(ps_bitstrm, ps_pps, ps_sps); in ih264e_generate_sps_pps()
193 return ps_entropy->i4_error_code; in ih264e_generate_sps_pps()
375 ps_entropy->i4_error_code |= ih264e_generate_sps(ps_bitstrm, ps_sps, in ih264e_entropy()
378 ps_entropy->i4_error_code |= ih264e_generate_pps(ps_bitstrm, ps_pps, ps_sps); in ih264e_entropy()
388 ps_entropy->i4_error_code |= ih264e_generate_slice_header(ps_bitstrm, ps_slice_hdr, in ih264e_entropy()
448 …ps_entropy->i4_error_code |= ps_codec->pf_write_mb_syntax_layer[ps_entropy->u1_entropy_coding_mode… in ih264e_entropy()
490 … PUT_BITS_UEV(ps_bitstrm, *ps_entropy->pi4_mb_skip_run, ps_entropy->i4_error_code, "mb skip run"); in ih264e_entropy()
495 … ps_entropy->i4_error_code |= ih264e_put_rbsp_trailing_bits(ps_bitstrm); in ih264e_entropy()
513 ps_entropy->i4_error_code |= ih264e_generate_slice_header( in ih264e_entropy()
567 ps_entropy->i4_error_code, "mb skip run"); in ih264e_entropy()
572 ps_entropy->i4_error_code |= ih264e_put_rbsp_trailing_bits(ps_bitstrm); in ih264e_entropy()
597 ps_entropy->i4_error_code |= ih264e_add_filler_nal_unit(ps_bitstrm, i4_stuff_bytes); in ih264e_entropy()
617 DEBUG("entropy status %x", ps_entropy->i4_error_code); in ih264e_entropy()
623 return ps_entropy->i4_error_code; in ih264e_entropy()
2546 ps_proc->i4_error_code = error_status; in ih264e_process_thread()