Searched refs:ImageH (Results 1 – 3 of 3) sorted by relevance
| /bsp/airm2m/air105/libraries/HAL_Driver/Src/ |
| A D | core_dcmi.c | 135 void DCMI_CaptureSwitch(uint8_t OnOff, uint32_t BufLen, uint32_t ImageW, uint32_t ImageH, uint8_t D… in DCMI_CaptureSwitch() argument 145 if (ImageH > 100) in DCMI_CaptureSwitch() 147 if (!(ImageH % 10)) in DCMI_CaptureSwitch() 149 HLen = ImageH / 10; in DCMI_CaptureSwitch() 153 HLen = ImageH >> 1; in DCMI_CaptureSwitch() 158 HLen = ImageH >> 1; in DCMI_CaptureSwitch()
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | core_dcmi.h | 46 void DCMI_CaptureSwitch(uint8_t OnOff, uint32_t BufLen, uint32_t ImageW, uint32_t ImageH, uint8_t D…
|
| A D | core_service.h | 48 void Core_DecodeQR(uint8_t *ImageData, uint16_t ImageW, uint16_t ImageH, CBDataFun_t CB);
|
Completed in 8 milliseconds