Lines Matching refs:ps_hle_ctxt
652 ihevce_hle_ctxt_t *ps_hle_ctxt = (ihevce_hle_ctxt_t *)pv_handle; in ihevce_osal_alloc() local
663 ps_hle_ctxt->ihevce_mem_alloc( in ihevce_osal_alloc()
664 ps_hle_ctxt->pv_mem_mgr_hdl, &ps_hle_ctxt->ps_static_cfg_prms->s_sys_api, &s_mem_tab); in ihevce_osal_alloc()
689 ihevce_hle_ctxt_t *ps_hle_ctxt = (ihevce_hle_ctxt_t *)pv_handle; in ihevce_osal_free() local
700 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_mem_tab); in ihevce_osal_free()
723 ihevce_hle_ctxt_t *ps_hle_ctxt; in ihevce_osal_init() local
729 ps_hle_ctxt = (ihevce_hle_ctxt_t *)pv_hle_ctxt; in ihevce_osal_init()
743 ps_hle_ctxt->ihevce_mem_alloc( in ihevce_osal_init()
744 ps_hle_ctxt->pv_mem_mgr_hdl, &ps_hle_ctxt->ps_static_cfg_prms->s_sys_api, &s_mem_tab); in ihevce_osal_init()
747 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.ihevce_printf( in ihevce_osal_init()
748 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.pv_cb_handle, in ihevce_osal_init()
756 s_cb_funcs.mmr_handle = (void *)ps_hle_ctxt; in ihevce_osal_init()
763 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.ihevce_printf( in ihevce_osal_init()
764 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.pv_cb_handle, in ihevce_osal_init()
772 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.ihevce_printf( in ihevce_osal_init()
773 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.pv_cb_handle, in ihevce_osal_init()
777 ps_hle_ctxt->pv_osal_handle = pv_osal_handle; in ihevce_osal_init()
800 ihevce_hle_ctxt_t *ps_hle_ctxt; in ihevce_osal_delete() local
804 ps_hle_ctxt = (ihevce_hle_ctxt_t *)pv_hle_ctxt; in ihevce_osal_delete()
805 pv_osal_handle = ps_hle_ctxt->pv_osal_handle; in ihevce_osal_delete()
814 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.ihevce_printf( in ihevce_osal_delete()
815 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.pv_cb_handle, in ihevce_osal_delete()
823 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_mem_tab); in ihevce_osal_delete()