HomeSort by relevance Sort by last modified time
    Searched refs:ps_hle_ctxt (Results 1 - 11 of 11) sorted by null

  /external/libhevc/encoder/
ihevce_hle_interface.h 228 ihevce_hle_ctxt_t *ps_hle_ctxt; member in struct:__anon28657
242 * ps_hle_ctxt : Pointer to high level encoder context.
256 IHEVCE_DLL IV_API_CALL_STATUS_T ihevce_hle_interface_create(ihevce_hle_ctxt_t *ps_hle_ctxt);
260 * ps_hle_ctxt : Pointer to high level encoder context.
269 ihevce_hle_ctxt_t *ps_hle_ctxt,
276 * ps_hle_ctxt : Pointer to high level encoder context.
289 ihevce_hle_ctxt_t *ps_hle_ctxt,
323 * ps_hle_ctxt : Pointer to high level encoder context.
331 ihevce_hle_ctxt_t *ps_hle_ctxt, WORD32 *pi4_buff_id, WORD32 i4_blocking_mode);
335 * ps_hle_ctxt : Pointer to high level encoder context
    [all...]
ihevce_hle_interface.c 176 IV_API_CALL_STATUS_T ihevce_hle_interface_create(ihevce_hle_ctxt_t *ps_hle_ctxt)
182 WORD32 i4_num_resolutions = ps_hle_ctxt->ps_static_cfg_prms->s_tgt_lyr_prms.i4_num_res_layers;
185 ihevce_sys_api_t *ps_sys_api = &ps_hle_ctxt->ps_static_cfg_prms->s_sys_api;
192 status = ihevce_osal_init((void *)ps_hle_ctxt);
204 ps_hle_ctxt->i4_error_code = 0;
207 ps_hle_ctxt->i4_error_code = ihevce_hle_validate_static_params(ps_hle_ctxt->ps_static_cfg_prms);
216 ps_hle_ctxt->ihevce_mem_alloc(
217 ps_hle_ctxt->pv_mem_mgr_hdl, &ps_hle_ctxt->ps_static_cfg_prms->s_sys_api, &s_memtab)
725 ihevce_hle_ctxt_t *ps_hle_ctxt; local
    [all...]
ihevce_memory_init.h 70 ihevce_hle_ctxt_t *ps_hle_ctxt,
ihevce_hle_q_func.h 77 void ihevce_force_end(ihevce_hle_ctxt_t *ps_hle_ctxt);
ihevce_common_utils.c 652 ihevce_hle_ctxt_t *ps_hle_ctxt = (ihevce_hle_ctxt_t *)pv_handle; local
663 ps_hle_ctxt->ihevce_mem_alloc(
664 ps_hle_ctxt->pv_mem_mgr_hdl, &ps_hle_ctxt->ps_static_cfg_prms->s_sys_api, &s_mem_tab);
689 ihevce_hle_ctxt_t *ps_hle_ctxt = (ihevce_hle_ctxt_t *)pv_handle; local
700 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_mem_tab);
723 ihevce_hle_ctxt_t *ps_hle_ctxt; local
729 ps_hle_ctxt = (ihevce_hle_ctxt_t *)pv_hle_ctxt;
743 ps_hle_ctxt->ihevce_mem_alloc
800 ihevce_hle_ctxt_t *ps_hle_ctxt; local
    [all...]
ihevce_entropy_cod.c 149 ihevce_hle_ctxt_t *ps_hle_ctxt; local
171 ps_hle_ctxt = (ihevce_hle_ctxt_t *)ps_thrd_ctxt->ps_hle_ctxt;
284 &ps_hle_ctxt->profile_entropy[ps_enc_ctxt->i4_resolution_id][i4_bitrate_instance_num]);
518 ps_hle_ctxt->ihevce_output_strm_fill_done(
519 ps_hle_ctxt->pv_out_cb_handle,
563 &ps_hle_ctxt->profile_entropy[ps_enc_ctxt->i4_resolution_id][i4_bitrate_instance_num],
625 ps_hle_ctxt->ihevce_output_strm_fill_done(
626 ps_hle_ctxt->pv_out_cb_handle,
654 * @param[in] ps_hle_ctxt
    [all...]
ihevce_lap_interface.c 535 ihevce_hle_ctxt_t *ps_hle_ctxt,
570 ps_hle_ctxt->ihevce_cmds_error_report(
571 ps_hle_ctxt->pv_cmd_err_cb_handle,
583 ps_hle_ctxt->ihevce_cmds_error_report(
584 ps_hle_ctxt->pv_cmd_err_cb_handle,
590 ps_hle_ctxt->ihevce_cmds_error_report(
591 ps_hle_ctxt->pv_cmd_err_cb_handle,
605 ps_hle_ctxt->ihevce_cmds_error_report(
606 ps_hle_ctxt->pv_cmd_err_cb_handle,
613 ps_hle_ctxt->ihevce_cmds_error_report
2054 ihevce_hle_ctxt_t *ps_hle_ctxt = (ihevce_hle_ctxt_t *)ps_lap_interface->pv_hle_ctxt; local
    [all...]
ihevce_frame_process_utils.c 414 ihevce_hle_ctxt_t *ps_hle_ctxt = (ihevce_hle_ctxt_t *)pv_hle_ctxt; local
417 (enc_ctxt_t *)ps_hle_ctxt->apv_enc_hdl[ps_dyn_bitrate_prms->i4_tgt_res_id];
418 ihevce_static_cfg_params_t *ps_static_cfg_params = ps_hle_ctxt->ps_static_cfg_prms;
ihevce_hle_q_func.c 646 void ihevce_force_end(ihevce_hle_ctxt_t *ps_hle_ctxt)
651 ps_enc_ctxt = (enc_ctxt_t *)ps_hle_ctxt->apv_enc_hdl[0];
656 ps_enc_ctxt = (enc_ctxt_t *)ps_hle_ctxt->apv_enc_hdl[i4_resolution_id];
ihevce_memory_init.c     [all...]
ihevce_frame_process.c 2885 ihevce_hle_ctxt_t *ps_hle_ctxt; local
6093 ihevce_hle_ctxt_t *ps_hle_ctxt = ps_thrd_ctxt->ps_hle_ctxt; local
    [all...]

Completed in 101 milliseconds