Lines Matching refs:ps_curr_out
164 iv_output_data_buffs_t *ps_curr_out = NULL; in ihevce_ent_coding_thrd() local
260 ps_curr_out = NULL; in ihevce_ent_coding_thrd()
267 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_ent_coding_thrd()
275 ps_curr_out = &s_curr_out_dummy; in ihevce_ent_coding_thrd()
277 ps_curr_out->i4_bitstream_buf_size = ps_entropy_ctxt->i4_bitstream_buf_size; in ihevce_ent_coding_thrd()
278 ps_curr_out->pv_bitstream_bufs = ps_entropy_ctxt->pv_dummy_out_buf; in ihevce_ent_coding_thrd()
294 if((NULL != ps_curr_out) && (NULL != ps_curr_inp)) in ihevce_ent_coding_thrd()
415 pv_entropy_hdl, ps_curr_out, ps_curr_inp, ps_curr_out->i4_bitstream_buf_size); in ihevce_ent_coding_thrd()
451 (ps_curr_out->i4_bytes_generated << 3), in ihevce_ent_coding_thrd()
465 ps_curr_out->i8_cur_vbv_level = ps_curr_inp->i8_buf_level_bitrate_change; in ihevce_ent_coding_thrd()
492 (ps_curr_out->i4_bytes_generated << 3), in ihevce_ent_coding_thrd()
502 ps_curr_out->i4_bytes_generated = 0; in ihevce_ent_coding_thrd()
503 ps_curr_out->i4_encoded_frame_type = IV_NA_FRAME; in ihevce_ent_coding_thrd()
506 ps_curr_out->i4_buf_id = out_buf_id; in ihevce_ent_coding_thrd()
508 ps_curr_out->i4_end_flag = ps_curr_inp->i4_end_flag; in ihevce_ent_coding_thrd()
513 ps_curr_out->i4_end_flag = 1; in ihevce_ent_coding_thrd()
520 ps_curr_out, in ihevce_ent_coding_thrd()
528 ps_curr_out->i4_bytes_generated * 8; in ihevce_ent_coding_thrd()
546 ps_curr_out = NULL; in ihevce_ent_coding_thrd()
590 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_ent_coding_thrd()
597 end_flag = (ps_curr_out == NULL); in ihevce_ent_coding_thrd()
603 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_ent_coding_thrd()
615 if(ps_curr_out) in ihevce_ent_coding_thrd()
617 end_flag = ps_curr_out->i4_is_last_buf; in ihevce_ent_coding_thrd()
620 ps_curr_out->i4_process_ret_sts = IV_SUCCESS; in ihevce_ent_coding_thrd()
621 ps_curr_out->i4_end_flag = 1; in ihevce_ent_coding_thrd()
622 ps_curr_out->i4_bytes_generated = 0; in ihevce_ent_coding_thrd()
627 ps_curr_out, in ihevce_ent_coding_thrd()
678 iv_output_data_buffs_t *ps_curr_out = NULL; in ihevce_entropy_encode_header() local
701 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_entropy_encode_header()
709 ps_bitstrm, (UWORD8 *)ps_curr_out->pv_bitstream_bufs, ps_curr_out->i4_bitstream_buf_size); in ihevce_entropy_encode_header()
724 ps_curr_out->i4_out_timestamp_low = 0; in ihevce_entropy_encode_header()
725 ps_curr_out->i4_out_timestamp_high = 0; in ihevce_entropy_encode_header()
728 ps_curr_out->pv_app_frm_ctxt = NULL; in ihevce_entropy_encode_header()
731 ps_curr_out->i4_frame_skipped = 0; in ihevce_entropy_encode_header()
734 ps_curr_out->i4_process_error_code = ret; in ihevce_entropy_encode_header()
736 ps_curr_out->i4_bytes_generated = ps_bitstrm->u4_strm_buf_offset; in ihevce_entropy_encode_header()
745 ps_curr_out->i4_num_non_vcl_prefix_nals = num_non_vcl_prefix_nals; in ihevce_entropy_encode_header()
757 ps_curr_out->ai4_size_non_vcl_prefix_nals[ctr] = in ihevce_entropy_encode_header()
764 ps_curr_out->ai4_size_non_vcl_prefix_nals[ctr] = in ihevce_entropy_encode_header()
767 ASSERT(ps_curr_out->ai4_size_non_vcl_prefix_nals[ctr] > 0); in ihevce_entropy_encode_header()
774 ps_curr_out->ai4_off_non_vcl_prefix_nals[ctr] = in ihevce_entropy_encode_header()
781 ps_curr_out->ai4_off_non_vcl_prefix_nals[ctr] > in ihevce_entropy_encode_header()
782 ps_curr_out->ai4_off_non_vcl_prefix_nals[ctr - 1]); in ihevce_entropy_encode_header()
788 ps_curr_out->i4_buf_id = out_buf_id; in ihevce_entropy_encode_header()
789 ps_curr_out->i4_end_flag = 0; in ihevce_entropy_encode_header()
792 ps_curr_out->i4_process_ret_sts = IV_SUCCESS; in ihevce_entropy_encode_header()
796 ps_curr_out->i4_process_ret_sts = IV_FAIL; in ihevce_entropy_encode_header()
798 ps_curr_out->i4_encoded_frame_type = IV_NA_FRAME; in ihevce_entropy_encode_header()
802 ps_hle_ctxt->pv_out_cb_handle, ps_curr_out, i4_bitrate_instance_id, i4_resolution_id); in ihevce_entropy_encode_header()