Lines Matching refs:slots

589                 mpp_buf_slot_get_prop(s->slots, f->slot_index, SLOT_BUFFER, &framebuf);  in av1d_frame_unref()
595 mpp_buf_slot_clr_flag(s->slots, f->slot_index, SLOT_CODEC_USE); in av1d_frame_unref()
615 mpp_buf_slot_get_prop(s->slots, s->cur_frame.slot_index, SLOT_FRAME_PTR, &frame); in set_output_frame()
624 mpp_buf_slot_set_flag(s->slots, s->cur_frame.slot_index, SLOT_QUEUE_USE); in set_output_frame()
625 mpp_buf_slot_enqueue(s->slots, s->cur_frame.slot_index, QUEUE_DISPLAY); in set_output_frame()
659 mpp_buf_slot_get_prop(s->slots, src->slot_index, SLOT_FRAME, &dst->f); in av1d_frame_ref()
789 mpp_slots_set_prop(s->slots, SLOTS_HOR_ALIGN, hor_align_16); in get_current_frame()
823 mpp_slots_set_prop(s->slots, SLOTS_NUMERATOR, &value); in get_current_frame()
825 mpp_slots_set_prop(s->slots, SLOTS_DENOMINATOR, &value); in get_current_frame()
826 mpp_buf_slot_get_unused(s->slots, &frame->slot_index); in get_current_frame()
828 mpp_buf_slot_set_prop(s->slots, frame->slot_index, SLOT_FRAME, frame->f); in get_current_frame()
829 mpp_buf_slot_set_flag(s->slots, frame->slot_index, SLOT_CODEC_USE); in get_current_frame()
830 mpp_buf_slot_set_flag(s->slots, frame->slot_index, SLOT_HAL_OUTPUT); in get_current_frame()
876 s->slots = init->frame_slots; in av1d_parser_init()
879 mpp_buf_slot_setup(s->slots, 25); in av1d_parser_init()
1096 mpp_buf_slot_set_flag(s->slots, s->ref[ref_idx].slot_index, SLOT_HAL_INPUT); in av1d_parser_frame()
1099 mpp_buf_slot_get_prop(s->slots, task->refer[j], SLOT_FRAME_PTR, &mframe); in av1d_parser_frame()