Home
last modified time | relevance | path

Searched refs:SLOT_CODEC_READY (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buf_slot.h199 SLOT_CODEC_READY, // bit flag for buffer is prepared by codec enumerator
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_no_thread.c156 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_CODEC_READY); in mpp_dec_decode()
399 mpp_buf_slot_clr_flag(dec->packet_slots, task_dec->input, SLOT_CODEC_READY); in mpp_dec_reset_no_thread()
H A Dmpp_dec_normal.c441 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_CODEC_READY); in try_proc_dec_task()
759 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_CODEC_READY); in mpp_dec_parser_thread()
1022 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_CODEC_READY); in mpp_dec_advanced_thread()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c244 mpp_buf_slot_set_flag(s->slots, frame->slot_index, SLOT_CODEC_READY); in generate_missing_ref()
H A Dh265d_parser2_syntax.c449 mpp_buf_slot_set_flag(h->packet_slots, input_index, SLOT_CODEC_READY); in h265d_syntax_fill_slice()