Lines Matching defs:ctx
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()
960 static MPP_RET jpegd_prepare(void *ctx, MppPacket pkt, HalDecTask *task) 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()
1121 static MPP_RET jpegd_parse(void *ctx, HalDecTask *task) in jpegd_parse()
1150 static MPP_RET jpegd_deinit(void *ctx) in jpegd_deinit()
1190 static MPP_RET jpegd_init(void *ctx, ParserCfg *parser_cfg) in jpegd_init()
1265 static MPP_RET jpegd_flush(void *ctx) in jpegd_flush()
1274 static MPP_RET jpegd_reset(void *ctx) in jpegd_reset()
1285 static MPP_RET jpegd_control(void *ctx, MpiCmd cmd, void *param) in jpegd_control()
1299 DecCbHalDone *ctx = (DecCbHalDone *)err_info; in jpegd_callback() local