Lines Matching refs:JpegdCtx
86 static MPP_RET jpeg_judge_yuv_mode(JpegdCtx *ctx) in jpeg_judge_yuv_mode()
190 static MPP_RET jpegd_skip_section(JpegdCtx *ctx) in jpegd_skip_section()
211 static MPP_RET jpegd_decode_dht(JpegdCtx *ctx) in jpegd_decode_dht()
315 static MPP_RET jpegd_decode_dqt(JpegdCtx *ctx) in jpegd_decode_dqt()
391 static MPP_RET jpegd_decode_sof(JpegdCtx *ctx) in jpegd_decode_sof()
484 static MPP_RET jpegd_decode_sos(JpegdCtx *ctx) in jpegd_decode_sos()
574 static MPP_RET jpegd_decode_dri(JpegdCtx *ctx) in jpegd_decode_dri()
599 static MPP_RET jpegd_setup_default_dht(JpegdCtx *ctx) in jpegd_setup_default_dht()
734 static MPP_RET jpegd_decode_frame(JpegdCtx *ctx) in jpegd_decode_frame()
964 JpegdCtx *JpegCtx = (JpegdCtx *)ctx; in jpegd_prepare()
1051 static MPP_RET jpegd_allocate_frame(JpegdCtx *ctx) in jpegd_allocate_frame()
1109 static MPP_RET jpegd_update_frame(JpegdCtx *ctx) in jpegd_update_frame()
1125 JpegdCtx *JpegCtx = (JpegdCtx *)ctx; in jpegd_parse()
1153 JpegdCtx *JpegCtx = (JpegdCtx *)ctx; in jpegd_deinit()
1192 JpegdCtx *JpegCtx = (JpegdCtx *)ctx; in jpegd_init()
1198 JpegCtx = (JpegdCtx *)mpp_calloc(JpegdCtx, 1); in jpegd_init()
1268 JpegdCtx *JpegCtx = (JpegdCtx *)ctx; in jpegd_flush()
1277 JpegdCtx *JpegCtx = (JpegdCtx *)ctx; in jpegd_reset()
1298 JpegdCtx *JpegCtx = (JpegdCtx *)decoder; in jpegd_callback()
1328 .ctx_size = sizeof(JpegdCtx),