| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_buf_slot.h | 98 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 …]
|
| /rockchip-linux_mpp/mpp/hal/vpu/h263d/ |
| H A D | hal_h263d_base.h | 24 MppBufSlots frm_slots; 25 MppBufSlots pkt_slots;
|
| /rockchip-linux_mpp/mpp/hal/vpu/mpg4d/ |
| H A D | hal_m4vd_com.h | 33 MppBufSlots frm_slots; 34 MppBufSlots pkt_slots;
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8d/ |
| H A D | hal_vp8d_base.h | 47 MppBufSlots packet_slots; 48 MppBufSlots frame_slots;
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buf_slot.c | 805 MPP_RET mpp_buf_slot_init(MppBufSlots *slots) in mpp_buf_slot_init() 870 MPP_RET mpp_buf_slot_deinit(MppBufSlots slots) in mpp_buf_slot_deinit() 881 MPP_RET mpp_buf_slot_setup(MppBufSlots slots, RK_S32 count) in mpp_buf_slot_setup() 915 RK_U32 mpp_buf_slot_is_changed(MppBufSlots slots) in mpp_buf_slot_is_changed() 932 MPP_RET mpp_buf_slot_ready(MppBufSlots slots) in mpp_buf_slot_ready() 970 size_t mpp_buf_slot_get_size(MppBufSlots slots) in mpp_buf_slot_get_size() 987 RK_S32 mpp_buf_slot_get_count(MppBufSlots slots) in mpp_buf_slot_get_count() 1004 MPP_RET mpp_buf_slot_set_callback(MppBufSlots slots, MppCbCtx *cb_ctx) in mpp_buf_slot_set_callback() 1020 MPP_RET mpp_buf_slot_get_unused(MppBufSlots slots, RK_S32 *index) in mpp_buf_slot_get_unused() 1056 MPP_RET mpp_buf_slot_set_flag(MppBufSlots slots, RK_S32 index, SlotUsageType type) in mpp_buf_slot_set_flag() [all …]
|
| /rockchip-linux_mpp/mpp/hal/vpu/m2vd/ |
| H A D | hal_m2vd_base.h | 66 MppBufSlots packet_slots; 67 MppBufSlots frame_slots;
|
| /rockchip-linux_mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_base.h | 38 MppBufSlots packet_slots; 39 MppBufSlots frame_slots;
|
| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | parser_api.h | 35 MppBufSlots frame_slots; 36 MppBufSlots packet_slots;
|
| H A D | mpp_dec_impl.h | 81 MppBufSlots frame_slots; 82 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_ctx.h | 61 MppBufSlots slots; 62 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_global.h | 83 MppBufSlots frame_slots; 84 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.h | 116 MppBufSlots packet_slots; 117 MppBufSlots frame_slots;
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_global.h | 108 MppBufSlots frame_slots; 109 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/hal/inc/ |
| H A D | mpp_hal.h | 42 MppBufSlots frame_slots; 43 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/codec/dec/h263/ |
| H A D | h263d_parser.c | 67 MppBufSlots frame_slots; 214 MPP_RET mpp_h263_parser_init(H263dParser *ctx, MppBufSlots frame_slots) in mpp_h263_parser_init() 267 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_flush() 287 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_reset() 484 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_setup_hal_output() 526 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_setup_refer() 548 MppBufSlots slots = p->frame_slots; in mpp_h263_parser_update_dpb()
|
| H A D | h263d_parser.h | 37 MPP_RET mpp_h263_parser_init(H263dParser *ctx, MppBufSlots frame_slots);
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_ctx.h | 42 MppBufSlots slots; 43 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/hal/rkdec/avsd/ |
| H A D | hal_avsd_base.h | 103 MppBufSlots frame_slots; 104 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/hal/common/av1/ |
| H A D | hal_av1d_common.h | 182 MppBufSlots slots; 183 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/codec/dec/dummy/ |
| H A D | dummy_dec_api.c | 38 MppBufSlots frame_slots; 39 MppBufSlots packet_slots; 191 MppBufSlots slots; in dummy_dec_parse()
|
| /rockchip-linux_mpp/mpp/codec/dec/vp8/ |
| H A D | vp8d_parser.h | 180 MppBufSlots packet_slots; 181 MppBufSlots frame_slots;
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_normal.c | 128 MppBufSlots frame_slots = dec->frame_slots; in reset_parser_thread() 129 MppBufSlots packet_slots = dec->packet_slots; in reset_parser_thread() 248 MppBufSlots frame_slots = dec->frame_slots; in reset_hal_thread() 311 MppBufSlots frame_slots = dec->frame_slots; in try_proc_dec_task() 312 MppBufSlots packet_slots = dec->packet_slots; in try_proc_dec_task() 692 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_parser_thread() 775 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_hal_thread() 776 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_hal_thread() 915 MppBufSlots frame_slots = dec->frame_slots; in mpp_dec_advanced_thread() 916 MppBufSlots packet_slots = dec->packet_slots; in mpp_dec_advanced_thread()
|
| /rockchip-linux_mpp/mpp/codec/dec/avs/ |
| H A D | avsd_parse.h | 207 MppBufSlots frame_slots; 208 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.h | 145 MppBufSlots slots; 146 MppBufSlots packet_slots;
|
| /rockchip-linux_mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.h | 289 MppBufSlots packet_slots; 290 MppBufSlots frame_slots;
|