AG903ライブラリリファレンス
Body Source
AG903_PgpMgrEnableConfigOutputDither 関数
本文ソース
コピコード
1: int32_t AG903_PgpMgrEnableConfigOutputDither(
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: handle->output_dither_enable = enable; 10: handle->is_config_dirty[
AG903_PGP_MGR_CONFIG_OUTPUT_CTRL
] =
true
; 11: handle->is_dirty =
true
; 12:
return
AG903_ENONE
; 13: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.
内容
|
インデックス
|
ホーム