• 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()
186 if(ps_entropy->i4_error_code != IH264E_SUCCESS) in ih264e_generate_sps_pps()
188 return ps_entropy->i4_error_code; in ih264e_generate_sps_pps()
191 ps_entropy->i4_error_code = ih264e_generate_pps(ps_bitstrm, ps_pps, ps_sps); in ih264e_generate_sps_pps()
196 return ps_entropy->i4_error_code; in ih264e_generate_sps_pps()
381 ps_entropy->i4_error_code = ih264e_generate_sps(ps_bitstrm, ps_sps, in ih264e_entropy()
385 ps_entropy->i4_error_code = ih264e_generate_pps(ps_bitstrm, ps_pps, ps_sps); in ih264e_entropy()
430 ps_entropy->i4_error_code = in ih264e_entropy()
437 ps_entropy->i4_error_code = ih264e_generate_slice_header(ps_bitstrm, ps_slice_hdr, in ih264e_entropy()
447 BITSTREAM_FLUSH(ps_bitstrm, ps_entropy->i4_error_code); in ih264e_entropy()
497 ps_entropy->i4_error_code = ps_codec->pf_write_mb_syntax_layer in ih264e_entropy()
543 ps_entropy->i4_error_code, "mb skip run"); in ih264e_entropy()
549 ps_entropy->i4_error_code = ih264e_put_rbsp_trailing_bits(ps_bitstrm); in ih264e_entropy()
568 ps_entropy->i4_error_code = ih264e_generate_slice_header( in ih264e_entropy()
574 BITSTREAM_FLUSH(ps_bitstrm, ps_entropy->i4_error_code); in ih264e_entropy()
621 ps_entropy->i4_error_code, "mb skip run"); in ih264e_entropy()
627 ps_entropy->i4_error_code = ih264e_put_rbsp_trailing_bits(ps_bitstrm); in ih264e_entropy()
653 ps_entropy->i4_error_code = ih264e_add_filler_nal_unit(ps_bitstrm, i4_stuff_bytes); in ih264e_entropy()
674 DEBUG("entropy status %x", ps_entropy->i4_error_code); in ih264e_entropy()
683 return ps_entropy->i4_error_code; in ih264e_entropy()
2546 ps_proc->i4_error_code = IH264_SUCCESS; in ih264e_process_thread()
2612 ps_proc->i4_error_code = error_status; in ih264e_process_thread()
2629 ps_proc->i4_error_code = error_status; in ih264e_process_thread()
2635 ps_proc->i4_error_code = IH264_FAIL; in ih264e_process_thread()