Lines Matching refs:index
194 void mpp_dec_put_frame(Mpp *mpp, RK_S32 index, HalDecTaskFlag flags) in mpp_dec_put_frame() argument
205 if (index >= 0) { in mpp_dec_put_frame()
208 mpp_buf_slot_get_prop(slots, index, SLOT_FRAME_PTR, &frame); in mpp_dec_put_frame()
264 vproc_task->input = index; in mpp_dec_put_frame()
274 index = 0; in mpp_dec_put_frame()
280 mpp_assert(index >= 0); in mpp_dec_put_frame()
334 mpp_buf_slot_get_prop(slots, index, SLOT_BUFFER, &buffer); in mpp_dec_put_frame()
348 vproc_task->input = index; in mpp_dec_put_frame()
351 mpp_buf_slot_set_flag(slots, index, SLOT_QUEUE_USE); in mpp_dec_put_frame()
352 mpp_buf_slot_enqueue(slots, index, QUEUE_DEINTERLACE); in mpp_dec_put_frame()
384 RK_S32 index = -1; in mpp_dec_push_display() local
405 while (MPP_OK == mpp_buf_slot_dequeue(frame_slots, &index, QUEUE_DISPLAY)) { in mpp_dec_push_display()
410 mpp_dec_put_frame(mpp, index, tmp); in mpp_dec_push_display()
411 mpp_buf_slot_clr_flag(frame_slots, index, SLOT_QUEUE_USE); in mpp_dec_push_display()