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.
Dependents: ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more
video_input.h File Reference
Go to the source code of this file.
Functions | |
| void | R_VIDEO_INPUT_InitConst (video_input_t *const self) |
| R_VIDEO_INPUT_InitConst. | |
| errnum_t | R_VIDEO_INPUT_Initialize (video_input_t *const self, video_input_config_t *in_out_Config) |
| R_VIDEO_INPUT_Initialize. | |
| errnum_t | R_VIDEO_INPUT_Finalize (video_input_t *const self, errnum_t e) |
| R_VIDEO_INPUT_Finalize. | |
Detailed Description
- Module:
- CLibCommon
- PublicVersion:
- 1.00
(=CLIB_VERSION)
- Rev:
- 47
- Date:
- 2014-01-06 18:18:48 +0900#
- Description: V-Sync porting layer
Definition in file video_input.h.
Function Documentation
| errnum_t R_VIDEO_INPUT_Finalize | ( | video_input_t *const | self, |
| errnum_t | e | ||
| ) |
R_VIDEO_INPUT_Finalize.
- Parameters:
-
self video_input_t e Errors that have occurred. No error = 0
- Returns:
- Error code or e, 0 = successful and input e=0
Definition at line 558 of file video_input.c.
| void R_VIDEO_INPUT_InitConst | ( | video_input_t *const | self ) |
R_VIDEO_INPUT_InitConst.
- Parameters:
-
self video_input_t
- Returns:
- None
R_VIDEO_INPUT_InitConst.
- Parameters:
-
self video_input_t.
- Returns:
- None.
Definition at line 133 of file video_input.c.
| errnum_t R_VIDEO_INPUT_Initialize | ( | video_input_t *const | self, |
| video_input_config_t * | in_out_Config | ||
| ) |
R_VIDEO_INPUT_Initialize.
- Parameters:
-
self video_input_t in_out_Config Configuration
- Returns:
- Error Code. 0=No Error.
- Description
- "R_WINDOW_SURFACES_SwapBuffers" must be called after calling this function for showing video layer. Set "window_surfaces_config_t::background_mode" = "BACKGROUND_MODE_VIDEO_INTERLACE"
Definition at line 145 of file video_input.c.
Generated on Tue Jul 12 2022 11:15:09 by
1.7.2