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()
187 ps_entropy->i4_error_code |= ih264e_generate_pps(ps_bitstrm, ps_pps, ps_sps); in ih264e_generate_sps_pps()
192 return ps_entropy->i4_error_code; in ih264e_generate_sps_pps()
374 ps_entropy->i4_error_code |= ih264e_generate_sps(ps_bitstrm, ps_sps); in ih264e_entropy()
377 ps_entropy->i4_error_code |= ih264e_generate_pps(ps_bitstrm, ps_pps, ps_sps); in ih264e_entropy()
387 ps_entropy->i4_error_code |= ih264e_generate_slice_header(ps_bitstrm, ps_slice_hdr, in ih264e_entropy()
447 …ps_entropy->i4_error_code |= ps_codec->pf_write_mb_syntax_layer[ps_entropy->u1_entropy_coding_mode… in ih264e_entropy()
489 … PUT_BITS_UEV(ps_bitstrm, *ps_entropy->pi4_mb_skip_run, ps_entropy->i4_error_code, "mb skip run"); in ih264e_entropy()
494 … ps_entropy->i4_error_code |= ih264e_put_rbsp_trailing_bits(ps_bitstrm); in ih264e_entropy()
512 ps_entropy->i4_error_code |= ih264e_generate_slice_header( in ih264e_entropy()
566 ps_entropy->i4_error_code, "mb skip run"); in ih264e_entropy()
571 ps_entropy->i4_error_code |= ih264e_put_rbsp_trailing_bits(ps_bitstrm); in ih264e_entropy()
596 ps_entropy->i4_error_code |= ih264e_add_filler_nal_unit(ps_bitstrm, i4_stuff_bytes); in ih264e_entropy()
616 DEBUG("entropy status %x", ps_entropy->i4_error_code); in ih264e_entropy()
622 return ps_entropy->i4_error_code; in ih264e_entropy()
2539 ps_proc->i4_error_code = error_status; in ih264e_process_thread()