Home
last modified time | relevance | path

Searched refs:MppBufSlots (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_buf_slot.h98 typedef void* MppBufSlots; typedef
127 MPP_RET mpp_buf_slot_init(MppBufSlots *slots);
128 MPP_RET mpp_buf_slot_deinit(MppBufSlots slots);
129 MPP_RET mpp_buf_slot_setup(MppBufSlots slots, RK_S32 count);
130 RK_U32 mpp_buf_slot_is_changed(MppBufSlots slots);
131 MPP_RET mpp_buf_slot_ready(MppBufSlots slots);
132 size_t mpp_buf_slot_get_size(MppBufSlots slots);
133 RK_S32 mpp_buf_slot_get_count(MppBufSlots slots);
134 MPP_RET mpp_buf_slot_set_callback(MppBufSlots slots, MppCbCtx *cb_ctx);
177 MPP_RET mpp_buf_slot_get_unused(MppBufSlots slots, RK_S32 *index);
[all …]
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp678 MPP_RET mpp_buf_slot_init(MppBufSlots *slots) in mpp_buf_slot_init()
731 MPP_RET mpp_buf_slot_deinit(MppBufSlots slots) in mpp_buf_slot_deinit()
742 MPP_RET mpp_buf_slot_setup(MppBufSlots slots, RK_S32 count) in mpp_buf_slot_setup()
773 RK_U32 mpp_buf_slot_is_changed(MppBufSlots slots) in mpp_buf_slot_is_changed()
785 MPP_RET mpp_buf_slot_ready(MppBufSlots slots) in mpp_buf_slot_ready()
817 size_t mpp_buf_slot_get_size(MppBufSlots slots) in mpp_buf_slot_get_size()
829 RK_S32 mpp_buf_slot_get_count(MppBufSlots slots) in mpp_buf_slot_get_count()
841 MPP_RET mpp_buf_slot_set_callback(MppBufSlots slots, MppCbCtx *cb_ctx) in mpp_buf_slot_set_callback()
855 MPP_RET mpp_buf_slot_get_unused(MppBufSlots slots, RK_S32 *index) in mpp_buf_slot_get_unused()
883 MPP_RET mpp_buf_slot_set_flag(MppBufSlots slots, RK_S32 index, SlotUsageType type) in mpp_buf_slot_set_flag()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_base.h24 MppBufSlots frm_slots;
25 MppBufSlots pkt_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_base.h45 MppBufSlots packet_slots;
46 MppBufSlots frame_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_com.h33 MppBufSlots frm_slots;
34 MppBufSlots pkt_slots;
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c67 MppBufSlots frame_slots;
213 MPP_RET mpp_h263_parser_init(H263dParser *ctx, MppBufSlots frame_slots) in mpp_h263_parser_init()
266 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_flush()
286 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_reset()
482 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_setup_hal_output()
523 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_setup_refer()
545 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_update_dpb()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dparser_api.h35 MppBufSlots frame_slots;
36 MppBufSlots packet_slots;
H A Dmpp_dec_impl.h81 MppBufSlots frame_slots;
82 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_base.h66 MppBufSlots packet_slots;
67 MppBufSlots frame_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_base.h38 MppBufSlots packet_slots;
39 MppBufSlots frame_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_ctx.h58 MppBufSlots slots;
59 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_global.h94 MppBufSlots frame_slots;
95 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.h116 MppBufSlots packet_slots;
117 MppBufSlots frame_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_global.h123 MppBufSlots frame_slots;
124 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dmpp_hal.h42 MppBufSlots frame_slots;
43 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_ctx.h52 MppBufSlots slots;
53 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/
H A Dhal_avsd_base.h103 MppBufSlots frame_slots;
104 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp138 MppBufSlots frame_slots = dec->frame_slots; in reset_parser_thread()
139 MppBufSlots packet_slots = dec->packet_slots; in reset_parser_thread()
256 MppBufSlots frame_slots = dec->frame_slots; in reset_hal_thread()
319 MppBufSlots frame_slots = dec->frame_slots; in try_proc_dec_task()
320 MppBufSlots packet_slots = dec->packet_slots; in try_proc_dec_task()
677 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_parser_thread()
758 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_hal_thread()
759 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_hal_thread()
894 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_advanced_thread()
895 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_advanced_thread()
H A Dmpp_dec_no_thread.cpp33 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_decode()
34 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_decode()
318 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_reset_no_thread()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_common.h183 MppBufSlots slots;
184 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/dummy/
H A Ddummy_dec_api.c38 MppBufSlots frame_slots;
39 MppBufSlots packet_slots;
191 MppBufSlots slots; in dummy_dec_parse()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.h178 MppBufSlots packet_slots;
179 MppBufSlots frame_slots;
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.h141 MppBufSlots slots;
142 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.h207 MppBufSlots frame_slots;
208 MppBufSlots packet_slots;
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h288 MppBufSlots packet_slots;
289 MppBufSlots frame_slots;

12