Home
last modified time | relevance | path

Searched refs:frame_slot_index (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c1050 RK_S32 slot_idx = ctx->frame_slot_index; in jpegd_allocate_frame()
1085 ctx->frame_slot_index = slot_idx; in jpegd_allocate_frame()
1106 mpp_buf_slot_clr_flag(ctx->frame_slots, ctx->frame_slot_index, in jpegd_update_frame()
1108 ctx->frame_slot_index = -1; in jpegd_update_frame()
1133 task->output = JpegCtx->frame_slot_index; in jpegd_parse()
1216 JpegCtx->frame_slot_index = -1; in jpegd_init()
H A Djpegd_parser.h120 RK_S32 frame_slot_index; member