Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project-sd-card by
r_vdec_check_parameter.h File Reference
VDEC driver parameter check definitions. More...
Go to the source code of this file.
Functions | |
| vdec_error_t | VDEC_InitializeCheckParam (const vdec_adc_vinsel_t vinsel) |
| Checks on input pin control. | |
| vdec_error_t | VDEC_ActivePeriodCheckParam (const vdec_active_period_t *const param) |
| Checks on active image period parameter. | |
| vdec_error_t | VDEC_SyncSeparationCheckParam (const vdec_sync_separation_t *const param) |
| Checks on sync separation parameter. | |
| vdec_error_t | VDEC_YcSeparationCheckParam (const vdec_yc_separation_t *const param) |
| Checks on Y/C separation parameter. | |
| vdec_error_t | VDEC_ChromaDecodingCheckParam (const vdec_chroma_decoding_t *const param) |
| Checks on chroma decoding parameter. | |
| vdec_error_t | VDEC_DigitalClampCheckParam (const vdec_degital_clamp_t *const param) |
| Checks on digital clamp parameter. | |
| vdec_error_t | VDEC_OutputCheckParam (const vdec_output_t *const param) |
| Checks on output adjustment parameter. | |
Detailed Description
VDEC driver parameter check definitions.
- Version:
- 1.00
- Rev:
- 199
- Date:
- 2014-05-23 16:33:52 +0900#
Definition in file r_vdec_check_parameter.h.
Function Documentation
| vdec_error_t VDEC_ActivePeriodCheckParam | ( | const vdec_active_period_t *const | param ) |
Checks on active image period parameter.
- Parameters:
-
[in] param : Active image period parameter
- Return values:
-
Error code
Definition at line 102 of file r_vdec_check_parameter.c.
| vdec_error_t VDEC_ChromaDecodingCheckParam | ( | const vdec_chroma_decoding_t *const | param ) |
Checks on chroma decoding parameter.
- Parameters:
-
[in] param : Chroma decoding parameter
- Return values:
-
Error code
Definition at line 239 of file r_vdec_check_parameter.c.
| vdec_error_t VDEC_DigitalClampCheckParam | ( | const vdec_degital_clamp_t *const | param ) |
Checks on digital clamp parameter.
- Parameters:
-
[in] param : Digital clamp parameter
- Return values:
-
Error code
Definition at line 284 of file r_vdec_check_parameter.c.
| vdec_error_t VDEC_InitializeCheckParam | ( | const vdec_adc_vinsel_t | vinsel ) |
Checks on input pin control.
- Parameters:
-
[in] vinsel : Input pin control
- Return values:
-
Error code
Definition at line 83 of file r_vdec_check_parameter.c.
| vdec_error_t VDEC_OutputCheckParam | ( | const vdec_output_t *const | param ) |
Checks on output adjustment parameter.
- Parameters:
-
[in] param : Output adjustment parameter
- Return values:
-
Error code
Definition at line 379 of file r_vdec_check_parameter.c.
| vdec_error_t VDEC_SyncSeparationCheckParam | ( | const vdec_sync_separation_t *const | param ) |
Checks on sync separation parameter.
- Parameters:
-
[in] param : Sync separation parameter
- Return values:
-
Error code
Definition at line 141 of file r_vdec_check_parameter.c.
| vdec_error_t VDEC_YcSeparationCheckParam | ( | const vdec_yc_separation_t *const | param ) |
Checks on Y/C separation parameter.
- Parameters:
-
[in] param : Y/C separation parameter
- Return values:
-
Error code
Definition at line 190 of file r_vdec_check_parameter.c.
Generated on Tue Jul 12 2022 14:47:53 by
1.7.2
