AG903ライブラリリファレンス
内容インデックスホーム
Body Source
本文ソース
1: int32_t AG903_PgpMgrSetConfigThresholdHSVHLSConversion(AG903_PgpMgrPipelineHandle *handle, uint32_t sel) 2: { 3: 4: if ((handle == NULL) || (handle->id != AG903_PGP_MGR_PIPELINE_HANDLE_ID)) { 5: return -AG903_EINVAL; 6: } 7: 8: 9: switch (sel) { 10: case AG903_PGP_MGR_CONVERT_HSV: 11: case AG903_PGP_MGR_CONVERT_HLS: 12: break; 13: default: 14: return -AG903_EINVAL; 15: } 16: 17: 18: handle->thr_hsv_hls_sel = sel; 19: handle->is_config_dirty[AG903_PGP_MGR_CONFIG_THR_HSCHLS_CONV] = true; 20: handle->is_dirty = true; 21: return AG903_ENONE; 22: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.