Lines Matching refs:slot_index
1167 mpp_buf_slot_set_flag(s->slots, s->ref->slot_index, SLOT_QUEUE_USE); in mpp_hevc_out_dec_order()
1168 mpp_buf_slot_enqueue(s->slots, s->ref->slot_index, QUEUE_DISPLAY); in mpp_hevc_out_dec_order()
1220 mpp_buf_slot_set_flag(s->slots, frame->slot_index, SLOT_QUEUE_USE); in mpp_hevc_output_frame()
1221 mpp_buf_slot_enqueue(s->slots, frame->slot_index, QUEUE_DISPLAY); in mpp_hevc_output_frame()
1224 … "Output frame with POC %d frame->slot_index = %d\n", frame->poc, frame->slot_index); in mpp_hevc_output_frame()
1237 mpp_buf_slot_set_flag(s->slots, frame->slot_index, SLOT_QUEUE_USE); in mpp_hevc_output_frame()
1238 mpp_buf_slot_enqueue(s->slots, frame->slot_index, QUEUE_DISPLAY); in mpp_hevc_output_frame()
1241 frame_next_ready->poc, frame_next_ready->slot_index); in mpp_hevc_output_frame()
1331 mpp_buf_slot_set_prop(s->slots, s->ref->slot_index, SLOT_FRAME, s->ref->frame); in hevc_frame_start()
2171 s->DPB[i].slot_index = 0xff; in hevc_init_context()
2342 if (s->DPB[i].slot_index == task_dec->output) { in h265d_callback()
2345 … i, mpp_frame_get_poc(s->DPB[i].frame), s->DPB[i].slot_index, s->DPB[i].error_flag, in h265d_callback()