Lines Matching refs:JpegeBits
22 typedef void *JpegeBits; typedef
39 void jpege_bits_init(JpegeBits *ctx);
40 void jpege_bits_deinit(JpegeBits ctx);
42 void jpege_bits_setup(JpegeBits ctx, RK_U8 *buf, RK_S32 size);
43 void jpege_bits_put(JpegeBits ctx, RK_U32 val, RK_S32 len);
44 void jpege_bits_align_byte(JpegeBits ctx);
45 void jpege_seek_bits(JpegeBits ctx, RK_S32 len);
46 RK_U8 *jpege_bits_get_buf(JpegeBits ctx);
47 RK_S32 jpege_bits_get_bitpos(JpegeBits ctx);
48 RK_S32 jpege_bits_get_bytepos(JpegeBits ctx);
50 MPP_RET write_jpeg_header(JpegeBits *bits, JpegeSyntax *syntax, HalJpegeRc *rc);