HomeSort by relevance Sort by last modified time
    Searched defs:ps_curr_out (Results 1 - 3 of 3) sorted by null

  /external/libhevc/encoder/
ihevce_entropy_cod.c 164 iv_output_data_buffs_t *ps_curr_out = NULL; local
260 ps_curr_out = NULL;
267 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff(
275 ps_curr_out = &s_curr_out_dummy;
277 ps_curr_out->i4_bitstream_buf_size = ps_entropy_ctxt->i4_bitstream_buf_size;
278 ps_curr_out->pv_bitstream_bufs = ps_entropy_ctxt->pv_dummy_out_buf;
294 if((NULL != ps_curr_out) && (NULL != ps_curr_inp))
415 pv_entropy_hdl, ps_curr_out, ps_curr_inp, ps_curr_out->i4_bitstream_buf_size);
451 (ps_curr_out->i4_bytes_generated << 3)
678 iv_output_data_buffs_t *ps_curr_out = NULL; local
    [all...]
ihevce_plugin.c 519 iv_output_data_buffs_t *ps_curr_out = (iv_output_data_buffs_t *)pv_curr_out; local
520 WORD32 end_flag = ps_curr_out->i4_end_flag;
524 if((WORD32)IV_FAIL != ps_curr_out->i4_process_ret_sts)
526 if(0 != ps_curr_out->i4_bytes_generated)
529 (ps_out_strm_prms->u8_total_bits) += ps_curr_out->i4_bytes_generated * 8;
544 WORD32 idx = ps_curr_out->i4_cb_buf_id;
547 ps_curr_out->i4_out_timestamp_low;
549 ps_curr_out->i4_out_timestamp_high;
551 ps_curr_out->i4_bytes_generated;
555 if((IV_IDR_FRAME == ps_curr_out->i4_encoded_frame_type) |
1417 iv_output_data_buffs_t *ps_curr_out; local
    [all...]
ihevce_frame_process.c 514 pre_enc_me_ctxt_t *ps_curr_out,
526 WORD32 slice_type = ps_curr_out->s_slice_hdr.i1_slice_type;
531 (void)ps_curr_out;
3474 frm_proc_ent_cod_ctxt_t *ps_curr_out[MAX_NUM_ENC_LOOP_PARALLEL] local
4335 frm_proc_ent_cod_ctxt_t *ps_curr_out = NULL; local
5587 pre_enc_me_ctxt_t *ps_curr_out = ps_enc_ctxt->s_multi_thrd.aps_curr_out_pre_enc[i4_cur_ipe_idx]; local
6146 pre_enc_me_ctxt_t *ps_curr_out = NULL; local
6257 pre_enc_me_ctxt_t *ps_curr_out = ps_multi_thrd->aps_curr_out_pre_enc[i4_cur_decomp_idx]; local
6879 pre_enc_me_ctxt_t *ps_curr_out = local
    [all...]

Completed in 296 milliseconds