Lines Matching refs:ps_handle
133 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument
165 if(ps_handle == NULL) in api_check_struct_sanity()
172 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity()
180 if(ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity()
3639 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle, in ihevcd_cxa_api_function() argument
3647 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op); in ihevcd_cxa_api_function()
3663 ret = ihevcd_create(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3666 ret = ihevcd_delete(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3670 ret = ihevcd_decode(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3678 ret = ihevcd_set_display_frame(ps_handle, (void *)pv_api_ip, in ihevcd_cxa_api_function()
3684 ret = ihevcd_rel_display_frame(ps_handle, (void *)pv_api_ip, in ihevcd_cxa_api_function()
3689 ret = ihevcd_ctl(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()