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_video by
video_decoder.c File Reference
Video decoder function. More...
Go to the source code of this file.
Functions | |
| static void | Input (const graphics_col_sys_t color_system, const vdec_channel_t channel) |
| Video decoder input setup. | |
| static void | SyncSep (const graphics_col_sys_t color_system, const vdec_channel_t channel) |
| Video decoder sync separation setup. | |
| static void | YcSep (const graphics_col_sys_t color_system, const vdec_channel_t channel) |
| Video decoder Y/C separation setup. | |
| static void | ChromaDec (const graphics_col_sys_t color_system, const vdec_channel_t channel) |
| Video decoder chroma decoding setup. | |
| static void | DigitalClamp (const vdec_channel_t channel) |
| Video decoder digital clamp setup. | |
| static void | Output (const vdec_channel_t channel) |
| Video decoder output adjustment setup. | |
| static void | init_func (const uint32_t user_num) |
| User-defined function. | |
| vdec_error_t | GRAPHICS_VideoDecoderInit (const vdec_adc_vinsel_t adc_vinsel, const vdec_channel_t channel, graphics_col_sys_t col_sys) |
| Video decoder initialization. | |
Detailed Description
Video decoder function.
- Version:
- 1.00
- Rev:
- 199
- Date:
- 2014-05-23 16:33:52 +0900#
Definition in file video_decoder.c.
Function Documentation
| static void ChromaDec | ( | const graphics_col_sys_t | color_system, |
| const vdec_channel_t | channel | ||
| ) | [static] |
Video decoder chroma decoding setup.
- Parameters:
-
[in] : Color system [in] : Channel
- Return values:
-
None
Definition at line 877 of file video_decoder.c.
| static void DigitalClamp | ( | const vdec_channel_t | channel ) | [static] |
Video decoder digital clamp setup.
- Parameters:
-
[in] : Channel
- Return values:
-
None
Definition at line 933 of file video_decoder.c.
| vdec_error_t GRAPHICS_VideoDecoderInit | ( | const vdec_adc_vinsel_t | adc_vinsel, |
| const vdec_channel_t | channel, | ||
| graphics_col_sys_t | col_sys | ||
| ) |
Video decoder initialization.
- Parameters:
-
[in] : Input pin control [in] : Channel
- Return values:
-
Detected color system
Definition at line 603 of file video_decoder.c.
| static void init_func | ( | const uint32_t | user_num ) | [static] |
User-defined function.
- Parameters:
-
[in]
- Return values:
-
None
Definition at line 636 of file video_decoder.c.
| static void Input | ( | const graphics_col_sys_t | color_system, |
| const vdec_channel_t | channel | ||
| ) | [static] |
Video decoder input setup.
- Parameters:
-
[in] : Color system [in] : Channel
- Return values:
-
None
Definition at line 662 of file video_decoder.c.
| static void Output | ( | const vdec_channel_t | channel ) | [static] |
Video decoder output adjustment setup.
- Parameters:
-
[in] : Channel
- Return values:
-
None
Definition at line 975 of file video_decoder.c.
| static void SyncSep | ( | const graphics_col_sys_t | color_system, |
| const vdec_channel_t | channel | ||
| ) | [static] |
Video decoder sync separation setup.
- Parameters:
-
[in] : Color system [in] : Channel
- Return values:
-
None
Definition at line 686 of file video_decoder.c.
| static void YcSep | ( | const graphics_col_sys_t | color_system, |
| const vdec_channel_t | channel | ||
| ) | [static] |
Video decoder Y/C separation setup.
- Parameters:
-
[in] : Color system [in] : Channel
- Return values:
-
None
Definition at line 779 of file video_decoder.c.
Generated on Tue Jul 12 2022 14:27:42 by
1.7.2
