AG903ライブラリリファレンス
Body Source
AG903_PgpMgrEnableParamSpatialFilter 関数
本文ソース
コピコード
1: int32_t AG903_PgpMgrEnableParamSpatialFilter(
AG903_PgpMgrPipelineHandle
*handle, _Bool enable) 2: { 3: 4:
if
((handle == NULL) || (handle->id !=
AG903_PGP_MGR_PIPELINE_HANDLE_ID
)) { 5:
return
-
AG903_EINVAL
; 6: } 7: 8: 9:
if
(handle->is_assign ==
true
) { 10:
return
-
AG903_EBUSY
; 11: } 12: 13: 14: handle->spf_enable = enable; 15: handle->is_dirty =
true
; 16:
return
AG903_ENONE
; 17: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.
内容
|
インデックス
|
ホーム