Searched refs:decode (Results 1 – 10 of 10) sorted by relevance
| /bsp/renesas/ra6m3-hmi-board/board/ports/ |
| A D | drv_jpeg.c | 26 static void _decode_read(decode_drv_t *decode, int32_t x, int32_t y, void *pInBuffer, int32_t xSize… in _decode_read() argument 28 decode->decode_read(x, y, pInBuffer, xSize, ySize); in _decode_read() 31 int JPEG_Draw_frame(decode_drv_t *decode, void *pbuffer, int32_t x0, int32_t y0) in JPEG_Draw_frame() argument 117 pOutBuffer = (void *) decode->jpeg_out_buf; in JPEG_Draw_frame() 150 _decode_read(decode, x, y, (void *) pOutBuffer, xSize, (int32_t)LinesDecoded); in JPEG_Draw_frame()
|
| A D | drv_jpeg.h | 16 int JPEG_Draw_frame(decode_drv_t *decode, void *pbuffer, int32_t x0, int32_t y0);
|
| /bsp/renesas/tools/ |
| A D | startup_check.py | 36 return bool(out.decode('utf-8'))
|
| /bsp/renesas/ra6m3-hmi-board/board/ports/avi/player/ |
| A D | player.h | 78 decode_drv_t *decode; member
|
| A D | player.c | 412 JPEG_Draw_frame(player->decode, v_pbuffer, 0x00, 0x00); in player_entry()
|
| /bsp/microchip/same54/bsp/documentation/ |
| A D | aes_demo.rst | 10 It decrypt predefined cipher data and check if the decode output matches
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Include/ |
| A D | uvcvideo.h | 374 void (*decode) (struct urb *urb, struct uvc_streaming *video, member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/ |
| A D | uvc_video.c | 885 stream->decode(urb, stream, &stream->buf); in uvc_video_complete() 1385 stream->decode = uvc_video_decode_isoc; in uvc_video_init() 1426 usbWebcam->decode(urb, usbWebcam, &usbWebcam->buf);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | include.h | 1403 int (*decode)(struct disp_eink_manager *, int); member
|
| /bsp/hpmicro/libraries/hpm_sdk/ |
| A D | CHANGELOG.md | 174 - samples: img: jpeg_decode: fix decode when only one qtab exist. 973 - samples: jpeg: fix jpeg decode 1410 - samples: jpeg: update and integration jpeg decode samples
|
Completed in 29 milliseconds