Graphics framework for GR-PEACH. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE
Dependents: ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more
converter_wrapper.c File Reference
Graphics driver wrapper function definitions in C. More...
Go to the source code of this file.
Functions | |
errnum_t | R_wrpper_set_decode_callback (mbed_CallbackFunc_t *pSetCallbackAdr, size_t width, size_t height) |
Set callback function address for decode. | |
errnum_t | R_wrpper_LocalDecodeCallback (const r_ospl_interrupt_t *InterruptSource, const r_ospl_caller_t *Caller) |
Set callback function address for encode. | |
errnum_t | R_wrpper_set_encode_callback (mbed_CallbackFunc_t *pSetCallbackAdr, size_t *pSize, int32_t count_max) |
Set callback function address for encode. | |
errnum_t | R_wrpper_LocalEncodeCallback (const r_ospl_interrupt_t *InterruptSource, const r_ospl_caller_t *Caller) |
Set callback function address for encode. |
Detailed Description
Graphics driver wrapper function definitions in C.
- Version:
- 1.00
- Rev:
- 1
- Date:
- 2015-08-06 16:33:52 +0900#
Definition in file converter_wrapper.c.
Function Documentation
errnum_t R_wrpper_LocalDecodeCallback | ( | const r_ospl_interrupt_t * | InterruptSource, |
const r_ospl_caller_t * | Caller | ||
) |
Set callback function address for encode.
- Parameters:
-
[in] InterruptSource Interrput source data struct address [in] Caller ospl caller data address
- Return values:
-
error code
Definition at line 79 of file converter_wrapper.c.
errnum_t R_wrpper_LocalEncodeCallback | ( | const r_ospl_interrupt_t * | InterruptSource, |
const r_ospl_caller_t * | Caller | ||
) |
Set callback function address for encode.
- Parameters:
-
[in] InterruptSource Interrput source data struct address [in] Caller ospl caller data address
- Return values:
-
error code
Definition at line 160 of file converter_wrapper.c.
errnum_t R_wrpper_set_decode_callback | ( | mbed_CallbackFunc_t * | pSetCallbackAdr, |
size_t | width, | ||
size_t | height | ||
) |
Set callback function address for decode.
- Parameters:
-
[in] pSetCallbackAdr Callback function address [in] width Decode data width [in] height Decode data height
- Return values:
-
error code
Definition at line 57 of file converter_wrapper.c.
errnum_t R_wrpper_set_encode_callback | ( | mbed_CallbackFunc_t * | pSetCallbackAdr, |
size_t * | pSize, | ||
int32_t | count_max | ||
) |
Set callback function address for encode.
- Parameters:
-
[in] pSetCallbackAdr Callback function address [in] pSize Encode size input address [in] count_max Encode count max num
- Return values:
-
error code
Definition at line 136 of file converter_wrapper.c.
Generated on Tue Jul 12 2022 11:15:06 by 1.7.2