Go to the source code of this file.
Enumerations | |
enum | jpeg_decode_type { JPEG_DECODE_HEADER = 0, JPEG_DECODE_BODY = 1 } |
Functions | |
void | jpeg_codec_init (UINT32 jpegDecodeAddr, UINT32 jpegFIFOAddr, UINT8 fifoSize, UINT32 jpgSize) |
void | jpeg_codec_enable (jpeg_decode_type decodeType, UINT8 bMJPEG) |
UINT8 | jpeg_header_decoding_done () |
UINT16 | jpeg_get_width () |
UINT16 | jpeg_get_height () |
void | jpeg_disable () |
void | jpeg_wait_decode_completion (UINT32 waitMs) |
enum jpeg_decode_type |
void jpeg_codec_enable | ( | jpeg_decode_type | decodeType, | |
UINT8 | bMJPEG | |||
) |
References SSD_REGWB.
Referenced by PlayMJPEG(), and StreamMJPEGFromUART().
References SSD_REGWB, and SSD_REGWL.
Referenced by PlayMJPEG(), and StreamMJPEGFromUART().
void jpeg_disable | ( | ) |
References REG_JPEG_RAW_STATUS1, REG_JPEG_RESIZER_CTL, SSD_REGRB, and SSD_REGWB.
Referenced by PlayMJPEG(), and StreamMJPEGFromUART().
UINT16 jpeg_get_height | ( | ) |
UINT16 jpeg_get_width | ( | ) |
UINT8 jpeg_header_decoding_done | ( | ) |
References delay_us(), and SSD_REGRB.
Referenced by PlayMJPEG().
void jpeg_wait_decode_completion | ( | UINT32 | waitMs | ) |
References delay_us(), and SSD_REGRB.
Referenced by PlayMJPEG().