Lines Matching refs:frame_slots

23     MppBufSlots frame_slots = dec->frame_slots;  in mpp_dec_decode()  local
173 mpp_buf_slot_set_flag(frame_slots, task_dec->output, SLOT_QUEUE_USE); in mpp_dec_decode()
174 mpp_buf_slot_enqueue(frame_slots, task_dec->output, QUEUE_DISPLAY); in mpp_dec_decode()
215 if (mpp_buf_slot_is_changed(frame_slots)) { in mpp_dec_decode()
235 task->wait.info_change = mpp_buf_slot_is_changed(frame_slots); in mpp_dec_decode()
273 mpp_buf_slot_get_prop(frame_slots, output, SLOT_BUFFER, &hal_buf_out); in mpp_dec_decode()
275 size_t size = mpp_buf_slot_get_size(frame_slots); in mpp_dec_decode()
278 mpp_buf_slot_set_prop(frame_slots, output, SLOT_BUFFER, in mpp_dec_decode()
284 mpp_buf_slot_get_prop(frame_slots, output, SLOT_FRAME_PTR, &slot_frm); in mpp_dec_decode()
295 mpp_buf_slot_get_prop(frame_slots, task_dec->output, SLOT_FRAME_PTR, &mframe); in mpp_dec_decode()
324 mpp_buf_slot_clr_flag(frame_slots, task_dec->output, SLOT_HAL_OUTPUT); in mpp_dec_decode()
329 mpp_buf_slot_clr_flag(frame_slots, index, SLOT_HAL_INPUT); in mpp_dec_decode()
351 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_reset_no_thread() local
373 mpp_buf_slot_reset(frame_slots, task_dec->output); in mpp_dec_reset_no_thread()
378 mpp_buf_slot_clr_flag(frame_slots, task_dec->output, SLOT_HAL_OUTPUT); in mpp_dec_reset_no_thread()
382 mpp_buf_slot_clr_flag(frame_slots, index, SLOT_HAL_INPUT); in mpp_dec_reset_no_thread()
387 while (MPP_OK == mpp_buf_slot_dequeue(frame_slots, &index, QUEUE_DISPLAY)) { in mpp_dec_reset_no_thread()
391 mpp_buf_slot_get_prop(frame_slots, index, SLOT_BUFFER, &buffer); in mpp_dec_reset_no_thread()
394 mpp_buf_slot_clr_flag(frame_slots, index, SLOT_QUEUE_USE); in mpp_dec_reset_no_thread()