Lines Matching refs:frame_slots
110 mpp_slots_set_prop(dec->frame_slots, SLOTS_FRAME_INFO, frame); in mpp_dec_proc_cfg()
120 ret = mpp_buf_slot_ready(dec->frame_slots); in mpp_dec_proc_cfg()
124 *p = mpp_slots_get_used_count(dec->frame_slots); in mpp_dec_proc_cfg()
197 MppBufSlots slots = dec->frame_slots; in mpp_dec_put_frame()
386 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_push_display() local
405 while (MPP_OK == mpp_buf_slot_dequeue(frame_slots, &index, QUEUE_DISPLAY)) { in mpp_dec_push_display()
407 if (eos && mpp_slots_is_empty(frame_slots, QUEUE_DISPLAY)) in mpp_dec_push_display()
411 mpp_buf_slot_clr_flag(frame_slots, index, SLOT_QUEUE_USE); in mpp_dec_push_display()
497 MppBufSlots frame_slots = NULL; in mpp_dec_init() local
541 ret = mpp_buf_slot_init(&frame_slots); in mpp_dec_init()
553 mpp_buf_slot_set_callback(frame_slots, &cb_ctx); in mpp_dec_init()
564 frame_slots, in mpp_dec_init()
583 mpp_slots_set_prop(frame_slots, SLOTS_HAL_FBC_ADJ, &hal_fbc_adj_cfg); in mpp_dec_init()
605 mpp_slots_set_prop(frame_slots, SLOTS_CODING_TYPE, &coding); in mpp_dec_init()
614 frame_slots, in mpp_dec_init()
636 p->frame_slots = frame_slots; in mpp_dec_init()
744 if (dec->frame_slots) { in mpp_dec_deinit()
745 mpp_buf_slot_deinit(dec->frame_slots); in mpp_dec_deinit()
746 dec->frame_slots = NULL; in mpp_dec_deinit()