Home
last modified time | relevance | path

Searched refs:SLOT_HAL_OUTPUT (Results 1 – 16 of 16) sorted by relevance

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buf_slot.h202 SLOT_HAL_OUTPUT, // counter + bit flag for buffer is used as hardware output enumerator
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_no_thread.c324 mpp_buf_slot_clr_flag(frame_slots, task_dec->output, SLOT_HAL_OUTPUT); in mpp_dec_decode()
378 mpp_buf_slot_clr_flag(frame_slots, task_dec->output, SLOT_HAL_OUTPUT); in mpp_dec_reset_no_thread()
H A Dmpp_dec_normal.c175 mpp_buf_slot_clr_flag(frame_slots, task_dec->output, SLOT_HAL_OUTPUT); in reset_parser_thread()
888 mpp_buf_slot_clr_flag(frame_slots, task_dec->output, SLOT_HAL_OUTPUT); in mpp_dec_hal_thread()
1078 mpp_buf_slot_clr_flag(frame_slots, task_dec->output, SLOT_HAL_OUTPUT); in mpp_dec_advanced_thread()
/rockchip-linux_mpp/mpp/codec/dec/dummy/
H A Ddummy_dec_api.c232 mpp_buf_slot_set_flag(slots, output, SLOT_HAL_OUTPUT); in dummy_dec_parse()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c195 mpp_buf_slot_set_flag(s->slots, ref->slot_index, SLOT_HAL_OUTPUT); in mpp_hevc_set_new_ref()
/rockchip-linux_mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c502 mpp_buf_slot_set_flag(slots, index, SLOT_HAL_OUTPUT); in mpp_h263_parser_setup_hal_output()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1318 mpp_buf_slot_set_flag(ctx->frame_slots, ctx->frame_cur->slot_index, SLOT_HAL_OUTPUT); in m2vd_alloc_frame()
1321 mpp_buf_slot_set_flag(ctx->frame_slots, ctx->frame_cur->slot_index, SLOT_HAL_OUTPUT); in m2vd_alloc_frame()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c791 mpp_buf_slot_set_flag(p_dec->frame_slots, p->slot_idx, SLOT_HAL_OUTPUT); in avs2d_dpb_insert()
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c488 mpp_buf_slot_set_flag(p_dec->frame_slots, p_cur->slot_idx, SLOT_HAL_OUTPUT); in avsd_set_dpb()
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c1102 mpp_buf_slot_set_flag(slots, slot_idx, SLOT_HAL_OUTPUT); in jpegd_allocate_frame()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c1092 if (type == SLOT_HAL_OUTPUT) in mpp_buf_slot_clr_flag()
/rockchip-linux_mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.c646 SLOT_HAL_OUTPUT); in vp8d_alloc_frame()
/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c1438 mpp_buf_slot_set_flag(slots, index, SLOT_HAL_OUTPUT); in mpp_mpg4_parser_setup_hal_output()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c830 mpp_buf_slot_set_flag(s->slots, frame->slot_index, SLOT_HAL_OUTPUT); in get_current_frame()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c430 mpp_buf_slot_set_flag(s->slots, frame->slot_index, SLOT_HAL_OUTPUT); in vp9_alloc_frame()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c597 mpp_buf_slot_set_flag(p_Dec->frame_slots, cur_mark->slot_idx, SLOT_HAL_OUTPUT); in dpb_mark_malloc()