Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_buf_slot.h177 MPP_RET mpp_buf_slot_get_unused(MppBufSlots slots, RK_S32 *index);
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/dummy/
H A Ddummy_dec_api.c231 mpp_buf_slot_get_unused(slots, &output); in dummy_dec_parse()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_no_thread.cpp112 mpp_buf_slot_get_unused(packet_slots, &slot_pkt); in mpp_dec_decode()
H A Dmpp_dec_normal.cpp411 mpp_buf_slot_get_unused(packet_slots, &task_dec->input); in try_proc_dec_task()
987 mpp_buf_slot_get_unused(packet_slots, &task_dec->input); in mpp_dec_advanced_thread()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c147 ret = mpp_buf_slot_get_unused(s->slots, &frame->slot_index); in alloc_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c499 mpp_buf_slot_get_unused(slots, &index); in mpp_h263_parser_setup_hal_output()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c570 ret = mpp_buf_slot_get_unused(p_dec->frame_slots, &frm->slot_idx); in dpb_alloc_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.c448 mpp_buf_slot_get_unused(p_dec->frame_slots, &slot_idx); in avsd_set_dpb()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c1084 mpp_buf_slot_get_unused(slots, &slot_idx); in jpegd_allocate_frame()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp855 MPP_RET mpp_buf_slot_get_unused(MppBufSlots slots, RK_S32 *index) in mpp_buf_slot_get_unused() function
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.c628 ret = mpp_buf_slot_get_unused(p->frame_slots, in vp8d_alloc_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c769 mpp_buf_slot_get_unused(s->slots, &frame->slot_index); in get_current_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c1435 mpp_buf_slot_get_unused(slots, &index); in mpp_mpg4_parser_setup_hal_output()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1291 mpp_buf_slot_get_unused(ctx->frame_slots, &ctx->frame_cur->slot_index); in m2vd_alloc_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c423 mpp_buf_slot_get_unused(s->slots, &frame->slot_index); in vp9_alloc_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c408 mpp_buf_slot_get_unused(p_Vid->p_Dec->frame_slots, &p_mark[idx].slot_idx); in dpb_mark_malloc()